4 #ifndef PROTOBUF_google_2fprotobuf_2ffield_5fmask_2eproto__INCLUDED 5 #define PROTOBUF_google_2fprotobuf_2ffield_5fmask_2eproto__INCLUDED 11 #if GOOGLE_PROTOBUF_VERSION < 3000000 12 #error This file was generated by a newer version of protoc which is 13 #error incompatible with your Protocol Buffer headers. Please update 16 #if 3000000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION 17 #error This file was generated by an older version of protoc which is 18 #error incompatible with your Protocol Buffer headers. Please 19 #error regenerate this file with a newer version of protoc. 57 static const FieldMask& default_instance();
74 bool MergePartialFromCodedStream(
76 void SerializeWithCachedSizes(
83 void SetCachedSize(
int size)
const;
86 inline ::google::protobuf::Arena* GetArenaNoVirtual()
const {
87 return _internal_metadata_.arena();
89 inline void* MaybeArenaPtr()
const {
90 return _internal_metadata_.raw_arena_ptr();
101 int paths_size()
const;
103 static const int kPathsFieldNumber = 1;
108 void set_paths(
int index,
const char*
value,
size_t size);
111 void add_paths(
const char*
value);
112 void add_paths(
const char*
value,
size_t size);
113 const ::google::protobuf::RepeatedPtrField< ::std::string>&
paths()
const;
120 bool _is_default_instance_;
122 mutable int _cached_size_;
127 void InitAsDefaultInstance();
135 #if !PROTOBUF_INLINE_NOT_IN_HEADERS 140 return paths_.size();
147 return paths_.
Get(index);
155 paths_.Mutable(index)->assign(value);
158 paths_.Mutable(index)->assign(value);
162 paths_.Mutable(index)->assign(
163 reinterpret_cast<const char*>(value), size);
171 paths_.Add()->assign(value);
175 paths_.Add()->assign(value);
179 paths_.Add()->assign(reinterpret_cast<const char*>(value), size);
182 inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
187 inline ::google::protobuf::RepeatedPtrField< ::std::string>*
193 #endif // !PROTOBUF_INLINE_NOT_IN_HEADERS 202 #endif // PROTOBUF_google_2fprotobuf_2ffield_5fmask_2eproto__INCLUDED FieldMask & operator=(const FieldMask &from)
Definition: field_mask.pb.h:51
Definition: message.h:179
EGLStreamKHR EGLint EGLint EGLint size
Definition: eglext.h:984
void set_paths(int index, const ::std::string &value)
Definition: field_mask.pb.h:153
int paths_size() const
Definition: field_mask.pb.h:139
const ::google::protobuf::RepeatedPtrField< ::std::string > & paths() const
Definition: field_mask.pb.h:183
struct Descriptor Descriptor
Definition: protobuf.h:23
const Descriptor * descriptor
Definition: descriptor.cc:271
uint8_t uint8
Definition: port.h:133
::std::string * add_paths()
Definition: field_mask.pb.h:166
Message
Definition: peerconnection_unittest.cc:105
void protobuf_AssignDesc_google_2fprotobuf_2ffield_5fmask_2eproto()
Definition: field_mask.pb.cc:32
GLenum const void * paths
Definition: gl2ext.h:935
IsInitialized
Definition: python_message.py:1169
void protobuf_AddDesc_google_2fprotobuf_2ffield_5fmask_2eproto()
Definition: field_mask.pb.cc:76
GLuint index
Definition: gl2.h:383
EGLAttrib * value
Definition: eglext.h:120
void clear_paths()
Definition: field_mask.pb.h:142
::google::protobuf::RepeatedPtrField< ::std::string > * mutable_paths()
Definition: field_mask.pb.h:188
Definition: __init__.py:1
int GetCachedSize() const
Definition: field_mask.pb.h:79
GLsizei const GLchar *const * string
Definition: gl2.h:479
const Element & Get(int index) const
Definition: repeated_field.h:1828
#define NULL
Definition: common_types.h:41
void protobuf_ShutdownFile_google_2fprotobuf_2ffield_5fmask_2eproto()
Definition: field_mask.pb.cc:71
Element * Mutable(int index)
Definition: repeated_field.h:1834
#define LIBPROTOBUF_EXPORT
Definition: port.h:97
Definition: gflags_completions.h:115
string input
Definition: tokenizer_unittest.cc:198
ByteSize
Definition: python_message.py:1040
Definition: coded_stream.h:665
FieldMask * New() const
Definition: field_mask.pb.h:63
Definition: field_mask.pb.h:44
MergeFrom
Definition: python_message.py:1259