Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: third_party/protobuf/src/google/protobuf/descriptor.pb.h

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Update to new HEAD (b7632464b4) + restore GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Generated by the protocol buffer compiler. DO NOT EDIT! 1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/descriptor.proto 2 // source: google/protobuf/descriptor.proto
3 3
4 #ifndef PROTOBUF_google_2fprotobuf_2fdescriptor_2eproto__INCLUDED 4 #ifndef PROTOBUF_google_2fprotobuf_2fdescriptor_2eproto__INCLUDED
5 #define PROTOBUF_google_2fprotobuf_2fdescriptor_2eproto__INCLUDED 5 #define PROTOBUF_google_2fprotobuf_2fdescriptor_2eproto__INCLUDED
6 6
7 #include <string> 7 #include <string>
8 8
9 #include <google/protobuf/stubs/common.h> 9 #include <google/protobuf/stubs/common.h>
10 10
11 #if GOOGLE_PROTOBUF_VERSION < 3000000 11 #if GOOGLE_PROTOBUF_VERSION < 3001000
12 #error This file was generated by a newer version of protoc which is 12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update 13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers. 14 #error your headers.
15 #endif 15 #endif
16 #if 3000000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION 16 #if 3001000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is 17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please 18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc. 19 #error regenerate this file with a newer version of protoc.
20 #endif 20 #endif
21 21
22 #include <google/protobuf/arena.h> 22 #include <google/protobuf/arena.h>
23 #include <google/protobuf/arenastring.h> 23 #include <google/protobuf/arenastring.h>
24 #include <google/protobuf/generated_message_util.h> 24 #include <google/protobuf/generated_message_util.h>
25 #include <google/protobuf/metadata.h> 25 #include <google/protobuf/metadata.h>
26 #include <google/protobuf/message.h> 26 #include <google/protobuf/message.h>
27 #include <google/protobuf/repeated_field.h> 27 #include <google/protobuf/repeated_field.h>
28 #include <google/protobuf/extension_set.h> 28 #include <google/protobuf/extension_set.h>
29 #include <google/protobuf/generated_enum_reflection.h> 29 #include <google/protobuf/generated_enum_reflection.h>
30 #include <google/protobuf/unknown_field_set.h> 30 #include <google/protobuf/unknown_field_set.h>
31 // @@protoc_insertion_point(includes) 31 // @@protoc_insertion_point(includes)
32 32
33 namespace google { 33 namespace google {
34 namespace protobuf { 34 namespace protobuf {
35 35
36 // Internal implementation detail -- do not call these. 36 // Internal implementation detail -- do not call these.
37 void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto( ); 37 void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto( );
38 void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescriptor_2ep roto();
38 void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 39 void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
39 void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 40 void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
40 41
41 class DescriptorProto; 42 class DescriptorProto;
42 class DescriptorProto_ExtensionRange; 43 class DescriptorProto_ExtensionRange;
43 class DescriptorProto_ReservedRange; 44 class DescriptorProto_ReservedRange;
44 class EnumDescriptorProto; 45 class EnumDescriptorProto;
45 class EnumOptions; 46 class EnumOptions;
46 class EnumValueDescriptorProto; 47 class EnumValueDescriptorProto;
47 class EnumValueOptions; 48 class EnumValueOptions;
48 class FieldDescriptorProto; 49 class FieldDescriptorProto;
49 class FieldOptions; 50 class FieldOptions;
50 class FileDescriptorProto; 51 class FileDescriptorProto;
51 class FileDescriptorSet; 52 class FileDescriptorSet;
52 class FileOptions; 53 class FileOptions;
53 class GeneratedCodeInfo; 54 class GeneratedCodeInfo;
54 class GeneratedCodeInfo_Annotation; 55 class GeneratedCodeInfo_Annotation;
55 class MessageOptions; 56 class MessageOptions;
56 class MethodDescriptorProto; 57 class MethodDescriptorProto;
57 class MethodOptions; 58 class MethodOptions;
58 class OneofDescriptorProto; 59 class OneofDescriptorProto;
60 class OneofOptions;
59 class ServiceDescriptorProto; 61 class ServiceDescriptorProto;
60 class ServiceOptions; 62 class ServiceOptions;
61 class SourceCodeInfo; 63 class SourceCodeInfo;
62 class SourceCodeInfo_Location; 64 class SourceCodeInfo_Location;
63 class UninterpretedOption; 65 class UninterpretedOption;
64 class UninterpretedOption_NamePart; 66 class UninterpretedOption_NamePart;
65 67
66 enum FieldDescriptorProto_Type { 68 enum FieldDescriptorProto_Type {
67 FieldDescriptorProto_Type_TYPE_DOUBLE = 1, 69 FieldDescriptorProto_Type_TYPE_DOUBLE = 1,
68 FieldDescriptorProto_Type_TYPE_FLOAT = 2, 70 FieldDescriptorProto_Type_TYPE_FLOAT = 2,
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 return ::google::protobuf::internal::NameOfEnum( 175 return ::google::protobuf::internal::NameOfEnum(
174 FieldOptions_JSType_descriptor(), value); 176 FieldOptions_JSType_descriptor(), value);
175 } 177 }
176 inline bool FieldOptions_JSType_Parse( 178 inline bool FieldOptions_JSType_Parse(
177 const ::std::string& name, FieldOptions_JSType* value) { 179 const ::std::string& name, FieldOptions_JSType* value) {
178 return ::google::protobuf::internal::ParseNamedEnum<FieldOptions_JSType>( 180 return ::google::protobuf::internal::ParseNamedEnum<FieldOptions_JSType>(
179 FieldOptions_JSType_descriptor(), name, value); 181 FieldOptions_JSType_descriptor(), name, value);
180 } 182 }
181 // =================================================================== 183 // ===================================================================
182 184
183 class LIBPROTOBUF_EXPORT FileDescriptorSet : public ::google::protobuf::Message { 185 class LIBPROTOBUF_EXPORT FileDescriptorSet : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.FileDescriptorSet) */ {
184 public: 186 public:
185 FileDescriptorSet(); 187 FileDescriptorSet();
186 virtual ~FileDescriptorSet(); 188 virtual ~FileDescriptorSet();
187 189
188 FileDescriptorSet(const FileDescriptorSet& from); 190 FileDescriptorSet(const FileDescriptorSet& from);
189 191
190 inline FileDescriptorSet& operator=(const FileDescriptorSet& from) { 192 inline FileDescriptorSet& operator=(const FileDescriptorSet& from) {
191 CopyFrom(from); 193 CopyFrom(from);
192 return *this; 194 return *this;
193 } 195 }
194 196
195 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 197 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
196 return _internal_metadata_.unknown_fields(); 198 return _internal_metadata_.unknown_fields();
197 } 199 }
198 200
199 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 201 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
200 return _internal_metadata_.mutable_unknown_fields(); 202 return _internal_metadata_.mutable_unknown_fields();
201 } 203 }
202 204
203 static const ::google::protobuf::Descriptor* descriptor(); 205 static const ::google::protobuf::Descriptor* descriptor();
204 static const FileDescriptorSet& default_instance(); 206 static const FileDescriptorSet& default_instance();
205 207
208 static const FileDescriptorSet* internal_default_instance();
209
206 void Swap(FileDescriptorSet* other); 210 void Swap(FileDescriptorSet* other);
207 211
208 // implements Message ---------------------------------------------- 212 // implements Message ----------------------------------------------
209 213
210 inline FileDescriptorSet* New() const { return New(NULL); } 214 inline FileDescriptorSet* New() const { return New(NULL); }
211 215
212 FileDescriptorSet* New(::google::protobuf::Arena* arena) const; 216 FileDescriptorSet* New(::google::protobuf::Arena* arena) const;
213 void CopyFrom(const ::google::protobuf::Message& from); 217 void CopyFrom(const ::google::protobuf::Message& from);
214 void MergeFrom(const ::google::protobuf::Message& from); 218 void MergeFrom(const ::google::protobuf::Message& from);
215 void CopyFrom(const FileDescriptorSet& from); 219 void CopyFrom(const FileDescriptorSet& from);
216 void MergeFrom(const FileDescriptorSet& from); 220 void MergeFrom(const FileDescriptorSet& from);
217 void Clear(); 221 void Clear();
218 bool IsInitialized() const; 222 bool IsInitialized() const;
219 223
220 int ByteSize() const; 224 size_t ByteSizeLong() const;
221 bool MergePartialFromCodedStream( 225 bool MergePartialFromCodedStream(
222 ::google::protobuf::io::CodedInputStream* input); 226 ::google::protobuf::io::CodedInputStream* input);
223 void SerializeWithCachedSizes( 227 void SerializeWithCachedSizes(
224 ::google::protobuf::io::CodedOutputStream* output) const; 228 ::google::protobuf::io::CodedOutputStream* output) const;
225 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 229 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
230 bool deterministic, ::google::protobuf::uint8* output) const;
231 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
232 return InternalSerializeWithCachedSizesToArray(false, output);
233 }
226 int GetCachedSize() const { return _cached_size_; } 234 int GetCachedSize() const { return _cached_size_; }
227 private: 235 private:
228 void SharedCtor(); 236 void SharedCtor();
229 void SharedDtor(); 237 void SharedDtor();
230 void SetCachedSize(int size) const; 238 void SetCachedSize(int size) const;
231 void InternalSwap(FileDescriptorSet* other); 239 void InternalSwap(FileDescriptorSet* other);
240 void UnsafeMergeFrom(const FileDescriptorSet& from);
232 private: 241 private:
233 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 242 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
234 return _internal_metadata_.arena(); 243 return _internal_metadata_.arena();
235 } 244 }
236 inline void* MaybeArenaPtr() const { 245 inline void* MaybeArenaPtr() const {
237 return _internal_metadata_.raw_arena_ptr(); 246 return _internal_metadata_.raw_arena_ptr();
238 } 247 }
239 public: 248 public:
240 249
241 ::google::protobuf::Metadata GetMetadata() const; 250 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 11 matching lines...) Expand all
253 ::google::protobuf::FileDescriptorProto* add_file(); 262 ::google::protobuf::FileDescriptorProto* add_file();
254 ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >* 263 ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >*
255 mutable_file(); 264 mutable_file();
256 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptor Proto >& 265 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptor Proto >&
257 file() const; 266 file() const;
258 267
259 // @@protoc_insertion_point(class_scope:google.protobuf.FileDescriptorSet) 268 // @@protoc_insertion_point(class_scope:google.protobuf.FileDescriptorSet)
260 private: 269 private:
261 270
262 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 271 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
263 ::google::protobuf::uint32 _has_bits_[1]; 272 ::google::protobuf::internal::HasBits<1> _has_bits_;
264 mutable int _cached_size_; 273 mutable int _cached_size_;
265 ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto > file_; 274 ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto > file_;
266 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 275 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
276 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
267 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 277 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
268 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 278 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
269 279
270 void InitAsDefaultInstance(); 280 void InitAsDefaultInstance();
271 static FileDescriptorSet* default_instance_;
272 }; 281 };
282 extern ::google::protobuf::internal::ExplicitlyConstructed<FileDescriptorSet> Fi leDescriptorSet_default_instance_;
283
273 // ------------------------------------------------------------------- 284 // -------------------------------------------------------------------
274 285
275 class LIBPROTOBUF_EXPORT FileDescriptorProto : public ::google::protobuf::Messag e { 286 class LIBPROTOBUF_EXPORT FileDescriptorProto : public ::google::protobuf::Messag e /* @@protoc_insertion_point(class_definition:google.protobuf.FileDescriptorPro to) */ {
276 public: 287 public:
277 FileDescriptorProto(); 288 FileDescriptorProto();
278 virtual ~FileDescriptorProto(); 289 virtual ~FileDescriptorProto();
279 290
280 FileDescriptorProto(const FileDescriptorProto& from); 291 FileDescriptorProto(const FileDescriptorProto& from);
281 292
282 inline FileDescriptorProto& operator=(const FileDescriptorProto& from) { 293 inline FileDescriptorProto& operator=(const FileDescriptorProto& from) {
283 CopyFrom(from); 294 CopyFrom(from);
284 return *this; 295 return *this;
285 } 296 }
286 297
287 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 298 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
288 return _internal_metadata_.unknown_fields(); 299 return _internal_metadata_.unknown_fields();
289 } 300 }
290 301
291 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 302 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
292 return _internal_metadata_.mutable_unknown_fields(); 303 return _internal_metadata_.mutable_unknown_fields();
293 } 304 }
294 305
295 static const ::google::protobuf::Descriptor* descriptor(); 306 static const ::google::protobuf::Descriptor* descriptor();
296 static const FileDescriptorProto& default_instance(); 307 static const FileDescriptorProto& default_instance();
297 308
309 static const FileDescriptorProto* internal_default_instance();
310
298 void Swap(FileDescriptorProto* other); 311 void Swap(FileDescriptorProto* other);
299 312
300 // implements Message ---------------------------------------------- 313 // implements Message ----------------------------------------------
301 314
302 inline FileDescriptorProto* New() const { return New(NULL); } 315 inline FileDescriptorProto* New() const { return New(NULL); }
303 316
304 FileDescriptorProto* New(::google::protobuf::Arena* arena) const; 317 FileDescriptorProto* New(::google::protobuf::Arena* arena) const;
305 void CopyFrom(const ::google::protobuf::Message& from); 318 void CopyFrom(const ::google::protobuf::Message& from);
306 void MergeFrom(const ::google::protobuf::Message& from); 319 void MergeFrom(const ::google::protobuf::Message& from);
307 void CopyFrom(const FileDescriptorProto& from); 320 void CopyFrom(const FileDescriptorProto& from);
308 void MergeFrom(const FileDescriptorProto& from); 321 void MergeFrom(const FileDescriptorProto& from);
309 void Clear(); 322 void Clear();
310 bool IsInitialized() const; 323 bool IsInitialized() const;
311 324
312 int ByteSize() const; 325 size_t ByteSizeLong() const;
313 bool MergePartialFromCodedStream( 326 bool MergePartialFromCodedStream(
314 ::google::protobuf::io::CodedInputStream* input); 327 ::google::protobuf::io::CodedInputStream* input);
315 void SerializeWithCachedSizes( 328 void SerializeWithCachedSizes(
316 ::google::protobuf::io::CodedOutputStream* output) const; 329 ::google::protobuf::io::CodedOutputStream* output) const;
317 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 330 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
331 bool deterministic, ::google::protobuf::uint8* output) const;
332 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
333 return InternalSerializeWithCachedSizesToArray(false, output);
334 }
318 int GetCachedSize() const { return _cached_size_; } 335 int GetCachedSize() const { return _cached_size_; }
319 private: 336 private:
320 void SharedCtor(); 337 void SharedCtor();
321 void SharedDtor(); 338 void SharedDtor();
322 void SetCachedSize(int size) const; 339 void SetCachedSize(int size) const;
323 void InternalSwap(FileDescriptorProto* other); 340 void InternalSwap(FileDescriptorProto* other);
341 void UnsafeMergeFrom(const FileDescriptorProto& from);
324 private: 342 private:
325 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 343 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
326 return _internal_metadata_.arena(); 344 return _internal_metadata_.arena();
327 } 345 }
328 inline void* MaybeArenaPtr() const { 346 inline void* MaybeArenaPtr() const {
329 return _internal_metadata_.raw_arena_ptr(); 347 return _internal_metadata_.raw_arena_ptr();
330 } 348 }
331 public: 349 public:
332 350
333 ::google::protobuf::Metadata GetMetadata() const; 351 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 inline void set_has_package(); 503 inline void set_has_package();
486 inline void clear_has_package(); 504 inline void clear_has_package();
487 inline void set_has_options(); 505 inline void set_has_options();
488 inline void clear_has_options(); 506 inline void clear_has_options();
489 inline void set_has_source_code_info(); 507 inline void set_has_source_code_info();
490 inline void clear_has_source_code_info(); 508 inline void clear_has_source_code_info();
491 inline void set_has_syntax(); 509 inline void set_has_syntax();
492 inline void clear_has_syntax(); 510 inline void clear_has_syntax();
493 511
494 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 512 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
495 ::google::protobuf::uint32 _has_bits_[1]; 513 ::google::protobuf::internal::HasBits<1> _has_bits_;
496 mutable int _cached_size_; 514 mutable int _cached_size_;
497 ::google::protobuf::internal::ArenaStringPtr name_;
498 ::google::protobuf::internal::ArenaStringPtr package_;
499 ::google::protobuf::RepeatedPtrField< ::std::string> dependency_; 515 ::google::protobuf::RepeatedPtrField< ::std::string> dependency_;
500 ::google::protobuf::RepeatedField< ::google::protobuf::int32 > public_dependen cy_; 516 ::google::protobuf::RepeatedField< ::google::protobuf::int32 > public_dependen cy_;
501 ::google::protobuf::RepeatedField< ::google::protobuf::int32 > weak_dependency _; 517 ::google::protobuf::RepeatedField< ::google::protobuf::int32 > weak_dependency _;
502 ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto > me ssage_type_; 518 ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto > me ssage_type_;
503 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto > enum_type_; 519 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto > enum_type_;
504 ::google::protobuf::RepeatedPtrField< ::google::protobuf::ServiceDescriptorPro to > service_; 520 ::google::protobuf::RepeatedPtrField< ::google::protobuf::ServiceDescriptorPro to > service_;
505 ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto > extension_; 521 ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto > extension_;
522 ::google::protobuf::internal::ArenaStringPtr name_;
523 ::google::protobuf::internal::ArenaStringPtr package_;
524 ::google::protobuf::internal::ArenaStringPtr syntax_;
506 ::google::protobuf::FileOptions* options_; 525 ::google::protobuf::FileOptions* options_;
507 ::google::protobuf::SourceCodeInfo* source_code_info_; 526 ::google::protobuf::SourceCodeInfo* source_code_info_;
508 ::google::protobuf::internal::ArenaStringPtr syntax_; 527 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
509 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 528 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
510 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 529 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
511 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 530 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
512 531
513 void InitAsDefaultInstance(); 532 void InitAsDefaultInstance();
514 static FileDescriptorProto* default_instance_;
515 }; 533 };
534 extern ::google::protobuf::internal::ExplicitlyConstructed<FileDescriptorProto> FileDescriptorProto_default_instance_;
535
516 // ------------------------------------------------------------------- 536 // -------------------------------------------------------------------
517 537
518 class LIBPROTOBUF_EXPORT DescriptorProto_ExtensionRange : public ::google::proto buf::Message { 538 class LIBPROTOBUF_EXPORT DescriptorProto_ExtensionRange : public ::google::proto buf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Descri ptorProto.ExtensionRange) */ {
519 public: 539 public:
520 DescriptorProto_ExtensionRange(); 540 DescriptorProto_ExtensionRange();
521 virtual ~DescriptorProto_ExtensionRange(); 541 virtual ~DescriptorProto_ExtensionRange();
522 542
523 DescriptorProto_ExtensionRange(const DescriptorProto_ExtensionRange& from); 543 DescriptorProto_ExtensionRange(const DescriptorProto_ExtensionRange& from);
524 544
525 inline DescriptorProto_ExtensionRange& operator=(const DescriptorProto_Extensi onRange& from) { 545 inline DescriptorProto_ExtensionRange& operator=(const DescriptorProto_Extensi onRange& from) {
526 CopyFrom(from); 546 CopyFrom(from);
527 return *this; 547 return *this;
528 } 548 }
529 549
530 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 550 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
531 return _internal_metadata_.unknown_fields(); 551 return _internal_metadata_.unknown_fields();
532 } 552 }
533 553
534 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 554 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
535 return _internal_metadata_.mutable_unknown_fields(); 555 return _internal_metadata_.mutable_unknown_fields();
536 } 556 }
537 557
538 static const ::google::protobuf::Descriptor* descriptor(); 558 static const ::google::protobuf::Descriptor* descriptor();
539 static const DescriptorProto_ExtensionRange& default_instance(); 559 static const DescriptorProto_ExtensionRange& default_instance();
540 560
561 static const DescriptorProto_ExtensionRange* internal_default_instance();
562
541 void Swap(DescriptorProto_ExtensionRange* other); 563 void Swap(DescriptorProto_ExtensionRange* other);
542 564
543 // implements Message ---------------------------------------------- 565 // implements Message ----------------------------------------------
544 566
545 inline DescriptorProto_ExtensionRange* New() const { return New(NULL); } 567 inline DescriptorProto_ExtensionRange* New() const { return New(NULL); }
546 568
547 DescriptorProto_ExtensionRange* New(::google::protobuf::Arena* arena) const; 569 DescriptorProto_ExtensionRange* New(::google::protobuf::Arena* arena) const;
548 void CopyFrom(const ::google::protobuf::Message& from); 570 void CopyFrom(const ::google::protobuf::Message& from);
549 void MergeFrom(const ::google::protobuf::Message& from); 571 void MergeFrom(const ::google::protobuf::Message& from);
550 void CopyFrom(const DescriptorProto_ExtensionRange& from); 572 void CopyFrom(const DescriptorProto_ExtensionRange& from);
551 void MergeFrom(const DescriptorProto_ExtensionRange& from); 573 void MergeFrom(const DescriptorProto_ExtensionRange& from);
552 void Clear(); 574 void Clear();
553 bool IsInitialized() const; 575 bool IsInitialized() const;
554 576
555 int ByteSize() const; 577 size_t ByteSizeLong() const;
556 bool MergePartialFromCodedStream( 578 bool MergePartialFromCodedStream(
557 ::google::protobuf::io::CodedInputStream* input); 579 ::google::protobuf::io::CodedInputStream* input);
558 void SerializeWithCachedSizes( 580 void SerializeWithCachedSizes(
559 ::google::protobuf::io::CodedOutputStream* output) const; 581 ::google::protobuf::io::CodedOutputStream* output) const;
560 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 582 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
583 bool deterministic, ::google::protobuf::uint8* output) const;
584 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
585 return InternalSerializeWithCachedSizesToArray(false, output);
586 }
561 int GetCachedSize() const { return _cached_size_; } 587 int GetCachedSize() const { return _cached_size_; }
562 private: 588 private:
563 void SharedCtor(); 589 void SharedCtor();
564 void SharedDtor(); 590 void SharedDtor();
565 void SetCachedSize(int size) const; 591 void SetCachedSize(int size) const;
566 void InternalSwap(DescriptorProto_ExtensionRange* other); 592 void InternalSwap(DescriptorProto_ExtensionRange* other);
593 void UnsafeMergeFrom(const DescriptorProto_ExtensionRange& from);
567 private: 594 private:
568 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 595 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
569 return _internal_metadata_.arena(); 596 return _internal_metadata_.arena();
570 } 597 }
571 inline void* MaybeArenaPtr() const { 598 inline void* MaybeArenaPtr() const {
572 return _internal_metadata_.raw_arena_ptr(); 599 return _internal_metadata_.raw_arena_ptr();
573 } 600 }
574 public: 601 public:
575 602
576 ::google::protobuf::Metadata GetMetadata() const; 603 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 17 matching lines...) Expand all
594 void set_end(::google::protobuf::int32 value); 621 void set_end(::google::protobuf::int32 value);
595 622
596 // @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto.Extens ionRange) 623 // @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto.Extens ionRange)
597 private: 624 private:
598 inline void set_has_start(); 625 inline void set_has_start();
599 inline void clear_has_start(); 626 inline void clear_has_start();
600 inline void set_has_end(); 627 inline void set_has_end();
601 inline void clear_has_end(); 628 inline void clear_has_end();
602 629
603 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 630 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
604 ::google::protobuf::uint32 _has_bits_[1]; 631 ::google::protobuf::internal::HasBits<1> _has_bits_;
605 mutable int _cached_size_; 632 mutable int _cached_size_;
606 ::google::protobuf::int32 start_; 633 ::google::protobuf::int32 start_;
607 ::google::protobuf::int32 end_; 634 ::google::protobuf::int32 end_;
608 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 635 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
636 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
609 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 637 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
610 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 638 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
611 639
612 void InitAsDefaultInstance(); 640 void InitAsDefaultInstance();
613 static DescriptorProto_ExtensionRange* default_instance_;
614 }; 641 };
642 extern ::google::protobuf::internal::ExplicitlyConstructed<DescriptorProto_Exten sionRange> DescriptorProto_ExtensionRange_default_instance_;
643
615 // ------------------------------------------------------------------- 644 // -------------------------------------------------------------------
616 645
617 class LIBPROTOBUF_EXPORT DescriptorProto_ReservedRange : public ::google::protob uf::Message { 646 class LIBPROTOBUF_EXPORT DescriptorProto_ReservedRange : public ::google::protob uf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Descrip torProto.ReservedRange) */ {
618 public: 647 public:
619 DescriptorProto_ReservedRange(); 648 DescriptorProto_ReservedRange();
620 virtual ~DescriptorProto_ReservedRange(); 649 virtual ~DescriptorProto_ReservedRange();
621 650
622 DescriptorProto_ReservedRange(const DescriptorProto_ReservedRange& from); 651 DescriptorProto_ReservedRange(const DescriptorProto_ReservedRange& from);
623 652
624 inline DescriptorProto_ReservedRange& operator=(const DescriptorProto_Reserved Range& from) { 653 inline DescriptorProto_ReservedRange& operator=(const DescriptorProto_Reserved Range& from) {
625 CopyFrom(from); 654 CopyFrom(from);
626 return *this; 655 return *this;
627 } 656 }
628 657
629 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 658 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
630 return _internal_metadata_.unknown_fields(); 659 return _internal_metadata_.unknown_fields();
631 } 660 }
632 661
633 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 662 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
634 return _internal_metadata_.mutable_unknown_fields(); 663 return _internal_metadata_.mutable_unknown_fields();
635 } 664 }
636 665
637 static const ::google::protobuf::Descriptor* descriptor(); 666 static const ::google::protobuf::Descriptor* descriptor();
638 static const DescriptorProto_ReservedRange& default_instance(); 667 static const DescriptorProto_ReservedRange& default_instance();
639 668
669 static const DescriptorProto_ReservedRange* internal_default_instance();
670
640 void Swap(DescriptorProto_ReservedRange* other); 671 void Swap(DescriptorProto_ReservedRange* other);
641 672
642 // implements Message ---------------------------------------------- 673 // implements Message ----------------------------------------------
643 674
644 inline DescriptorProto_ReservedRange* New() const { return New(NULL); } 675 inline DescriptorProto_ReservedRange* New() const { return New(NULL); }
645 676
646 DescriptorProto_ReservedRange* New(::google::protobuf::Arena* arena) const; 677 DescriptorProto_ReservedRange* New(::google::protobuf::Arena* arena) const;
647 void CopyFrom(const ::google::protobuf::Message& from); 678 void CopyFrom(const ::google::protobuf::Message& from);
648 void MergeFrom(const ::google::protobuf::Message& from); 679 void MergeFrom(const ::google::protobuf::Message& from);
649 void CopyFrom(const DescriptorProto_ReservedRange& from); 680 void CopyFrom(const DescriptorProto_ReservedRange& from);
650 void MergeFrom(const DescriptorProto_ReservedRange& from); 681 void MergeFrom(const DescriptorProto_ReservedRange& from);
651 void Clear(); 682 void Clear();
652 bool IsInitialized() const; 683 bool IsInitialized() const;
653 684
654 int ByteSize() const; 685 size_t ByteSizeLong() const;
655 bool MergePartialFromCodedStream( 686 bool MergePartialFromCodedStream(
656 ::google::protobuf::io::CodedInputStream* input); 687 ::google::protobuf::io::CodedInputStream* input);
657 void SerializeWithCachedSizes( 688 void SerializeWithCachedSizes(
658 ::google::protobuf::io::CodedOutputStream* output) const; 689 ::google::protobuf::io::CodedOutputStream* output) const;
659 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 690 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
691 bool deterministic, ::google::protobuf::uint8* output) const;
692 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
693 return InternalSerializeWithCachedSizesToArray(false, output);
694 }
660 int GetCachedSize() const { return _cached_size_; } 695 int GetCachedSize() const { return _cached_size_; }
661 private: 696 private:
662 void SharedCtor(); 697 void SharedCtor();
663 void SharedDtor(); 698 void SharedDtor();
664 void SetCachedSize(int size) const; 699 void SetCachedSize(int size) const;
665 void InternalSwap(DescriptorProto_ReservedRange* other); 700 void InternalSwap(DescriptorProto_ReservedRange* other);
701 void UnsafeMergeFrom(const DescriptorProto_ReservedRange& from);
666 private: 702 private:
667 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 703 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
668 return _internal_metadata_.arena(); 704 return _internal_metadata_.arena();
669 } 705 }
670 inline void* MaybeArenaPtr() const { 706 inline void* MaybeArenaPtr() const {
671 return _internal_metadata_.raw_arena_ptr(); 707 return _internal_metadata_.raw_arena_ptr();
672 } 708 }
673 public: 709 public:
674 710
675 ::google::protobuf::Metadata GetMetadata() const; 711 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 17 matching lines...) Expand all
693 void set_end(::google::protobuf::int32 value); 729 void set_end(::google::protobuf::int32 value);
694 730
695 // @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto.Reserv edRange) 731 // @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto.Reserv edRange)
696 private: 732 private:
697 inline void set_has_start(); 733 inline void set_has_start();
698 inline void clear_has_start(); 734 inline void clear_has_start();
699 inline void set_has_end(); 735 inline void set_has_end();
700 inline void clear_has_end(); 736 inline void clear_has_end();
701 737
702 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 738 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
703 ::google::protobuf::uint32 _has_bits_[1]; 739 ::google::protobuf::internal::HasBits<1> _has_bits_;
704 mutable int _cached_size_; 740 mutable int _cached_size_;
705 ::google::protobuf::int32 start_; 741 ::google::protobuf::int32 start_;
706 ::google::protobuf::int32 end_; 742 ::google::protobuf::int32 end_;
707 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 743 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
744 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
708 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 745 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
709 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 746 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
710 747
711 void InitAsDefaultInstance(); 748 void InitAsDefaultInstance();
712 static DescriptorProto_ReservedRange* default_instance_;
713 }; 749 };
750 extern ::google::protobuf::internal::ExplicitlyConstructed<DescriptorProto_Reser vedRange> DescriptorProto_ReservedRange_default_instance_;
751
714 // ------------------------------------------------------------------- 752 // -------------------------------------------------------------------
715 753
716 class LIBPROTOBUF_EXPORT DescriptorProto : public ::google::protobuf::Message { 754 class LIBPROTOBUF_EXPORT DescriptorProto : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.DescriptorProto) */ {
717 public: 755 public:
718 DescriptorProto(); 756 DescriptorProto();
719 virtual ~DescriptorProto(); 757 virtual ~DescriptorProto();
720 758
721 DescriptorProto(const DescriptorProto& from); 759 DescriptorProto(const DescriptorProto& from);
722 760
723 inline DescriptorProto& operator=(const DescriptorProto& from) { 761 inline DescriptorProto& operator=(const DescriptorProto& from) {
724 CopyFrom(from); 762 CopyFrom(from);
725 return *this; 763 return *this;
726 } 764 }
727 765
728 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 766 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
729 return _internal_metadata_.unknown_fields(); 767 return _internal_metadata_.unknown_fields();
730 } 768 }
731 769
732 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 770 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
733 return _internal_metadata_.mutable_unknown_fields(); 771 return _internal_metadata_.mutable_unknown_fields();
734 } 772 }
735 773
736 static const ::google::protobuf::Descriptor* descriptor(); 774 static const ::google::protobuf::Descriptor* descriptor();
737 static const DescriptorProto& default_instance(); 775 static const DescriptorProto& default_instance();
738 776
777 static const DescriptorProto* internal_default_instance();
778
739 void Swap(DescriptorProto* other); 779 void Swap(DescriptorProto* other);
740 780
741 // implements Message ---------------------------------------------- 781 // implements Message ----------------------------------------------
742 782
743 inline DescriptorProto* New() const { return New(NULL); } 783 inline DescriptorProto* New() const { return New(NULL); }
744 784
745 DescriptorProto* New(::google::protobuf::Arena* arena) const; 785 DescriptorProto* New(::google::protobuf::Arena* arena) const;
746 void CopyFrom(const ::google::protobuf::Message& from); 786 void CopyFrom(const ::google::protobuf::Message& from);
747 void MergeFrom(const ::google::protobuf::Message& from); 787 void MergeFrom(const ::google::protobuf::Message& from);
748 void CopyFrom(const DescriptorProto& from); 788 void CopyFrom(const DescriptorProto& from);
749 void MergeFrom(const DescriptorProto& from); 789 void MergeFrom(const DescriptorProto& from);
750 void Clear(); 790 void Clear();
751 bool IsInitialized() const; 791 bool IsInitialized() const;
752 792
753 int ByteSize() const; 793 size_t ByteSizeLong() const;
754 bool MergePartialFromCodedStream( 794 bool MergePartialFromCodedStream(
755 ::google::protobuf::io::CodedInputStream* input); 795 ::google::protobuf::io::CodedInputStream* input);
756 void SerializeWithCachedSizes( 796 void SerializeWithCachedSizes(
757 ::google::protobuf::io::CodedOutputStream* output) const; 797 ::google::protobuf::io::CodedOutputStream* output) const;
758 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 798 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
799 bool deterministic, ::google::protobuf::uint8* output) const;
800 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
801 return InternalSerializeWithCachedSizesToArray(false, output);
802 }
759 int GetCachedSize() const { return _cached_size_; } 803 int GetCachedSize() const { return _cached_size_; }
760 private: 804 private:
761 void SharedCtor(); 805 void SharedCtor();
762 void SharedDtor(); 806 void SharedDtor();
763 void SetCachedSize(int size) const; 807 void SetCachedSize(int size) const;
764 void InternalSwap(DescriptorProto* other); 808 void InternalSwap(DescriptorProto* other);
809 void UnsafeMergeFrom(const DescriptorProto& from);
765 private: 810 private:
766 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 811 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
767 return _internal_metadata_.arena(); 812 return _internal_metadata_.arena();
768 } 813 }
769 inline void* MaybeArenaPtr() const { 814 inline void* MaybeArenaPtr() const {
770 return _internal_metadata_.raw_arena_ptr(); 815 return _internal_metadata_.raw_arena_ptr();
771 } 816 }
772 public: 817 public:
773 818
774 ::google::protobuf::Metadata GetMetadata() const; 819 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_reserved_name(); 947 ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_reserved_name();
903 948
904 // @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto) 949 // @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto)
905 private: 950 private:
906 inline void set_has_name(); 951 inline void set_has_name();
907 inline void clear_has_name(); 952 inline void clear_has_name();
908 inline void set_has_options(); 953 inline void set_has_options();
909 inline void clear_has_options(); 954 inline void clear_has_options();
910 955
911 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 956 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
912 ::google::protobuf::uint32 _has_bits_[1]; 957 ::google::protobuf::internal::HasBits<1> _has_bits_;
913 mutable int _cached_size_; 958 mutable int _cached_size_;
914 ::google::protobuf::internal::ArenaStringPtr name_;
915 ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto > field_; 959 ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto > field_;
916 ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto > extension_; 960 ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto > extension_;
917 ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto > ne sted_type_; 961 ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto > ne sted_type_;
918 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto > enum_type_; 962 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto > enum_type_;
919 ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto_Exte nsionRange > extension_range_; 963 ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto_Exte nsionRange > extension_range_;
920 ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto > oneof_decl_; 964 ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto > oneof_decl_;
921 ::google::protobuf::MessageOptions* options_;
922 ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto_Rese rvedRange > reserved_range_; 965 ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto_Rese rvedRange > reserved_range_;
923 ::google::protobuf::RepeatedPtrField< ::std::string> reserved_name_; 966 ::google::protobuf::RepeatedPtrField< ::std::string> reserved_name_;
924 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 967 ::google::protobuf::internal::ArenaStringPtr name_;
968 ::google::protobuf::MessageOptions* options_;
969 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
970 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
925 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 971 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
926 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 972 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
927 973
928 void InitAsDefaultInstance(); 974 void InitAsDefaultInstance();
929 static DescriptorProto* default_instance_;
930 }; 975 };
976 extern ::google::protobuf::internal::ExplicitlyConstructed<DescriptorProto> Desc riptorProto_default_instance_;
977
931 // ------------------------------------------------------------------- 978 // -------------------------------------------------------------------
932 979
933 class LIBPROTOBUF_EXPORT FieldDescriptorProto : public ::google::protobuf::Messa ge { 980 class LIBPROTOBUF_EXPORT FieldDescriptorProto : public ::google::protobuf::Messa ge /* @@protoc_insertion_point(class_definition:google.protobuf.FieldDescriptorP roto) */ {
934 public: 981 public:
935 FieldDescriptorProto(); 982 FieldDescriptorProto();
936 virtual ~FieldDescriptorProto(); 983 virtual ~FieldDescriptorProto();
937 984
938 FieldDescriptorProto(const FieldDescriptorProto& from); 985 FieldDescriptorProto(const FieldDescriptorProto& from);
939 986
940 inline FieldDescriptorProto& operator=(const FieldDescriptorProto& from) { 987 inline FieldDescriptorProto& operator=(const FieldDescriptorProto& from) {
941 CopyFrom(from); 988 CopyFrom(from);
942 return *this; 989 return *this;
943 } 990 }
944 991
945 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 992 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
946 return _internal_metadata_.unknown_fields(); 993 return _internal_metadata_.unknown_fields();
947 } 994 }
948 995
949 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 996 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
950 return _internal_metadata_.mutable_unknown_fields(); 997 return _internal_metadata_.mutable_unknown_fields();
951 } 998 }
952 999
953 static const ::google::protobuf::Descriptor* descriptor(); 1000 static const ::google::protobuf::Descriptor* descriptor();
954 static const FieldDescriptorProto& default_instance(); 1001 static const FieldDescriptorProto& default_instance();
955 1002
1003 static const FieldDescriptorProto* internal_default_instance();
1004
956 void Swap(FieldDescriptorProto* other); 1005 void Swap(FieldDescriptorProto* other);
957 1006
958 // implements Message ---------------------------------------------- 1007 // implements Message ----------------------------------------------
959 1008
960 inline FieldDescriptorProto* New() const { return New(NULL); } 1009 inline FieldDescriptorProto* New() const { return New(NULL); }
961 1010
962 FieldDescriptorProto* New(::google::protobuf::Arena* arena) const; 1011 FieldDescriptorProto* New(::google::protobuf::Arena* arena) const;
963 void CopyFrom(const ::google::protobuf::Message& from); 1012 void CopyFrom(const ::google::protobuf::Message& from);
964 void MergeFrom(const ::google::protobuf::Message& from); 1013 void MergeFrom(const ::google::protobuf::Message& from);
965 void CopyFrom(const FieldDescriptorProto& from); 1014 void CopyFrom(const FieldDescriptorProto& from);
966 void MergeFrom(const FieldDescriptorProto& from); 1015 void MergeFrom(const FieldDescriptorProto& from);
967 void Clear(); 1016 void Clear();
968 bool IsInitialized() const; 1017 bool IsInitialized() const;
969 1018
970 int ByteSize() const; 1019 size_t ByteSizeLong() const;
971 bool MergePartialFromCodedStream( 1020 bool MergePartialFromCodedStream(
972 ::google::protobuf::io::CodedInputStream* input); 1021 ::google::protobuf::io::CodedInputStream* input);
973 void SerializeWithCachedSizes( 1022 void SerializeWithCachedSizes(
974 ::google::protobuf::io::CodedOutputStream* output) const; 1023 ::google::protobuf::io::CodedOutputStream* output) const;
975 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 1024 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
1025 bool deterministic, ::google::protobuf::uint8* output) const;
1026 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
1027 return InternalSerializeWithCachedSizesToArray(false, output);
1028 }
976 int GetCachedSize() const { return _cached_size_; } 1029 int GetCachedSize() const { return _cached_size_; }
977 private: 1030 private:
978 void SharedCtor(); 1031 void SharedCtor();
979 void SharedDtor(); 1032 void SharedDtor();
980 void SetCachedSize(int size) const; 1033 void SetCachedSize(int size) const;
981 void InternalSwap(FieldDescriptorProto* other); 1034 void InternalSwap(FieldDescriptorProto* other);
1035 void UnsafeMergeFrom(const FieldDescriptorProto& from);
982 private: 1036 private:
983 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 1037 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
984 return _internal_metadata_.arena(); 1038 return _internal_metadata_.arena();
985 } 1039 }
986 inline void* MaybeArenaPtr() const { 1040 inline void* MaybeArenaPtr() const {
987 return _internal_metadata_.raw_arena_ptr(); 1041 return _internal_metadata_.raw_arena_ptr();
988 } 1042 }
989 public: 1043 public:
990 1044
991 ::google::protobuf::Metadata GetMetadata() const; 1045 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 inline void set_has_default_value(); 1248 inline void set_has_default_value();
1195 inline void clear_has_default_value(); 1249 inline void clear_has_default_value();
1196 inline void set_has_oneof_index(); 1250 inline void set_has_oneof_index();
1197 inline void clear_has_oneof_index(); 1251 inline void clear_has_oneof_index();
1198 inline void set_has_json_name(); 1252 inline void set_has_json_name();
1199 inline void clear_has_json_name(); 1253 inline void clear_has_json_name();
1200 inline void set_has_options(); 1254 inline void set_has_options();
1201 inline void clear_has_options(); 1255 inline void clear_has_options();
1202 1256
1203 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 1257 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
1204 ::google::protobuf::uint32 _has_bits_[1]; 1258 ::google::protobuf::internal::HasBits<1> _has_bits_;
1205 mutable int _cached_size_; 1259 mutable int _cached_size_;
1206 ::google::protobuf::internal::ArenaStringPtr name_; 1260 ::google::protobuf::internal::ArenaStringPtr name_;
1207 ::google::protobuf::int32 number_;
1208 int label_;
1209 ::google::protobuf::internal::ArenaStringPtr type_name_; 1261 ::google::protobuf::internal::ArenaStringPtr type_name_;
1210 ::google::protobuf::internal::ArenaStringPtr extendee_; 1262 ::google::protobuf::internal::ArenaStringPtr extendee_;
1211 int type_;
1212 ::google::protobuf::int32 oneof_index_;
1213 ::google::protobuf::internal::ArenaStringPtr default_value_; 1263 ::google::protobuf::internal::ArenaStringPtr default_value_;
1214 ::google::protobuf::internal::ArenaStringPtr json_name_; 1264 ::google::protobuf::internal::ArenaStringPtr json_name_;
1215 ::google::protobuf::FieldOptions* options_; 1265 ::google::protobuf::FieldOptions* options_;
1216 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 1266 ::google::protobuf::int32 number_;
1267 ::google::protobuf::int32 oneof_index_;
1268 int label_;
1269 int type_;
1270 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
1271 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
1217 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 1272 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
1218 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 1273 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
1219 1274
1220 void InitAsDefaultInstance(); 1275 void InitAsDefaultInstance();
1221 static FieldDescriptorProto* default_instance_;
1222 }; 1276 };
1277 extern ::google::protobuf::internal::ExplicitlyConstructed<FieldDescriptorProto> FieldDescriptorProto_default_instance_;
1278
1223 // ------------------------------------------------------------------- 1279 // -------------------------------------------------------------------
1224 1280
1225 class LIBPROTOBUF_EXPORT OneofDescriptorProto : public ::google::protobuf::Messa ge { 1281 class LIBPROTOBUF_EXPORT OneofDescriptorProto : public ::google::protobuf::Messa ge /* @@protoc_insertion_point(class_definition:google.protobuf.OneofDescriptorP roto) */ {
1226 public: 1282 public:
1227 OneofDescriptorProto(); 1283 OneofDescriptorProto();
1228 virtual ~OneofDescriptorProto(); 1284 virtual ~OneofDescriptorProto();
1229 1285
1230 OneofDescriptorProto(const OneofDescriptorProto& from); 1286 OneofDescriptorProto(const OneofDescriptorProto& from);
1231 1287
1232 inline OneofDescriptorProto& operator=(const OneofDescriptorProto& from) { 1288 inline OneofDescriptorProto& operator=(const OneofDescriptorProto& from) {
1233 CopyFrom(from); 1289 CopyFrom(from);
1234 return *this; 1290 return *this;
1235 } 1291 }
1236 1292
1237 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 1293 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1238 return _internal_metadata_.unknown_fields(); 1294 return _internal_metadata_.unknown_fields();
1239 } 1295 }
1240 1296
1241 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 1297 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1242 return _internal_metadata_.mutable_unknown_fields(); 1298 return _internal_metadata_.mutable_unknown_fields();
1243 } 1299 }
1244 1300
1245 static const ::google::protobuf::Descriptor* descriptor(); 1301 static const ::google::protobuf::Descriptor* descriptor();
1246 static const OneofDescriptorProto& default_instance(); 1302 static const OneofDescriptorProto& default_instance();
1247 1303
1304 static const OneofDescriptorProto* internal_default_instance();
1305
1248 void Swap(OneofDescriptorProto* other); 1306 void Swap(OneofDescriptorProto* other);
1249 1307
1250 // implements Message ---------------------------------------------- 1308 // implements Message ----------------------------------------------
1251 1309
1252 inline OneofDescriptorProto* New() const { return New(NULL); } 1310 inline OneofDescriptorProto* New() const { return New(NULL); }
1253 1311
1254 OneofDescriptorProto* New(::google::protobuf::Arena* arena) const; 1312 OneofDescriptorProto* New(::google::protobuf::Arena* arena) const;
1255 void CopyFrom(const ::google::protobuf::Message& from); 1313 void CopyFrom(const ::google::protobuf::Message& from);
1256 void MergeFrom(const ::google::protobuf::Message& from); 1314 void MergeFrom(const ::google::protobuf::Message& from);
1257 void CopyFrom(const OneofDescriptorProto& from); 1315 void CopyFrom(const OneofDescriptorProto& from);
1258 void MergeFrom(const OneofDescriptorProto& from); 1316 void MergeFrom(const OneofDescriptorProto& from);
1259 void Clear(); 1317 void Clear();
1260 bool IsInitialized() const; 1318 bool IsInitialized() const;
1261 1319
1262 int ByteSize() const; 1320 size_t ByteSizeLong() const;
1263 bool MergePartialFromCodedStream( 1321 bool MergePartialFromCodedStream(
1264 ::google::protobuf::io::CodedInputStream* input); 1322 ::google::protobuf::io::CodedInputStream* input);
1265 void SerializeWithCachedSizes( 1323 void SerializeWithCachedSizes(
1266 ::google::protobuf::io::CodedOutputStream* output) const; 1324 ::google::protobuf::io::CodedOutputStream* output) const;
1267 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 1325 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
1326 bool deterministic, ::google::protobuf::uint8* output) const;
1327 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
1328 return InternalSerializeWithCachedSizesToArray(false, output);
1329 }
1268 int GetCachedSize() const { return _cached_size_; } 1330 int GetCachedSize() const { return _cached_size_; }
1269 private: 1331 private:
1270 void SharedCtor(); 1332 void SharedCtor();
1271 void SharedDtor(); 1333 void SharedDtor();
1272 void SetCachedSize(int size) const; 1334 void SetCachedSize(int size) const;
1273 void InternalSwap(OneofDescriptorProto* other); 1335 void InternalSwap(OneofDescriptorProto* other);
1336 void UnsafeMergeFrom(const OneofDescriptorProto& from);
1274 private: 1337 private:
1275 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 1338 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
1276 return _internal_metadata_.arena(); 1339 return _internal_metadata_.arena();
1277 } 1340 }
1278 inline void* MaybeArenaPtr() const { 1341 inline void* MaybeArenaPtr() const {
1279 return _internal_metadata_.raw_arena_ptr(); 1342 return _internal_metadata_.raw_arena_ptr();
1280 } 1343 }
1281 public: 1344 public:
1282 1345
1283 ::google::protobuf::Metadata GetMetadata() const; 1346 ::google::protobuf::Metadata GetMetadata() const;
1284 1347
1285 // nested types ---------------------------------------------------- 1348 // nested types ----------------------------------------------------
1286 1349
1287 // accessors ------------------------------------------------------- 1350 // accessors -------------------------------------------------------
1288 1351
1289 // optional string name = 1; 1352 // optional string name = 1;
1290 bool has_name() const; 1353 bool has_name() const;
1291 void clear_name(); 1354 void clear_name();
1292 static const int kNameFieldNumber = 1; 1355 static const int kNameFieldNumber = 1;
1293 const ::std::string& name() const; 1356 const ::std::string& name() const;
1294 void set_name(const ::std::string& value); 1357 void set_name(const ::std::string& value);
1295 void set_name(const char* value); 1358 void set_name(const char* value);
1296 void set_name(const char* value, size_t size); 1359 void set_name(const char* value, size_t size);
1297 ::std::string* mutable_name(); 1360 ::std::string* mutable_name();
1298 ::std::string* release_name(); 1361 ::std::string* release_name();
1299 void set_allocated_name(::std::string* name); 1362 void set_allocated_name(::std::string* name);
1300 1363
1364 // optional .google.protobuf.OneofOptions options = 2;
1365 bool has_options() const;
1366 void clear_options();
1367 static const int kOptionsFieldNumber = 2;
1368 const ::google::protobuf::OneofOptions& options() const;
1369 ::google::protobuf::OneofOptions* mutable_options();
1370 ::google::protobuf::OneofOptions* release_options();
1371 void set_allocated_options(::google::protobuf::OneofOptions* options);
1372
1301 // @@protoc_insertion_point(class_scope:google.protobuf.OneofDescriptorProto) 1373 // @@protoc_insertion_point(class_scope:google.protobuf.OneofDescriptorProto)
1302 private: 1374 private:
1303 inline void set_has_name(); 1375 inline void set_has_name();
1304 inline void clear_has_name(); 1376 inline void clear_has_name();
1377 inline void set_has_options();
1378 inline void clear_has_options();
1305 1379
1306 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 1380 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
1307 ::google::protobuf::uint32 _has_bits_[1]; 1381 ::google::protobuf::internal::HasBits<1> _has_bits_;
1308 mutable int _cached_size_; 1382 mutable int _cached_size_;
1309 ::google::protobuf::internal::ArenaStringPtr name_; 1383 ::google::protobuf::internal::ArenaStringPtr name_;
1310 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 1384 ::google::protobuf::OneofOptions* options_;
1385 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
1386 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
1311 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 1387 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
1312 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 1388 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
1313 1389
1314 void InitAsDefaultInstance(); 1390 void InitAsDefaultInstance();
1315 static OneofDescriptorProto* default_instance_;
1316 }; 1391 };
1392 extern ::google::protobuf::internal::ExplicitlyConstructed<OneofDescriptorProto> OneofDescriptorProto_default_instance_;
1393
1317 // ------------------------------------------------------------------- 1394 // -------------------------------------------------------------------
1318 1395
1319 class LIBPROTOBUF_EXPORT EnumDescriptorProto : public ::google::protobuf::Messag e { 1396 class LIBPROTOBUF_EXPORT EnumDescriptorProto : public ::google::protobuf::Messag e /* @@protoc_insertion_point(class_definition:google.protobuf.EnumDescriptorPro to) */ {
1320 public: 1397 public:
1321 EnumDescriptorProto(); 1398 EnumDescriptorProto();
1322 virtual ~EnumDescriptorProto(); 1399 virtual ~EnumDescriptorProto();
1323 1400
1324 EnumDescriptorProto(const EnumDescriptorProto& from); 1401 EnumDescriptorProto(const EnumDescriptorProto& from);
1325 1402
1326 inline EnumDescriptorProto& operator=(const EnumDescriptorProto& from) { 1403 inline EnumDescriptorProto& operator=(const EnumDescriptorProto& from) {
1327 CopyFrom(from); 1404 CopyFrom(from);
1328 return *this; 1405 return *this;
1329 } 1406 }
1330 1407
1331 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 1408 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1332 return _internal_metadata_.unknown_fields(); 1409 return _internal_metadata_.unknown_fields();
1333 } 1410 }
1334 1411
1335 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 1412 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1336 return _internal_metadata_.mutable_unknown_fields(); 1413 return _internal_metadata_.mutable_unknown_fields();
1337 } 1414 }
1338 1415
1339 static const ::google::protobuf::Descriptor* descriptor(); 1416 static const ::google::protobuf::Descriptor* descriptor();
1340 static const EnumDescriptorProto& default_instance(); 1417 static const EnumDescriptorProto& default_instance();
1341 1418
1419 static const EnumDescriptorProto* internal_default_instance();
1420
1342 void Swap(EnumDescriptorProto* other); 1421 void Swap(EnumDescriptorProto* other);
1343 1422
1344 // implements Message ---------------------------------------------- 1423 // implements Message ----------------------------------------------
1345 1424
1346 inline EnumDescriptorProto* New() const { return New(NULL); } 1425 inline EnumDescriptorProto* New() const { return New(NULL); }
1347 1426
1348 EnumDescriptorProto* New(::google::protobuf::Arena* arena) const; 1427 EnumDescriptorProto* New(::google::protobuf::Arena* arena) const;
1349 void CopyFrom(const ::google::protobuf::Message& from); 1428 void CopyFrom(const ::google::protobuf::Message& from);
1350 void MergeFrom(const ::google::protobuf::Message& from); 1429 void MergeFrom(const ::google::protobuf::Message& from);
1351 void CopyFrom(const EnumDescriptorProto& from); 1430 void CopyFrom(const EnumDescriptorProto& from);
1352 void MergeFrom(const EnumDescriptorProto& from); 1431 void MergeFrom(const EnumDescriptorProto& from);
1353 void Clear(); 1432 void Clear();
1354 bool IsInitialized() const; 1433 bool IsInitialized() const;
1355 1434
1356 int ByteSize() const; 1435 size_t ByteSizeLong() const;
1357 bool MergePartialFromCodedStream( 1436 bool MergePartialFromCodedStream(
1358 ::google::protobuf::io::CodedInputStream* input); 1437 ::google::protobuf::io::CodedInputStream* input);
1359 void SerializeWithCachedSizes( 1438 void SerializeWithCachedSizes(
1360 ::google::protobuf::io::CodedOutputStream* output) const; 1439 ::google::protobuf::io::CodedOutputStream* output) const;
1361 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 1440 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
1441 bool deterministic, ::google::protobuf::uint8* output) const;
1442 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
1443 return InternalSerializeWithCachedSizesToArray(false, output);
1444 }
1362 int GetCachedSize() const { return _cached_size_; } 1445 int GetCachedSize() const { return _cached_size_; }
1363 private: 1446 private:
1364 void SharedCtor(); 1447 void SharedCtor();
1365 void SharedDtor(); 1448 void SharedDtor();
1366 void SetCachedSize(int size) const; 1449 void SetCachedSize(int size) const;
1367 void InternalSwap(EnumDescriptorProto* other); 1450 void InternalSwap(EnumDescriptorProto* other);
1451 void UnsafeMergeFrom(const EnumDescriptorProto& from);
1368 private: 1452 private:
1369 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 1453 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
1370 return _internal_metadata_.arena(); 1454 return _internal_metadata_.arena();
1371 } 1455 }
1372 inline void* MaybeArenaPtr() const { 1456 inline void* MaybeArenaPtr() const {
1373 return _internal_metadata_.raw_arena_ptr(); 1457 return _internal_metadata_.raw_arena_ptr();
1374 } 1458 }
1375 public: 1459 public:
1376 1460
1377 ::google::protobuf::Metadata GetMetadata() const; 1461 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1414 void set_allocated_options(::google::protobuf::EnumOptions* options); 1498 void set_allocated_options(::google::protobuf::EnumOptions* options);
1415 1499
1416 // @@protoc_insertion_point(class_scope:google.protobuf.EnumDescriptorProto) 1500 // @@protoc_insertion_point(class_scope:google.protobuf.EnumDescriptorProto)
1417 private: 1501 private:
1418 inline void set_has_name(); 1502 inline void set_has_name();
1419 inline void clear_has_name(); 1503 inline void clear_has_name();
1420 inline void set_has_options(); 1504 inline void set_has_options();
1421 inline void clear_has_options(); 1505 inline void clear_has_options();
1422 1506
1423 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 1507 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
1424 ::google::protobuf::uint32 _has_bits_[1]; 1508 ::google::protobuf::internal::HasBits<1> _has_bits_;
1425 mutable int _cached_size_; 1509 mutable int _cached_size_;
1510 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorP roto > value_;
1426 ::google::protobuf::internal::ArenaStringPtr name_; 1511 ::google::protobuf::internal::ArenaStringPtr name_;
1427 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorP roto > value_;
1428 ::google::protobuf::EnumOptions* options_; 1512 ::google::protobuf::EnumOptions* options_;
1429 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 1513 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
1514 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
1430 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 1515 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
1431 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 1516 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
1432 1517
1433 void InitAsDefaultInstance(); 1518 void InitAsDefaultInstance();
1434 static EnumDescriptorProto* default_instance_;
1435 }; 1519 };
1520 extern ::google::protobuf::internal::ExplicitlyConstructed<EnumDescriptorProto> EnumDescriptorProto_default_instance_;
1521
1436 // ------------------------------------------------------------------- 1522 // -------------------------------------------------------------------
1437 1523
1438 class LIBPROTOBUF_EXPORT EnumValueDescriptorProto : public ::google::protobuf::M essage { 1524 class LIBPROTOBUF_EXPORT EnumValueDescriptorProto : public ::google::protobuf::M essage /* @@protoc_insertion_point(class_definition:google.protobuf.EnumValueDes criptorProto) */ {
1439 public: 1525 public:
1440 EnumValueDescriptorProto(); 1526 EnumValueDescriptorProto();
1441 virtual ~EnumValueDescriptorProto(); 1527 virtual ~EnumValueDescriptorProto();
1442 1528
1443 EnumValueDescriptorProto(const EnumValueDescriptorProto& from); 1529 EnumValueDescriptorProto(const EnumValueDescriptorProto& from);
1444 1530
1445 inline EnumValueDescriptorProto& operator=(const EnumValueDescriptorProto& fro m) { 1531 inline EnumValueDescriptorProto& operator=(const EnumValueDescriptorProto& fro m) {
1446 CopyFrom(from); 1532 CopyFrom(from);
1447 return *this; 1533 return *this;
1448 } 1534 }
1449 1535
1450 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 1536 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1451 return _internal_metadata_.unknown_fields(); 1537 return _internal_metadata_.unknown_fields();
1452 } 1538 }
1453 1539
1454 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 1540 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1455 return _internal_metadata_.mutable_unknown_fields(); 1541 return _internal_metadata_.mutable_unknown_fields();
1456 } 1542 }
1457 1543
1458 static const ::google::protobuf::Descriptor* descriptor(); 1544 static const ::google::protobuf::Descriptor* descriptor();
1459 static const EnumValueDescriptorProto& default_instance(); 1545 static const EnumValueDescriptorProto& default_instance();
1460 1546
1547 static const EnumValueDescriptorProto* internal_default_instance();
1548
1461 void Swap(EnumValueDescriptorProto* other); 1549 void Swap(EnumValueDescriptorProto* other);
1462 1550
1463 // implements Message ---------------------------------------------- 1551 // implements Message ----------------------------------------------
1464 1552
1465 inline EnumValueDescriptorProto* New() const { return New(NULL); } 1553 inline EnumValueDescriptorProto* New() const { return New(NULL); }
1466 1554
1467 EnumValueDescriptorProto* New(::google::protobuf::Arena* arena) const; 1555 EnumValueDescriptorProto* New(::google::protobuf::Arena* arena) const;
1468 void CopyFrom(const ::google::protobuf::Message& from); 1556 void CopyFrom(const ::google::protobuf::Message& from);
1469 void MergeFrom(const ::google::protobuf::Message& from); 1557 void MergeFrom(const ::google::protobuf::Message& from);
1470 void CopyFrom(const EnumValueDescriptorProto& from); 1558 void CopyFrom(const EnumValueDescriptorProto& from);
1471 void MergeFrom(const EnumValueDescriptorProto& from); 1559 void MergeFrom(const EnumValueDescriptorProto& from);
1472 void Clear(); 1560 void Clear();
1473 bool IsInitialized() const; 1561 bool IsInitialized() const;
1474 1562
1475 int ByteSize() const; 1563 size_t ByteSizeLong() const;
1476 bool MergePartialFromCodedStream( 1564 bool MergePartialFromCodedStream(
1477 ::google::protobuf::io::CodedInputStream* input); 1565 ::google::protobuf::io::CodedInputStream* input);
1478 void SerializeWithCachedSizes( 1566 void SerializeWithCachedSizes(
1479 ::google::protobuf::io::CodedOutputStream* output) const; 1567 ::google::protobuf::io::CodedOutputStream* output) const;
1480 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 1568 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
1569 bool deterministic, ::google::protobuf::uint8* output) const;
1570 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
1571 return InternalSerializeWithCachedSizesToArray(false, output);
1572 }
1481 int GetCachedSize() const { return _cached_size_; } 1573 int GetCachedSize() const { return _cached_size_; }
1482 private: 1574 private:
1483 void SharedCtor(); 1575 void SharedCtor();
1484 void SharedDtor(); 1576 void SharedDtor();
1485 void SetCachedSize(int size) const; 1577 void SetCachedSize(int size) const;
1486 void InternalSwap(EnumValueDescriptorProto* other); 1578 void InternalSwap(EnumValueDescriptorProto* other);
1579 void UnsafeMergeFrom(const EnumValueDescriptorProto& from);
1487 private: 1580 private:
1488 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 1581 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
1489 return _internal_metadata_.arena(); 1582 return _internal_metadata_.arena();
1490 } 1583 }
1491 inline void* MaybeArenaPtr() const { 1584 inline void* MaybeArenaPtr() const {
1492 return _internal_metadata_.raw_arena_ptr(); 1585 return _internal_metadata_.raw_arena_ptr();
1493 } 1586 }
1494 public: 1587 public:
1495 1588
1496 ::google::protobuf::Metadata GetMetadata() const; 1589 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
1530 // @@protoc_insertion_point(class_scope:google.protobuf.EnumValueDescriptorPro to) 1623 // @@protoc_insertion_point(class_scope:google.protobuf.EnumValueDescriptorPro to)
1531 private: 1624 private:
1532 inline void set_has_name(); 1625 inline void set_has_name();
1533 inline void clear_has_name(); 1626 inline void clear_has_name();
1534 inline void set_has_number(); 1627 inline void set_has_number();
1535 inline void clear_has_number(); 1628 inline void clear_has_number();
1536 inline void set_has_options(); 1629 inline void set_has_options();
1537 inline void clear_has_options(); 1630 inline void clear_has_options();
1538 1631
1539 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 1632 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
1540 ::google::protobuf::uint32 _has_bits_[1]; 1633 ::google::protobuf::internal::HasBits<1> _has_bits_;
1541 mutable int _cached_size_; 1634 mutable int _cached_size_;
1542 ::google::protobuf::internal::ArenaStringPtr name_; 1635 ::google::protobuf::internal::ArenaStringPtr name_;
1543 ::google::protobuf::EnumValueOptions* options_; 1636 ::google::protobuf::EnumValueOptions* options_;
1544 ::google::protobuf::int32 number_; 1637 ::google::protobuf::int32 number_;
1545 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 1638 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
1639 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
1546 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 1640 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
1547 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 1641 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
1548 1642
1549 void InitAsDefaultInstance(); 1643 void InitAsDefaultInstance();
1550 static EnumValueDescriptorProto* default_instance_;
1551 }; 1644 };
1645 extern ::google::protobuf::internal::ExplicitlyConstructed<EnumValueDescriptorPr oto> EnumValueDescriptorProto_default_instance_;
1646
1552 // ------------------------------------------------------------------- 1647 // -------------------------------------------------------------------
1553 1648
1554 class LIBPROTOBUF_EXPORT ServiceDescriptorProto : public ::google::protobuf::Mes sage { 1649 class LIBPROTOBUF_EXPORT ServiceDescriptorProto : public ::google::protobuf::Mes sage /* @@protoc_insertion_point(class_definition:google.protobuf.ServiceDescrip torProto) */ {
1555 public: 1650 public:
1556 ServiceDescriptorProto(); 1651 ServiceDescriptorProto();
1557 virtual ~ServiceDescriptorProto(); 1652 virtual ~ServiceDescriptorProto();
1558 1653
1559 ServiceDescriptorProto(const ServiceDescriptorProto& from); 1654 ServiceDescriptorProto(const ServiceDescriptorProto& from);
1560 1655
1561 inline ServiceDescriptorProto& operator=(const ServiceDescriptorProto& from) { 1656 inline ServiceDescriptorProto& operator=(const ServiceDescriptorProto& from) {
1562 CopyFrom(from); 1657 CopyFrom(from);
1563 return *this; 1658 return *this;
1564 } 1659 }
1565 1660
1566 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 1661 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1567 return _internal_metadata_.unknown_fields(); 1662 return _internal_metadata_.unknown_fields();
1568 } 1663 }
1569 1664
1570 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 1665 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1571 return _internal_metadata_.mutable_unknown_fields(); 1666 return _internal_metadata_.mutable_unknown_fields();
1572 } 1667 }
1573 1668
1574 static const ::google::protobuf::Descriptor* descriptor(); 1669 static const ::google::protobuf::Descriptor* descriptor();
1575 static const ServiceDescriptorProto& default_instance(); 1670 static const ServiceDescriptorProto& default_instance();
1576 1671
1672 static const ServiceDescriptorProto* internal_default_instance();
1673
1577 void Swap(ServiceDescriptorProto* other); 1674 void Swap(ServiceDescriptorProto* other);
1578 1675
1579 // implements Message ---------------------------------------------- 1676 // implements Message ----------------------------------------------
1580 1677
1581 inline ServiceDescriptorProto* New() const { return New(NULL); } 1678 inline ServiceDescriptorProto* New() const { return New(NULL); }
1582 1679
1583 ServiceDescriptorProto* New(::google::protobuf::Arena* arena) const; 1680 ServiceDescriptorProto* New(::google::protobuf::Arena* arena) const;
1584 void CopyFrom(const ::google::protobuf::Message& from); 1681 void CopyFrom(const ::google::protobuf::Message& from);
1585 void MergeFrom(const ::google::protobuf::Message& from); 1682 void MergeFrom(const ::google::protobuf::Message& from);
1586 void CopyFrom(const ServiceDescriptorProto& from); 1683 void CopyFrom(const ServiceDescriptorProto& from);
1587 void MergeFrom(const ServiceDescriptorProto& from); 1684 void MergeFrom(const ServiceDescriptorProto& from);
1588 void Clear(); 1685 void Clear();
1589 bool IsInitialized() const; 1686 bool IsInitialized() const;
1590 1687
1591 int ByteSize() const; 1688 size_t ByteSizeLong() const;
1592 bool MergePartialFromCodedStream( 1689 bool MergePartialFromCodedStream(
1593 ::google::protobuf::io::CodedInputStream* input); 1690 ::google::protobuf::io::CodedInputStream* input);
1594 void SerializeWithCachedSizes( 1691 void SerializeWithCachedSizes(
1595 ::google::protobuf::io::CodedOutputStream* output) const; 1692 ::google::protobuf::io::CodedOutputStream* output) const;
1596 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 1693 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
1694 bool deterministic, ::google::protobuf::uint8* output) const;
1695 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
1696 return InternalSerializeWithCachedSizesToArray(false, output);
1697 }
1597 int GetCachedSize() const { return _cached_size_; } 1698 int GetCachedSize() const { return _cached_size_; }
1598 private: 1699 private:
1599 void SharedCtor(); 1700 void SharedCtor();
1600 void SharedDtor(); 1701 void SharedDtor();
1601 void SetCachedSize(int size) const; 1702 void SetCachedSize(int size) const;
1602 void InternalSwap(ServiceDescriptorProto* other); 1703 void InternalSwap(ServiceDescriptorProto* other);
1704 void UnsafeMergeFrom(const ServiceDescriptorProto& from);
1603 private: 1705 private:
1604 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 1706 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
1605 return _internal_metadata_.arena(); 1707 return _internal_metadata_.arena();
1606 } 1708 }
1607 inline void* MaybeArenaPtr() const { 1709 inline void* MaybeArenaPtr() const {
1608 return _internal_metadata_.raw_arena_ptr(); 1710 return _internal_metadata_.raw_arena_ptr();
1609 } 1711 }
1610 public: 1712 public:
1611 1713
1612 ::google::protobuf::Metadata GetMetadata() const; 1714 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1649 void set_allocated_options(::google::protobuf::ServiceOptions* options); 1751 void set_allocated_options(::google::protobuf::ServiceOptions* options);
1650 1752
1651 // @@protoc_insertion_point(class_scope:google.protobuf.ServiceDescriptorProto ) 1753 // @@protoc_insertion_point(class_scope:google.protobuf.ServiceDescriptorProto )
1652 private: 1754 private:
1653 inline void set_has_name(); 1755 inline void set_has_name();
1654 inline void clear_has_name(); 1756 inline void clear_has_name();
1655 inline void set_has_options(); 1757 inline void set_has_options();
1656 inline void clear_has_options(); 1758 inline void clear_has_options();
1657 1759
1658 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 1760 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
1659 ::google::protobuf::uint32 _has_bits_[1]; 1761 ::google::protobuf::internal::HasBits<1> _has_bits_;
1660 mutable int _cached_size_; 1762 mutable int _cached_size_;
1763 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProt o > method_;
1661 ::google::protobuf::internal::ArenaStringPtr name_; 1764 ::google::protobuf::internal::ArenaStringPtr name_;
1662 ::google::protobuf::RepeatedPtrField< ::google::protobuf::MethodDescriptorProt o > method_;
1663 ::google::protobuf::ServiceOptions* options_; 1765 ::google::protobuf::ServiceOptions* options_;
1664 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 1766 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
1767 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
1665 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 1768 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
1666 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 1769 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
1667 1770
1668 void InitAsDefaultInstance(); 1771 void InitAsDefaultInstance();
1669 static ServiceDescriptorProto* default_instance_;
1670 }; 1772 };
1773 extern ::google::protobuf::internal::ExplicitlyConstructed<ServiceDescriptorProt o> ServiceDescriptorProto_default_instance_;
1774
1671 // ------------------------------------------------------------------- 1775 // -------------------------------------------------------------------
1672 1776
1673 class LIBPROTOBUF_EXPORT MethodDescriptorProto : public ::google::protobuf::Mess age { 1777 class LIBPROTOBUF_EXPORT MethodDescriptorProto : public ::google::protobuf::Mess age /* @@protoc_insertion_point(class_definition:google.protobuf.MethodDescripto rProto) */ {
1674 public: 1778 public:
1675 MethodDescriptorProto(); 1779 MethodDescriptorProto();
1676 virtual ~MethodDescriptorProto(); 1780 virtual ~MethodDescriptorProto();
1677 1781
1678 MethodDescriptorProto(const MethodDescriptorProto& from); 1782 MethodDescriptorProto(const MethodDescriptorProto& from);
1679 1783
1680 inline MethodDescriptorProto& operator=(const MethodDescriptorProto& from) { 1784 inline MethodDescriptorProto& operator=(const MethodDescriptorProto& from) {
1681 CopyFrom(from); 1785 CopyFrom(from);
1682 return *this; 1786 return *this;
1683 } 1787 }
1684 1788
1685 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 1789 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1686 return _internal_metadata_.unknown_fields(); 1790 return _internal_metadata_.unknown_fields();
1687 } 1791 }
1688 1792
1689 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 1793 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1690 return _internal_metadata_.mutable_unknown_fields(); 1794 return _internal_metadata_.mutable_unknown_fields();
1691 } 1795 }
1692 1796
1693 static const ::google::protobuf::Descriptor* descriptor(); 1797 static const ::google::protobuf::Descriptor* descriptor();
1694 static const MethodDescriptorProto& default_instance(); 1798 static const MethodDescriptorProto& default_instance();
1695 1799
1800 static const MethodDescriptorProto* internal_default_instance();
1801
1696 void Swap(MethodDescriptorProto* other); 1802 void Swap(MethodDescriptorProto* other);
1697 1803
1698 // implements Message ---------------------------------------------- 1804 // implements Message ----------------------------------------------
1699 1805
1700 inline MethodDescriptorProto* New() const { return New(NULL); } 1806 inline MethodDescriptorProto* New() const { return New(NULL); }
1701 1807
1702 MethodDescriptorProto* New(::google::protobuf::Arena* arena) const; 1808 MethodDescriptorProto* New(::google::protobuf::Arena* arena) const;
1703 void CopyFrom(const ::google::protobuf::Message& from); 1809 void CopyFrom(const ::google::protobuf::Message& from);
1704 void MergeFrom(const ::google::protobuf::Message& from); 1810 void MergeFrom(const ::google::protobuf::Message& from);
1705 void CopyFrom(const MethodDescriptorProto& from); 1811 void CopyFrom(const MethodDescriptorProto& from);
1706 void MergeFrom(const MethodDescriptorProto& from); 1812 void MergeFrom(const MethodDescriptorProto& from);
1707 void Clear(); 1813 void Clear();
1708 bool IsInitialized() const; 1814 bool IsInitialized() const;
1709 1815
1710 int ByteSize() const; 1816 size_t ByteSizeLong() const;
1711 bool MergePartialFromCodedStream( 1817 bool MergePartialFromCodedStream(
1712 ::google::protobuf::io::CodedInputStream* input); 1818 ::google::protobuf::io::CodedInputStream* input);
1713 void SerializeWithCachedSizes( 1819 void SerializeWithCachedSizes(
1714 ::google::protobuf::io::CodedOutputStream* output) const; 1820 ::google::protobuf::io::CodedOutputStream* output) const;
1715 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 1821 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
1822 bool deterministic, ::google::protobuf::uint8* output) const;
1823 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
1824 return InternalSerializeWithCachedSizesToArray(false, output);
1825 }
1716 int GetCachedSize() const { return _cached_size_; } 1826 int GetCachedSize() const { return _cached_size_; }
1717 private: 1827 private:
1718 void SharedCtor(); 1828 void SharedCtor();
1719 void SharedDtor(); 1829 void SharedDtor();
1720 void SetCachedSize(int size) const; 1830 void SetCachedSize(int size) const;
1721 void InternalSwap(MethodDescriptorProto* other); 1831 void InternalSwap(MethodDescriptorProto* other);
1832 void UnsafeMergeFrom(const MethodDescriptorProto& from);
1722 private: 1833 private:
1723 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 1834 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
1724 return _internal_metadata_.arena(); 1835 return _internal_metadata_.arena();
1725 } 1836 }
1726 inline void* MaybeArenaPtr() const { 1837 inline void* MaybeArenaPtr() const {
1727 return _internal_metadata_.raw_arena_ptr(); 1838 return _internal_metadata_.raw_arena_ptr();
1728 } 1839 }
1729 public: 1840 public:
1730 1841
1731 ::google::protobuf::Metadata GetMetadata() const; 1842 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
1802 inline void set_has_output_type(); 1913 inline void set_has_output_type();
1803 inline void clear_has_output_type(); 1914 inline void clear_has_output_type();
1804 inline void set_has_options(); 1915 inline void set_has_options();
1805 inline void clear_has_options(); 1916 inline void clear_has_options();
1806 inline void set_has_client_streaming(); 1917 inline void set_has_client_streaming();
1807 inline void clear_has_client_streaming(); 1918 inline void clear_has_client_streaming();
1808 inline void set_has_server_streaming(); 1919 inline void set_has_server_streaming();
1809 inline void clear_has_server_streaming(); 1920 inline void clear_has_server_streaming();
1810 1921
1811 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 1922 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
1812 ::google::protobuf::uint32 _has_bits_[1]; 1923 ::google::protobuf::internal::HasBits<1> _has_bits_;
1813 mutable int _cached_size_; 1924 mutable int _cached_size_;
1814 ::google::protobuf::internal::ArenaStringPtr name_; 1925 ::google::protobuf::internal::ArenaStringPtr name_;
1815 ::google::protobuf::internal::ArenaStringPtr input_type_; 1926 ::google::protobuf::internal::ArenaStringPtr input_type_;
1816 ::google::protobuf::internal::ArenaStringPtr output_type_; 1927 ::google::protobuf::internal::ArenaStringPtr output_type_;
1817 ::google::protobuf::MethodOptions* options_; 1928 ::google::protobuf::MethodOptions* options_;
1818 bool client_streaming_; 1929 bool client_streaming_;
1819 bool server_streaming_; 1930 bool server_streaming_;
1820 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 1931 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
1932 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
1821 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 1933 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
1822 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 1934 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
1823 1935
1824 void InitAsDefaultInstance(); 1936 void InitAsDefaultInstance();
1825 static MethodDescriptorProto* default_instance_;
1826 }; 1937 };
1938 extern ::google::protobuf::internal::ExplicitlyConstructed<MethodDescriptorProto > MethodDescriptorProto_default_instance_;
1939
1827 // ------------------------------------------------------------------- 1940 // -------------------------------------------------------------------
1828 1941
1829 class LIBPROTOBUF_EXPORT FileOptions : public ::google::protobuf::Message { 1942 class LIBPROTOBUF_EXPORT FileOptions : public ::google::protobuf::Message /* @@p rotoc_insertion_point(class_definition:google.protobuf.FileOptions) */ {
1830 public: 1943 public:
1831 FileOptions(); 1944 FileOptions();
1832 virtual ~FileOptions(); 1945 virtual ~FileOptions();
1833 1946
1834 FileOptions(const FileOptions& from); 1947 FileOptions(const FileOptions& from);
1835 1948
1836 inline FileOptions& operator=(const FileOptions& from) { 1949 inline FileOptions& operator=(const FileOptions& from) {
1837 CopyFrom(from); 1950 CopyFrom(from);
1838 return *this; 1951 return *this;
1839 } 1952 }
1840 1953
1841 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 1954 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
1842 return _internal_metadata_.unknown_fields(); 1955 return _internal_metadata_.unknown_fields();
1843 } 1956 }
1844 1957
1845 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 1958 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
1846 return _internal_metadata_.mutable_unknown_fields(); 1959 return _internal_metadata_.mutable_unknown_fields();
1847 } 1960 }
1848 1961
1849 static const ::google::protobuf::Descriptor* descriptor(); 1962 static const ::google::protobuf::Descriptor* descriptor();
1850 static const FileOptions& default_instance(); 1963 static const FileOptions& default_instance();
1851 1964
1965 static const FileOptions* internal_default_instance();
1966
1852 void Swap(FileOptions* other); 1967 void Swap(FileOptions* other);
1853 1968
1854 // implements Message ---------------------------------------------- 1969 // implements Message ----------------------------------------------
1855 1970
1856 inline FileOptions* New() const { return New(NULL); } 1971 inline FileOptions* New() const { return New(NULL); }
1857 1972
1858 FileOptions* New(::google::protobuf::Arena* arena) const; 1973 FileOptions* New(::google::protobuf::Arena* arena) const;
1859 void CopyFrom(const ::google::protobuf::Message& from); 1974 void CopyFrom(const ::google::protobuf::Message& from);
1860 void MergeFrom(const ::google::protobuf::Message& from); 1975 void MergeFrom(const ::google::protobuf::Message& from);
1861 void CopyFrom(const FileOptions& from); 1976 void CopyFrom(const FileOptions& from);
1862 void MergeFrom(const FileOptions& from); 1977 void MergeFrom(const FileOptions& from);
1863 void Clear(); 1978 void Clear();
1864 bool IsInitialized() const; 1979 bool IsInitialized() const;
1865 1980
1866 int ByteSize() const; 1981 size_t ByteSizeLong() const;
1867 bool MergePartialFromCodedStream( 1982 bool MergePartialFromCodedStream(
1868 ::google::protobuf::io::CodedInputStream* input); 1983 ::google::protobuf::io::CodedInputStream* input);
1869 void SerializeWithCachedSizes( 1984 void SerializeWithCachedSizes(
1870 ::google::protobuf::io::CodedOutputStream* output) const; 1985 ::google::protobuf::io::CodedOutputStream* output) const;
1871 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 1986 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
1987 bool deterministic, ::google::protobuf::uint8* output) const;
1988 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
1989 return InternalSerializeWithCachedSizesToArray(false, output);
1990 }
1872 int GetCachedSize() const { return _cached_size_; } 1991 int GetCachedSize() const { return _cached_size_; }
1873 private: 1992 private:
1874 void SharedCtor(); 1993 void SharedCtor();
1875 void SharedDtor(); 1994 void SharedDtor();
1876 void SetCachedSize(int size) const; 1995 void SetCachedSize(int size) const;
1877 void InternalSwap(FileOptions* other); 1996 void InternalSwap(FileOptions* other);
1997 void UnsafeMergeFrom(const FileOptions& from);
1878 private: 1998 private:
1879 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 1999 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
1880 return _internal_metadata_.arena(); 2000 return _internal_metadata_.arena();
1881 } 2001 }
1882 inline void* MaybeArenaPtr() const { 2002 inline void* MaybeArenaPtr() const {
1883 return _internal_metadata_.raw_arena_ptr(); 2003 return _internal_metadata_.raw_arena_ptr();
1884 } 2004 }
1885 public: 2005 public:
1886 2006
1887 ::google::protobuf::Metadata GetMetadata() const; 2007 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1942 ::std::string* release_java_outer_classname(); 2062 ::std::string* release_java_outer_classname();
1943 void set_allocated_java_outer_classname(::std::string* java_outer_classname); 2063 void set_allocated_java_outer_classname(::std::string* java_outer_classname);
1944 2064
1945 // optional bool java_multiple_files = 10 [default = false]; 2065 // optional bool java_multiple_files = 10 [default = false];
1946 bool has_java_multiple_files() const; 2066 bool has_java_multiple_files() const;
1947 void clear_java_multiple_files(); 2067 void clear_java_multiple_files();
1948 static const int kJavaMultipleFilesFieldNumber = 10; 2068 static const int kJavaMultipleFilesFieldNumber = 10;
1949 bool java_multiple_files() const; 2069 bool java_multiple_files() const;
1950 void set_java_multiple_files(bool value); 2070 void set_java_multiple_files(bool value);
1951 2071
1952 // optional bool java_generate_equals_and_hash = 20 [default = false]; 2072 // optional bool java_generate_equals_and_hash = 20 [deprecated = true];
1953 bool has_java_generate_equals_and_hash() const; 2073 GOOGLE_PROTOBUF_DEPRECATED_ATTR bool has_java_generate_equals_and_hash() const ;
1954 void clear_java_generate_equals_and_hash(); 2074 GOOGLE_PROTOBUF_DEPRECATED_ATTR void clear_java_generate_equals_and_hash();
1955 static const int kJavaGenerateEqualsAndHashFieldNumber = 20; 2075 GOOGLE_PROTOBUF_DEPRECATED_ATTR static const int kJavaGenerateEqualsAndHashFie ldNumber = 20;
1956 bool java_generate_equals_and_hash() const; 2076 GOOGLE_PROTOBUF_DEPRECATED_ATTR bool java_generate_equals_and_hash() const;
1957 void set_java_generate_equals_and_hash(bool value); 2077 GOOGLE_PROTOBUF_DEPRECATED_ATTR void set_java_generate_equals_and_hash(bool va lue);
1958 2078
1959 // optional bool java_string_check_utf8 = 27 [default = false]; 2079 // optional bool java_string_check_utf8 = 27 [default = false];
1960 bool has_java_string_check_utf8() const; 2080 bool has_java_string_check_utf8() const;
1961 void clear_java_string_check_utf8(); 2081 void clear_java_string_check_utf8();
1962 static const int kJavaStringCheckUtf8FieldNumber = 27; 2082 static const int kJavaStringCheckUtf8FieldNumber = 27;
1963 bool java_string_check_utf8() const; 2083 bool java_string_check_utf8() const;
1964 void set_java_string_check_utf8(bool value); 2084 void set_java_string_check_utf8(bool value);
1965 2085
1966 // optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [defaul t = SPEED]; 2086 // optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [defaul t = SPEED];
1967 bool has_optimize_for() const; 2087 bool has_optimize_for() const;
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
2081 inline void set_has_cc_enable_arenas(); 2201 inline void set_has_cc_enable_arenas();
2082 inline void clear_has_cc_enable_arenas(); 2202 inline void clear_has_cc_enable_arenas();
2083 inline void set_has_objc_class_prefix(); 2203 inline void set_has_objc_class_prefix();
2084 inline void clear_has_objc_class_prefix(); 2204 inline void clear_has_objc_class_prefix();
2085 inline void set_has_csharp_namespace(); 2205 inline void set_has_csharp_namespace();
2086 inline void clear_has_csharp_namespace(); 2206 inline void clear_has_csharp_namespace();
2087 2207
2088 ::google::protobuf::internal::ExtensionSet _extensions_; 2208 ::google::protobuf::internal::ExtensionSet _extensions_;
2089 2209
2090 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 2210 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2091 ::google::protobuf::uint32 _has_bits_[1]; 2211 ::google::protobuf::internal::HasBits<1> _has_bits_;
2092 mutable int _cached_size_; 2212 mutable int _cached_size_;
2213 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
2093 ::google::protobuf::internal::ArenaStringPtr java_package_; 2214 ::google::protobuf::internal::ArenaStringPtr java_package_;
2094 ::google::protobuf::internal::ArenaStringPtr java_outer_classname_; 2215 ::google::protobuf::internal::ArenaStringPtr java_outer_classname_;
2216 ::google::protobuf::internal::ArenaStringPtr go_package_;
2217 ::google::protobuf::internal::ArenaStringPtr objc_class_prefix_;
2218 ::google::protobuf::internal::ArenaStringPtr csharp_namespace_;
2095 bool java_multiple_files_; 2219 bool java_multiple_files_;
2096 bool java_generate_equals_and_hash_; 2220 bool java_generate_equals_and_hash_;
2097 bool java_string_check_utf8_; 2221 bool java_string_check_utf8_;
2098 bool cc_generic_services_; 2222 bool cc_generic_services_;
2099 int optimize_for_;
2100 ::google::protobuf::internal::ArenaStringPtr go_package_;
2101 ::google::protobuf::internal::ArenaStringPtr objc_class_prefix_;
2102 ::google::protobuf::internal::ArenaStringPtr csharp_namespace_;
2103 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
2104 bool java_generic_services_; 2223 bool java_generic_services_;
2105 bool py_generic_services_; 2224 bool py_generic_services_;
2106 bool deprecated_; 2225 bool deprecated_;
2107 bool cc_enable_arenas_; 2226 bool cc_enable_arenas_;
2108 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 2227 int optimize_for_;
2228 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
2229 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
2109 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 2230 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
2110 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 2231 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
2111 2232
2112 void InitAsDefaultInstance(); 2233 void InitAsDefaultInstance();
2113 static FileOptions* default_instance_;
2114 }; 2234 };
2235 extern ::google::protobuf::internal::ExplicitlyConstructed<FileOptions> FileOpti ons_default_instance_;
2236
2115 // ------------------------------------------------------------------- 2237 // -------------------------------------------------------------------
2116 2238
2117 class LIBPROTOBUF_EXPORT MessageOptions : public ::google::protobuf::Message { 2239 class LIBPROTOBUF_EXPORT MessageOptions : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.MessageOptions) */ {
2118 public: 2240 public:
2119 MessageOptions(); 2241 MessageOptions();
2120 virtual ~MessageOptions(); 2242 virtual ~MessageOptions();
2121 2243
2122 MessageOptions(const MessageOptions& from); 2244 MessageOptions(const MessageOptions& from);
2123 2245
2124 inline MessageOptions& operator=(const MessageOptions& from) { 2246 inline MessageOptions& operator=(const MessageOptions& from) {
2125 CopyFrom(from); 2247 CopyFrom(from);
2126 return *this; 2248 return *this;
2127 } 2249 }
2128 2250
2129 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 2251 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2130 return _internal_metadata_.unknown_fields(); 2252 return _internal_metadata_.unknown_fields();
2131 } 2253 }
2132 2254
2133 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 2255 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2134 return _internal_metadata_.mutable_unknown_fields(); 2256 return _internal_metadata_.mutable_unknown_fields();
2135 } 2257 }
2136 2258
2137 static const ::google::protobuf::Descriptor* descriptor(); 2259 static const ::google::protobuf::Descriptor* descriptor();
2138 static const MessageOptions& default_instance(); 2260 static const MessageOptions& default_instance();
2139 2261
2262 static const MessageOptions* internal_default_instance();
2263
2140 void Swap(MessageOptions* other); 2264 void Swap(MessageOptions* other);
2141 2265
2142 // implements Message ---------------------------------------------- 2266 // implements Message ----------------------------------------------
2143 2267
2144 inline MessageOptions* New() const { return New(NULL); } 2268 inline MessageOptions* New() const { return New(NULL); }
2145 2269
2146 MessageOptions* New(::google::protobuf::Arena* arena) const; 2270 MessageOptions* New(::google::protobuf::Arena* arena) const;
2147 void CopyFrom(const ::google::protobuf::Message& from); 2271 void CopyFrom(const ::google::protobuf::Message& from);
2148 void MergeFrom(const ::google::protobuf::Message& from); 2272 void MergeFrom(const ::google::protobuf::Message& from);
2149 void CopyFrom(const MessageOptions& from); 2273 void CopyFrom(const MessageOptions& from);
2150 void MergeFrom(const MessageOptions& from); 2274 void MergeFrom(const MessageOptions& from);
2151 void Clear(); 2275 void Clear();
2152 bool IsInitialized() const; 2276 bool IsInitialized() const;
2153 2277
2154 int ByteSize() const; 2278 size_t ByteSizeLong() const;
2155 bool MergePartialFromCodedStream( 2279 bool MergePartialFromCodedStream(
2156 ::google::protobuf::io::CodedInputStream* input); 2280 ::google::protobuf::io::CodedInputStream* input);
2157 void SerializeWithCachedSizes( 2281 void SerializeWithCachedSizes(
2158 ::google::protobuf::io::CodedOutputStream* output) const; 2282 ::google::protobuf::io::CodedOutputStream* output) const;
2159 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 2283 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
2284 bool deterministic, ::google::protobuf::uint8* output) const;
2285 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
2286 return InternalSerializeWithCachedSizesToArray(false, output);
2287 }
2160 int GetCachedSize() const { return _cached_size_; } 2288 int GetCachedSize() const { return _cached_size_; }
2161 private: 2289 private:
2162 void SharedCtor(); 2290 void SharedCtor();
2163 void SharedDtor(); 2291 void SharedDtor();
2164 void SetCachedSize(int size) const; 2292 void SetCachedSize(int size) const;
2165 void InternalSwap(MessageOptions* other); 2293 void InternalSwap(MessageOptions* other);
2294 void UnsafeMergeFrom(const MessageOptions& from);
2166 private: 2295 private:
2167 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 2296 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
2168 return _internal_metadata_.arena(); 2297 return _internal_metadata_.arena();
2169 } 2298 }
2170 inline void* MaybeArenaPtr() const { 2299 inline void* MaybeArenaPtr() const {
2171 return _internal_metadata_.raw_arena_ptr(); 2300 return _internal_metadata_.raw_arena_ptr();
2172 } 2301 }
2173 public: 2302 public:
2174 2303
2175 ::google::protobuf::Metadata GetMetadata() const; 2304 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2226 inline void set_has_no_standard_descriptor_accessor(); 2355 inline void set_has_no_standard_descriptor_accessor();
2227 inline void clear_has_no_standard_descriptor_accessor(); 2356 inline void clear_has_no_standard_descriptor_accessor();
2228 inline void set_has_deprecated(); 2357 inline void set_has_deprecated();
2229 inline void clear_has_deprecated(); 2358 inline void clear_has_deprecated();
2230 inline void set_has_map_entry(); 2359 inline void set_has_map_entry();
2231 inline void clear_has_map_entry(); 2360 inline void clear_has_map_entry();
2232 2361
2233 ::google::protobuf::internal::ExtensionSet _extensions_; 2362 ::google::protobuf::internal::ExtensionSet _extensions_;
2234 2363
2235 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 2364 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2236 ::google::protobuf::uint32 _has_bits_[1]; 2365 ::google::protobuf::internal::HasBits<1> _has_bits_;
2237 mutable int _cached_size_; 2366 mutable int _cached_size_;
2238 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_; 2367 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
2239 bool message_set_wire_format_; 2368 bool message_set_wire_format_;
2240 bool no_standard_descriptor_accessor_; 2369 bool no_standard_descriptor_accessor_;
2241 bool deprecated_; 2370 bool deprecated_;
2242 bool map_entry_; 2371 bool map_entry_;
2243 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 2372 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
2373 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
2244 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 2374 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
2245 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 2375 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
2246 2376
2247 void InitAsDefaultInstance(); 2377 void InitAsDefaultInstance();
2248 static MessageOptions* default_instance_;
2249 }; 2378 };
2379 extern ::google::protobuf::internal::ExplicitlyConstructed<MessageOptions> Messa geOptions_default_instance_;
2380
2250 // ------------------------------------------------------------------- 2381 // -------------------------------------------------------------------
2251 2382
2252 class LIBPROTOBUF_EXPORT FieldOptions : public ::google::protobuf::Message { 2383 class LIBPROTOBUF_EXPORT FieldOptions : public ::google::protobuf::Message /* @@ protoc_insertion_point(class_definition:google.protobuf.FieldOptions) */ {
2253 public: 2384 public:
2254 FieldOptions(); 2385 FieldOptions();
2255 virtual ~FieldOptions(); 2386 virtual ~FieldOptions();
2256 2387
2257 FieldOptions(const FieldOptions& from); 2388 FieldOptions(const FieldOptions& from);
2258 2389
2259 inline FieldOptions& operator=(const FieldOptions& from) { 2390 inline FieldOptions& operator=(const FieldOptions& from) {
2260 CopyFrom(from); 2391 CopyFrom(from);
2261 return *this; 2392 return *this;
2262 } 2393 }
2263 2394
2264 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 2395 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2265 return _internal_metadata_.unknown_fields(); 2396 return _internal_metadata_.unknown_fields();
2266 } 2397 }
2267 2398
2268 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 2399 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2269 return _internal_metadata_.mutable_unknown_fields(); 2400 return _internal_metadata_.mutable_unknown_fields();
2270 } 2401 }
2271 2402
2272 static const ::google::protobuf::Descriptor* descriptor(); 2403 static const ::google::protobuf::Descriptor* descriptor();
2273 static const FieldOptions& default_instance(); 2404 static const FieldOptions& default_instance();
2274 2405
2406 static const FieldOptions* internal_default_instance();
2407
2275 void Swap(FieldOptions* other); 2408 void Swap(FieldOptions* other);
2276 2409
2277 // implements Message ---------------------------------------------- 2410 // implements Message ----------------------------------------------
2278 2411
2279 inline FieldOptions* New() const { return New(NULL); } 2412 inline FieldOptions* New() const { return New(NULL); }
2280 2413
2281 FieldOptions* New(::google::protobuf::Arena* arena) const; 2414 FieldOptions* New(::google::protobuf::Arena* arena) const;
2282 void CopyFrom(const ::google::protobuf::Message& from); 2415 void CopyFrom(const ::google::protobuf::Message& from);
2283 void MergeFrom(const ::google::protobuf::Message& from); 2416 void MergeFrom(const ::google::protobuf::Message& from);
2284 void CopyFrom(const FieldOptions& from); 2417 void CopyFrom(const FieldOptions& from);
2285 void MergeFrom(const FieldOptions& from); 2418 void MergeFrom(const FieldOptions& from);
2286 void Clear(); 2419 void Clear();
2287 bool IsInitialized() const; 2420 bool IsInitialized() const;
2288 2421
2289 int ByteSize() const; 2422 size_t ByteSizeLong() const;
2290 bool MergePartialFromCodedStream( 2423 bool MergePartialFromCodedStream(
2291 ::google::protobuf::io::CodedInputStream* input); 2424 ::google::protobuf::io::CodedInputStream* input);
2292 void SerializeWithCachedSizes( 2425 void SerializeWithCachedSizes(
2293 ::google::protobuf::io::CodedOutputStream* output) const; 2426 ::google::protobuf::io::CodedOutputStream* output) const;
2294 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 2427 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
2428 bool deterministic, ::google::protobuf::uint8* output) const;
2429 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
2430 return InternalSerializeWithCachedSizesToArray(false, output);
2431 }
2295 int GetCachedSize() const { return _cached_size_; } 2432 int GetCachedSize() const { return _cached_size_; }
2296 private: 2433 private:
2297 void SharedCtor(); 2434 void SharedCtor();
2298 void SharedDtor(); 2435 void SharedDtor();
2299 void SetCachedSize(int size) const; 2436 void SetCachedSize(int size) const;
2300 void InternalSwap(FieldOptions* other); 2437 void InternalSwap(FieldOptions* other);
2438 void UnsafeMergeFrom(const FieldOptions& from);
2301 private: 2439 private:
2302 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 2440 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
2303 return _internal_metadata_.arena(); 2441 return _internal_metadata_.arena();
2304 } 2442 }
2305 inline void* MaybeArenaPtr() const { 2443 inline void* MaybeArenaPtr() const {
2306 return _internal_metadata_.raw_arena_ptr(); 2444 return _internal_metadata_.raw_arena_ptr();
2307 } 2445 }
2308 public: 2446 public:
2309 2447
2310 ::google::protobuf::Metadata GetMetadata() const; 2448 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
2435 inline void set_has_lazy(); 2573 inline void set_has_lazy();
2436 inline void clear_has_lazy(); 2574 inline void clear_has_lazy();
2437 inline void set_has_deprecated(); 2575 inline void set_has_deprecated();
2438 inline void clear_has_deprecated(); 2576 inline void clear_has_deprecated();
2439 inline void set_has_weak(); 2577 inline void set_has_weak();
2440 inline void clear_has_weak(); 2578 inline void clear_has_weak();
2441 2579
2442 ::google::protobuf::internal::ExtensionSet _extensions_; 2580 ::google::protobuf::internal::ExtensionSet _extensions_;
2443 2581
2444 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 2582 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2445 ::google::protobuf::uint32 _has_bits_[1]; 2583 ::google::protobuf::internal::HasBits<1> _has_bits_;
2446 mutable int _cached_size_; 2584 mutable int _cached_size_;
2585 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
2447 int ctype_; 2586 int ctype_;
2448 int jstype_; 2587 int jstype_;
2449 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
2450 bool packed_; 2588 bool packed_;
2451 bool lazy_; 2589 bool lazy_;
2452 bool deprecated_; 2590 bool deprecated_;
2453 bool weak_; 2591 bool weak_;
2454 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 2592 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
2593 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
2455 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 2594 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
2456 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 2595 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
2457 2596
2458 void InitAsDefaultInstance(); 2597 void InitAsDefaultInstance();
2459 static FieldOptions* default_instance_;
2460 }; 2598 };
2599 extern ::google::protobuf::internal::ExplicitlyConstructed<FieldOptions> FieldOp tions_default_instance_;
2600
2461 // ------------------------------------------------------------------- 2601 // -------------------------------------------------------------------
2462 2602
2463 class LIBPROTOBUF_EXPORT EnumOptions : public ::google::protobuf::Message { 2603 class LIBPROTOBUF_EXPORT OneofOptions : public ::google::protobuf::Message /* @@ protoc_insertion_point(class_definition:google.protobuf.OneofOptions) */ {
2604 public:
2605 OneofOptions();
2606 virtual ~OneofOptions();
2607
2608 OneofOptions(const OneofOptions& from);
2609
2610 inline OneofOptions& operator=(const OneofOptions& from) {
2611 CopyFrom(from);
2612 return *this;
2613 }
2614
2615 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2616 return _internal_metadata_.unknown_fields();
2617 }
2618
2619 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2620 return _internal_metadata_.mutable_unknown_fields();
2621 }
2622
2623 static const ::google::protobuf::Descriptor* descriptor();
2624 static const OneofOptions& default_instance();
2625
2626 static const OneofOptions* internal_default_instance();
2627
2628 void Swap(OneofOptions* other);
2629
2630 // implements Message ----------------------------------------------
2631
2632 inline OneofOptions* New() const { return New(NULL); }
2633
2634 OneofOptions* New(::google::protobuf::Arena* arena) const;
2635 void CopyFrom(const ::google::protobuf::Message& from);
2636 void MergeFrom(const ::google::protobuf::Message& from);
2637 void CopyFrom(const OneofOptions& from);
2638 void MergeFrom(const OneofOptions& from);
2639 void Clear();
2640 bool IsInitialized() const;
2641
2642 size_t ByteSizeLong() const;
2643 bool MergePartialFromCodedStream(
2644 ::google::protobuf::io::CodedInputStream* input);
2645 void SerializeWithCachedSizes(
2646 ::google::protobuf::io::CodedOutputStream* output) const;
2647 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
2648 bool deterministic, ::google::protobuf::uint8* output) const;
2649 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
2650 return InternalSerializeWithCachedSizesToArray(false, output);
2651 }
2652 int GetCachedSize() const { return _cached_size_; }
2653 private:
2654 void SharedCtor();
2655 void SharedDtor();
2656 void SetCachedSize(int size) const;
2657 void InternalSwap(OneofOptions* other);
2658 void UnsafeMergeFrom(const OneofOptions& from);
2659 private:
2660 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
2661 return _internal_metadata_.arena();
2662 }
2663 inline void* MaybeArenaPtr() const {
2664 return _internal_metadata_.raw_arena_ptr();
2665 }
2666 public:
2667
2668 ::google::protobuf::Metadata GetMetadata() const;
2669
2670 // nested types ----------------------------------------------------
2671
2672 // accessors -------------------------------------------------------
2673
2674 // repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
2675 int uninterpreted_option_size() const;
2676 void clear_uninterpreted_option();
2677 static const int kUninterpretedOptionFieldNumber = 999;
2678 const ::google::protobuf::UninterpretedOption& uninterpreted_option(int index) const;
2679 ::google::protobuf::UninterpretedOption* mutable_uninterpreted_option(int inde x);
2680 ::google::protobuf::UninterpretedOption* add_uninterpreted_option();
2681 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption >*
2682 mutable_uninterpreted_option();
2683 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedO ption >&
2684 uninterpreted_option() const;
2685
2686 GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(OneofOptions)
2687 // @@protoc_insertion_point(class_scope:google.protobuf.OneofOptions)
2688 private:
2689
2690 ::google::protobuf::internal::ExtensionSet _extensions_;
2691
2692 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2693 ::google::protobuf::internal::HasBits<1> _has_bits_;
2694 mutable int _cached_size_;
2695 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
2696 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
2697 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
2698 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
2699 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
2700
2701 void InitAsDefaultInstance();
2702 };
2703 extern ::google::protobuf::internal::ExplicitlyConstructed<OneofOptions> OneofOp tions_default_instance_;
2704
2705 // -------------------------------------------------------------------
2706
2707 class LIBPROTOBUF_EXPORT EnumOptions : public ::google::protobuf::Message /* @@p rotoc_insertion_point(class_definition:google.protobuf.EnumOptions) */ {
2464 public: 2708 public:
2465 EnumOptions(); 2709 EnumOptions();
2466 virtual ~EnumOptions(); 2710 virtual ~EnumOptions();
2467 2711
2468 EnumOptions(const EnumOptions& from); 2712 EnumOptions(const EnumOptions& from);
2469 2713
2470 inline EnumOptions& operator=(const EnumOptions& from) { 2714 inline EnumOptions& operator=(const EnumOptions& from) {
2471 CopyFrom(from); 2715 CopyFrom(from);
2472 return *this; 2716 return *this;
2473 } 2717 }
2474 2718
2475 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 2719 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2476 return _internal_metadata_.unknown_fields(); 2720 return _internal_metadata_.unknown_fields();
2477 } 2721 }
2478 2722
2479 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 2723 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2480 return _internal_metadata_.mutable_unknown_fields(); 2724 return _internal_metadata_.mutable_unknown_fields();
2481 } 2725 }
2482 2726
2483 static const ::google::protobuf::Descriptor* descriptor(); 2727 static const ::google::protobuf::Descriptor* descriptor();
2484 static const EnumOptions& default_instance(); 2728 static const EnumOptions& default_instance();
2485 2729
2730 static const EnumOptions* internal_default_instance();
2731
2486 void Swap(EnumOptions* other); 2732 void Swap(EnumOptions* other);
2487 2733
2488 // implements Message ---------------------------------------------- 2734 // implements Message ----------------------------------------------
2489 2735
2490 inline EnumOptions* New() const { return New(NULL); } 2736 inline EnumOptions* New() const { return New(NULL); }
2491 2737
2492 EnumOptions* New(::google::protobuf::Arena* arena) const; 2738 EnumOptions* New(::google::protobuf::Arena* arena) const;
2493 void CopyFrom(const ::google::protobuf::Message& from); 2739 void CopyFrom(const ::google::protobuf::Message& from);
2494 void MergeFrom(const ::google::protobuf::Message& from); 2740 void MergeFrom(const ::google::protobuf::Message& from);
2495 void CopyFrom(const EnumOptions& from); 2741 void CopyFrom(const EnumOptions& from);
2496 void MergeFrom(const EnumOptions& from); 2742 void MergeFrom(const EnumOptions& from);
2497 void Clear(); 2743 void Clear();
2498 bool IsInitialized() const; 2744 bool IsInitialized() const;
2499 2745
2500 int ByteSize() const; 2746 size_t ByteSizeLong() const;
2501 bool MergePartialFromCodedStream( 2747 bool MergePartialFromCodedStream(
2502 ::google::protobuf::io::CodedInputStream* input); 2748 ::google::protobuf::io::CodedInputStream* input);
2503 void SerializeWithCachedSizes( 2749 void SerializeWithCachedSizes(
2504 ::google::protobuf::io::CodedOutputStream* output) const; 2750 ::google::protobuf::io::CodedOutputStream* output) const;
2505 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 2751 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
2752 bool deterministic, ::google::protobuf::uint8* output) const;
2753 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
2754 return InternalSerializeWithCachedSizesToArray(false, output);
2755 }
2506 int GetCachedSize() const { return _cached_size_; } 2756 int GetCachedSize() const { return _cached_size_; }
2507 private: 2757 private:
2508 void SharedCtor(); 2758 void SharedCtor();
2509 void SharedDtor(); 2759 void SharedDtor();
2510 void SetCachedSize(int size) const; 2760 void SetCachedSize(int size) const;
2511 void InternalSwap(EnumOptions* other); 2761 void InternalSwap(EnumOptions* other);
2762 void UnsafeMergeFrom(const EnumOptions& from);
2512 private: 2763 private:
2513 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 2764 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
2514 return _internal_metadata_.arena(); 2765 return _internal_metadata_.arena();
2515 } 2766 }
2516 inline void* MaybeArenaPtr() const { 2767 inline void* MaybeArenaPtr() const {
2517 return _internal_metadata_.raw_arena_ptr(); 2768 return _internal_metadata_.raw_arena_ptr();
2518 } 2769 }
2519 public: 2770 public:
2520 2771
2521 ::google::protobuf::Metadata GetMetadata() const; 2772 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
2554 // @@protoc_insertion_point(class_scope:google.protobuf.EnumOptions) 2805 // @@protoc_insertion_point(class_scope:google.protobuf.EnumOptions)
2555 private: 2806 private:
2556 inline void set_has_allow_alias(); 2807 inline void set_has_allow_alias();
2557 inline void clear_has_allow_alias(); 2808 inline void clear_has_allow_alias();
2558 inline void set_has_deprecated(); 2809 inline void set_has_deprecated();
2559 inline void clear_has_deprecated(); 2810 inline void clear_has_deprecated();
2560 2811
2561 ::google::protobuf::internal::ExtensionSet _extensions_; 2812 ::google::protobuf::internal::ExtensionSet _extensions_;
2562 2813
2563 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 2814 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2564 ::google::protobuf::uint32 _has_bits_[1]; 2815 ::google::protobuf::internal::HasBits<1> _has_bits_;
2565 mutable int _cached_size_; 2816 mutable int _cached_size_;
2566 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_; 2817 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
2567 bool allow_alias_; 2818 bool allow_alias_;
2568 bool deprecated_; 2819 bool deprecated_;
2569 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 2820 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
2821 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
2570 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 2822 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
2571 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 2823 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
2572 2824
2573 void InitAsDefaultInstance(); 2825 void InitAsDefaultInstance();
2574 static EnumOptions* default_instance_;
2575 }; 2826 };
2827 extern ::google::protobuf::internal::ExplicitlyConstructed<EnumOptions> EnumOpti ons_default_instance_;
2828
2576 // ------------------------------------------------------------------- 2829 // -------------------------------------------------------------------
2577 2830
2578 class LIBPROTOBUF_EXPORT EnumValueOptions : public ::google::protobuf::Message { 2831 class LIBPROTOBUF_EXPORT EnumValueOptions : public ::google::protobuf::Message / * @@protoc_insertion_point(class_definition:google.protobuf.EnumValueOptions) */ {
2579 public: 2832 public:
2580 EnumValueOptions(); 2833 EnumValueOptions();
2581 virtual ~EnumValueOptions(); 2834 virtual ~EnumValueOptions();
2582 2835
2583 EnumValueOptions(const EnumValueOptions& from); 2836 EnumValueOptions(const EnumValueOptions& from);
2584 2837
2585 inline EnumValueOptions& operator=(const EnumValueOptions& from) { 2838 inline EnumValueOptions& operator=(const EnumValueOptions& from) {
2586 CopyFrom(from); 2839 CopyFrom(from);
2587 return *this; 2840 return *this;
2588 } 2841 }
2589 2842
2590 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 2843 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2591 return _internal_metadata_.unknown_fields(); 2844 return _internal_metadata_.unknown_fields();
2592 } 2845 }
2593 2846
2594 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 2847 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2595 return _internal_metadata_.mutable_unknown_fields(); 2848 return _internal_metadata_.mutable_unknown_fields();
2596 } 2849 }
2597 2850
2598 static const ::google::protobuf::Descriptor* descriptor(); 2851 static const ::google::protobuf::Descriptor* descriptor();
2599 static const EnumValueOptions& default_instance(); 2852 static const EnumValueOptions& default_instance();
2600 2853
2854 static const EnumValueOptions* internal_default_instance();
2855
2601 void Swap(EnumValueOptions* other); 2856 void Swap(EnumValueOptions* other);
2602 2857
2603 // implements Message ---------------------------------------------- 2858 // implements Message ----------------------------------------------
2604 2859
2605 inline EnumValueOptions* New() const { return New(NULL); } 2860 inline EnumValueOptions* New() const { return New(NULL); }
2606 2861
2607 EnumValueOptions* New(::google::protobuf::Arena* arena) const; 2862 EnumValueOptions* New(::google::protobuf::Arena* arena) const;
2608 void CopyFrom(const ::google::protobuf::Message& from); 2863 void CopyFrom(const ::google::protobuf::Message& from);
2609 void MergeFrom(const ::google::protobuf::Message& from); 2864 void MergeFrom(const ::google::protobuf::Message& from);
2610 void CopyFrom(const EnumValueOptions& from); 2865 void CopyFrom(const EnumValueOptions& from);
2611 void MergeFrom(const EnumValueOptions& from); 2866 void MergeFrom(const EnumValueOptions& from);
2612 void Clear(); 2867 void Clear();
2613 bool IsInitialized() const; 2868 bool IsInitialized() const;
2614 2869
2615 int ByteSize() const; 2870 size_t ByteSizeLong() const;
2616 bool MergePartialFromCodedStream( 2871 bool MergePartialFromCodedStream(
2617 ::google::protobuf::io::CodedInputStream* input); 2872 ::google::protobuf::io::CodedInputStream* input);
2618 void SerializeWithCachedSizes( 2873 void SerializeWithCachedSizes(
2619 ::google::protobuf::io::CodedOutputStream* output) const; 2874 ::google::protobuf::io::CodedOutputStream* output) const;
2620 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 2875 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
2876 bool deterministic, ::google::protobuf::uint8* output) const;
2877 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
2878 return InternalSerializeWithCachedSizesToArray(false, output);
2879 }
2621 int GetCachedSize() const { return _cached_size_; } 2880 int GetCachedSize() const { return _cached_size_; }
2622 private: 2881 private:
2623 void SharedCtor(); 2882 void SharedCtor();
2624 void SharedDtor(); 2883 void SharedDtor();
2625 void SetCachedSize(int size) const; 2884 void SetCachedSize(int size) const;
2626 void InternalSwap(EnumValueOptions* other); 2885 void InternalSwap(EnumValueOptions* other);
2886 void UnsafeMergeFrom(const EnumValueOptions& from);
2627 private: 2887 private:
2628 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 2888 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
2629 return _internal_metadata_.arena(); 2889 return _internal_metadata_.arena();
2630 } 2890 }
2631 inline void* MaybeArenaPtr() const { 2891 inline void* MaybeArenaPtr() const {
2632 return _internal_metadata_.raw_arena_ptr(); 2892 return _internal_metadata_.raw_arena_ptr();
2633 } 2893 }
2634 public: 2894 public:
2635 2895
2636 ::google::protobuf::Metadata GetMetadata() const; 2896 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 23 matching lines...) Expand all
2660 2920
2661 GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(EnumValueOptions) 2921 GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(EnumValueOptions)
2662 // @@protoc_insertion_point(class_scope:google.protobuf.EnumValueOptions) 2922 // @@protoc_insertion_point(class_scope:google.protobuf.EnumValueOptions)
2663 private: 2923 private:
2664 inline void set_has_deprecated(); 2924 inline void set_has_deprecated();
2665 inline void clear_has_deprecated(); 2925 inline void clear_has_deprecated();
2666 2926
2667 ::google::protobuf::internal::ExtensionSet _extensions_; 2927 ::google::protobuf::internal::ExtensionSet _extensions_;
2668 2928
2669 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 2929 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2670 ::google::protobuf::uint32 _has_bits_[1]; 2930 ::google::protobuf::internal::HasBits<1> _has_bits_;
2671 mutable int _cached_size_; 2931 mutable int _cached_size_;
2672 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_; 2932 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
2673 bool deprecated_; 2933 bool deprecated_;
2674 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 2934 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
2935 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
2675 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 2936 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
2676 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 2937 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
2677 2938
2678 void InitAsDefaultInstance(); 2939 void InitAsDefaultInstance();
2679 static EnumValueOptions* default_instance_;
2680 }; 2940 };
2941 extern ::google::protobuf::internal::ExplicitlyConstructed<EnumValueOptions> Enu mValueOptions_default_instance_;
2942
2681 // ------------------------------------------------------------------- 2943 // -------------------------------------------------------------------
2682 2944
2683 class LIBPROTOBUF_EXPORT ServiceOptions : public ::google::protobuf::Message { 2945 class LIBPROTOBUF_EXPORT ServiceOptions : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.ServiceOptions) */ {
2684 public: 2946 public:
2685 ServiceOptions(); 2947 ServiceOptions();
2686 virtual ~ServiceOptions(); 2948 virtual ~ServiceOptions();
2687 2949
2688 ServiceOptions(const ServiceOptions& from); 2950 ServiceOptions(const ServiceOptions& from);
2689 2951
2690 inline ServiceOptions& operator=(const ServiceOptions& from) { 2952 inline ServiceOptions& operator=(const ServiceOptions& from) {
2691 CopyFrom(from); 2953 CopyFrom(from);
2692 return *this; 2954 return *this;
2693 } 2955 }
2694 2956
2695 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 2957 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2696 return _internal_metadata_.unknown_fields(); 2958 return _internal_metadata_.unknown_fields();
2697 } 2959 }
2698 2960
2699 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 2961 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2700 return _internal_metadata_.mutable_unknown_fields(); 2962 return _internal_metadata_.mutable_unknown_fields();
2701 } 2963 }
2702 2964
2703 static const ::google::protobuf::Descriptor* descriptor(); 2965 static const ::google::protobuf::Descriptor* descriptor();
2704 static const ServiceOptions& default_instance(); 2966 static const ServiceOptions& default_instance();
2705 2967
2968 static const ServiceOptions* internal_default_instance();
2969
2706 void Swap(ServiceOptions* other); 2970 void Swap(ServiceOptions* other);
2707 2971
2708 // implements Message ---------------------------------------------- 2972 // implements Message ----------------------------------------------
2709 2973
2710 inline ServiceOptions* New() const { return New(NULL); } 2974 inline ServiceOptions* New() const { return New(NULL); }
2711 2975
2712 ServiceOptions* New(::google::protobuf::Arena* arena) const; 2976 ServiceOptions* New(::google::protobuf::Arena* arena) const;
2713 void CopyFrom(const ::google::protobuf::Message& from); 2977 void CopyFrom(const ::google::protobuf::Message& from);
2714 void MergeFrom(const ::google::protobuf::Message& from); 2978 void MergeFrom(const ::google::protobuf::Message& from);
2715 void CopyFrom(const ServiceOptions& from); 2979 void CopyFrom(const ServiceOptions& from);
2716 void MergeFrom(const ServiceOptions& from); 2980 void MergeFrom(const ServiceOptions& from);
2717 void Clear(); 2981 void Clear();
2718 bool IsInitialized() const; 2982 bool IsInitialized() const;
2719 2983
2720 int ByteSize() const; 2984 size_t ByteSizeLong() const;
2721 bool MergePartialFromCodedStream( 2985 bool MergePartialFromCodedStream(
2722 ::google::protobuf::io::CodedInputStream* input); 2986 ::google::protobuf::io::CodedInputStream* input);
2723 void SerializeWithCachedSizes( 2987 void SerializeWithCachedSizes(
2724 ::google::protobuf::io::CodedOutputStream* output) const; 2988 ::google::protobuf::io::CodedOutputStream* output) const;
2725 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 2989 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
2990 bool deterministic, ::google::protobuf::uint8* output) const;
2991 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
2992 return InternalSerializeWithCachedSizesToArray(false, output);
2993 }
2726 int GetCachedSize() const { return _cached_size_; } 2994 int GetCachedSize() const { return _cached_size_; }
2727 private: 2995 private:
2728 void SharedCtor(); 2996 void SharedCtor();
2729 void SharedDtor(); 2997 void SharedDtor();
2730 void SetCachedSize(int size) const; 2998 void SetCachedSize(int size) const;
2731 void InternalSwap(ServiceOptions* other); 2999 void InternalSwap(ServiceOptions* other);
3000 void UnsafeMergeFrom(const ServiceOptions& from);
2732 private: 3001 private:
2733 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 3002 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
2734 return _internal_metadata_.arena(); 3003 return _internal_metadata_.arena();
2735 } 3004 }
2736 inline void* MaybeArenaPtr() const { 3005 inline void* MaybeArenaPtr() const {
2737 return _internal_metadata_.raw_arena_ptr(); 3006 return _internal_metadata_.raw_arena_ptr();
2738 } 3007 }
2739 public: 3008 public:
2740 3009
2741 ::google::protobuf::Metadata GetMetadata() const; 3010 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 23 matching lines...) Expand all
2765 3034
2766 GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(ServiceOptions) 3035 GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(ServiceOptions)
2767 // @@protoc_insertion_point(class_scope:google.protobuf.ServiceOptions) 3036 // @@protoc_insertion_point(class_scope:google.protobuf.ServiceOptions)
2768 private: 3037 private:
2769 inline void set_has_deprecated(); 3038 inline void set_has_deprecated();
2770 inline void clear_has_deprecated(); 3039 inline void clear_has_deprecated();
2771 3040
2772 ::google::protobuf::internal::ExtensionSet _extensions_; 3041 ::google::protobuf::internal::ExtensionSet _extensions_;
2773 3042
2774 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 3043 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2775 ::google::protobuf::uint32 _has_bits_[1]; 3044 ::google::protobuf::internal::HasBits<1> _has_bits_;
2776 mutable int _cached_size_; 3045 mutable int _cached_size_;
2777 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_; 3046 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
2778 bool deprecated_; 3047 bool deprecated_;
2779 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 3048 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
3049 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
2780 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 3050 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
2781 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 3051 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
2782 3052
2783 void InitAsDefaultInstance(); 3053 void InitAsDefaultInstance();
2784 static ServiceOptions* default_instance_;
2785 }; 3054 };
3055 extern ::google::protobuf::internal::ExplicitlyConstructed<ServiceOptions> Servi ceOptions_default_instance_;
3056
2786 // ------------------------------------------------------------------- 3057 // -------------------------------------------------------------------
2787 3058
2788 class LIBPROTOBUF_EXPORT MethodOptions : public ::google::protobuf::Message { 3059 class LIBPROTOBUF_EXPORT MethodOptions : public ::google::protobuf::Message /* @ @protoc_insertion_point(class_definition:google.protobuf.MethodOptions) */ {
2789 public: 3060 public:
2790 MethodOptions(); 3061 MethodOptions();
2791 virtual ~MethodOptions(); 3062 virtual ~MethodOptions();
2792 3063
2793 MethodOptions(const MethodOptions& from); 3064 MethodOptions(const MethodOptions& from);
2794 3065
2795 inline MethodOptions& operator=(const MethodOptions& from) { 3066 inline MethodOptions& operator=(const MethodOptions& from) {
2796 CopyFrom(from); 3067 CopyFrom(from);
2797 return *this; 3068 return *this;
2798 } 3069 }
2799 3070
2800 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 3071 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2801 return _internal_metadata_.unknown_fields(); 3072 return _internal_metadata_.unknown_fields();
2802 } 3073 }
2803 3074
2804 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 3075 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2805 return _internal_metadata_.mutable_unknown_fields(); 3076 return _internal_metadata_.mutable_unknown_fields();
2806 } 3077 }
2807 3078
2808 static const ::google::protobuf::Descriptor* descriptor(); 3079 static const ::google::protobuf::Descriptor* descriptor();
2809 static const MethodOptions& default_instance(); 3080 static const MethodOptions& default_instance();
2810 3081
3082 static const MethodOptions* internal_default_instance();
3083
2811 void Swap(MethodOptions* other); 3084 void Swap(MethodOptions* other);
2812 3085
2813 // implements Message ---------------------------------------------- 3086 // implements Message ----------------------------------------------
2814 3087
2815 inline MethodOptions* New() const { return New(NULL); } 3088 inline MethodOptions* New() const { return New(NULL); }
2816 3089
2817 MethodOptions* New(::google::protobuf::Arena* arena) const; 3090 MethodOptions* New(::google::protobuf::Arena* arena) const;
2818 void CopyFrom(const ::google::protobuf::Message& from); 3091 void CopyFrom(const ::google::protobuf::Message& from);
2819 void MergeFrom(const ::google::protobuf::Message& from); 3092 void MergeFrom(const ::google::protobuf::Message& from);
2820 void CopyFrom(const MethodOptions& from); 3093 void CopyFrom(const MethodOptions& from);
2821 void MergeFrom(const MethodOptions& from); 3094 void MergeFrom(const MethodOptions& from);
2822 void Clear(); 3095 void Clear();
2823 bool IsInitialized() const; 3096 bool IsInitialized() const;
2824 3097
2825 int ByteSize() const; 3098 size_t ByteSizeLong() const;
2826 bool MergePartialFromCodedStream( 3099 bool MergePartialFromCodedStream(
2827 ::google::protobuf::io::CodedInputStream* input); 3100 ::google::protobuf::io::CodedInputStream* input);
2828 void SerializeWithCachedSizes( 3101 void SerializeWithCachedSizes(
2829 ::google::protobuf::io::CodedOutputStream* output) const; 3102 ::google::protobuf::io::CodedOutputStream* output) const;
2830 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 3103 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
3104 bool deterministic, ::google::protobuf::uint8* output) const;
3105 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
3106 return InternalSerializeWithCachedSizesToArray(false, output);
3107 }
2831 int GetCachedSize() const { return _cached_size_; } 3108 int GetCachedSize() const { return _cached_size_; }
2832 private: 3109 private:
2833 void SharedCtor(); 3110 void SharedCtor();
2834 void SharedDtor(); 3111 void SharedDtor();
2835 void SetCachedSize(int size) const; 3112 void SetCachedSize(int size) const;
2836 void InternalSwap(MethodOptions* other); 3113 void InternalSwap(MethodOptions* other);
3114 void UnsafeMergeFrom(const MethodOptions& from);
2837 private: 3115 private:
2838 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 3116 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
2839 return _internal_metadata_.arena(); 3117 return _internal_metadata_.arena();
2840 } 3118 }
2841 inline void* MaybeArenaPtr() const { 3119 inline void* MaybeArenaPtr() const {
2842 return _internal_metadata_.raw_arena_ptr(); 3120 return _internal_metadata_.raw_arena_ptr();
2843 } 3121 }
2844 public: 3122 public:
2845 3123
2846 ::google::protobuf::Metadata GetMetadata() const; 3124 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 23 matching lines...) Expand all
2870 3148
2871 GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(MethodOptions) 3149 GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(MethodOptions)
2872 // @@protoc_insertion_point(class_scope:google.protobuf.MethodOptions) 3150 // @@protoc_insertion_point(class_scope:google.protobuf.MethodOptions)
2873 private: 3151 private:
2874 inline void set_has_deprecated(); 3152 inline void set_has_deprecated();
2875 inline void clear_has_deprecated(); 3153 inline void clear_has_deprecated();
2876 3154
2877 ::google::protobuf::internal::ExtensionSet _extensions_; 3155 ::google::protobuf::internal::ExtensionSet _extensions_;
2878 3156
2879 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 3157 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2880 ::google::protobuf::uint32 _has_bits_[1]; 3158 ::google::protobuf::internal::HasBits<1> _has_bits_;
2881 mutable int _cached_size_; 3159 mutable int _cached_size_;
2882 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_; 3160 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption > uninterpreted_option_;
2883 bool deprecated_; 3161 bool deprecated_;
2884 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 3162 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
3163 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
2885 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 3164 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
2886 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 3165 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
2887 3166
2888 void InitAsDefaultInstance(); 3167 void InitAsDefaultInstance();
2889 static MethodOptions* default_instance_;
2890 }; 3168 };
3169 extern ::google::protobuf::internal::ExplicitlyConstructed<MethodOptions> Method Options_default_instance_;
3170
2891 // ------------------------------------------------------------------- 3171 // -------------------------------------------------------------------
2892 3172
2893 class LIBPROTOBUF_EXPORT UninterpretedOption_NamePart : public ::google::protobu f::Message { 3173 class LIBPROTOBUF_EXPORT UninterpretedOption_NamePart : public ::google::protobu f::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Uninterp retedOption.NamePart) */ {
2894 public: 3174 public:
2895 UninterpretedOption_NamePart(); 3175 UninterpretedOption_NamePart();
2896 virtual ~UninterpretedOption_NamePart(); 3176 virtual ~UninterpretedOption_NamePart();
2897 3177
2898 UninterpretedOption_NamePart(const UninterpretedOption_NamePart& from); 3178 UninterpretedOption_NamePart(const UninterpretedOption_NamePart& from);
2899 3179
2900 inline UninterpretedOption_NamePart& operator=(const UninterpretedOption_NameP art& from) { 3180 inline UninterpretedOption_NamePart& operator=(const UninterpretedOption_NameP art& from) {
2901 CopyFrom(from); 3181 CopyFrom(from);
2902 return *this; 3182 return *this;
2903 } 3183 }
2904 3184
2905 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 3185 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
2906 return _internal_metadata_.unknown_fields(); 3186 return _internal_metadata_.unknown_fields();
2907 } 3187 }
2908 3188
2909 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 3189 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
2910 return _internal_metadata_.mutable_unknown_fields(); 3190 return _internal_metadata_.mutable_unknown_fields();
2911 } 3191 }
2912 3192
2913 static const ::google::protobuf::Descriptor* descriptor(); 3193 static const ::google::protobuf::Descriptor* descriptor();
2914 static const UninterpretedOption_NamePart& default_instance(); 3194 static const UninterpretedOption_NamePart& default_instance();
2915 3195
3196 static const UninterpretedOption_NamePart* internal_default_instance();
3197
2916 void Swap(UninterpretedOption_NamePart* other); 3198 void Swap(UninterpretedOption_NamePart* other);
2917 3199
2918 // implements Message ---------------------------------------------- 3200 // implements Message ----------------------------------------------
2919 3201
2920 inline UninterpretedOption_NamePart* New() const { return New(NULL); } 3202 inline UninterpretedOption_NamePart* New() const { return New(NULL); }
2921 3203
2922 UninterpretedOption_NamePart* New(::google::protobuf::Arena* arena) const; 3204 UninterpretedOption_NamePart* New(::google::protobuf::Arena* arena) const;
2923 void CopyFrom(const ::google::protobuf::Message& from); 3205 void CopyFrom(const ::google::protobuf::Message& from);
2924 void MergeFrom(const ::google::protobuf::Message& from); 3206 void MergeFrom(const ::google::protobuf::Message& from);
2925 void CopyFrom(const UninterpretedOption_NamePart& from); 3207 void CopyFrom(const UninterpretedOption_NamePart& from);
2926 void MergeFrom(const UninterpretedOption_NamePart& from); 3208 void MergeFrom(const UninterpretedOption_NamePart& from);
2927 void Clear(); 3209 void Clear();
2928 bool IsInitialized() const; 3210 bool IsInitialized() const;
2929 3211
2930 int ByteSize() const; 3212 size_t ByteSizeLong() const;
2931 bool MergePartialFromCodedStream( 3213 bool MergePartialFromCodedStream(
2932 ::google::protobuf::io::CodedInputStream* input); 3214 ::google::protobuf::io::CodedInputStream* input);
2933 void SerializeWithCachedSizes( 3215 void SerializeWithCachedSizes(
2934 ::google::protobuf::io::CodedOutputStream* output) const; 3216 ::google::protobuf::io::CodedOutputStream* output) const;
2935 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 3217 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
3218 bool deterministic, ::google::protobuf::uint8* output) const;
3219 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
3220 return InternalSerializeWithCachedSizesToArray(false, output);
3221 }
2936 int GetCachedSize() const { return _cached_size_; } 3222 int GetCachedSize() const { return _cached_size_; }
2937 private: 3223 private:
2938 void SharedCtor(); 3224 void SharedCtor();
2939 void SharedDtor(); 3225 void SharedDtor();
2940 void SetCachedSize(int size) const; 3226 void SetCachedSize(int size) const;
2941 void InternalSwap(UninterpretedOption_NamePart* other); 3227 void InternalSwap(UninterpretedOption_NamePart* other);
3228 void UnsafeMergeFrom(const UninterpretedOption_NamePart& from);
2942 private: 3229 private:
2943 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 3230 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
2944 return _internal_metadata_.arena(); 3231 return _internal_metadata_.arena();
2945 } 3232 }
2946 inline void* MaybeArenaPtr() const { 3233 inline void* MaybeArenaPtr() const {
2947 return _internal_metadata_.raw_arena_ptr(); 3234 return _internal_metadata_.raw_arena_ptr();
2948 } 3235 }
2949 public: 3236 public:
2950 3237
2951 ::google::protobuf::Metadata GetMetadata() const; 3238 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 21 matching lines...) Expand all
2973 bool is_extension() const; 3260 bool is_extension() const;
2974 void set_is_extension(bool value); 3261 void set_is_extension(bool value);
2975 3262
2976 // @@protoc_insertion_point(class_scope:google.protobuf.UninterpretedOption.Na mePart) 3263 // @@protoc_insertion_point(class_scope:google.protobuf.UninterpretedOption.Na mePart)
2977 private: 3264 private:
2978 inline void set_has_name_part(); 3265 inline void set_has_name_part();
2979 inline void clear_has_name_part(); 3266 inline void clear_has_name_part();
2980 inline void set_has_is_extension(); 3267 inline void set_has_is_extension();
2981 inline void clear_has_is_extension(); 3268 inline void clear_has_is_extension();
2982 3269
2983 // helper for ByteSize() 3270 // helper for ByteSizeLong()
2984 int RequiredFieldsByteSizeFallback() const; 3271 size_t RequiredFieldsByteSizeFallback() const;
2985 3272
2986 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 3273 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
2987 ::google::protobuf::uint32 _has_bits_[1]; 3274 ::google::protobuf::internal::HasBits<1> _has_bits_;
2988 mutable int _cached_size_; 3275 mutable int _cached_size_;
2989 ::google::protobuf::internal::ArenaStringPtr name_part_; 3276 ::google::protobuf::internal::ArenaStringPtr name_part_;
2990 bool is_extension_; 3277 bool is_extension_;
2991 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 3278 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
3279 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
2992 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 3280 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
2993 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 3281 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
2994 3282
2995 void InitAsDefaultInstance(); 3283 void InitAsDefaultInstance();
2996 static UninterpretedOption_NamePart* default_instance_;
2997 }; 3284 };
3285 extern ::google::protobuf::internal::ExplicitlyConstructed<UninterpretedOption_N amePart> UninterpretedOption_NamePart_default_instance_;
3286
2998 // ------------------------------------------------------------------- 3287 // -------------------------------------------------------------------
2999 3288
3000 class LIBPROTOBUF_EXPORT UninterpretedOption : public ::google::protobuf::Messag e { 3289 class LIBPROTOBUF_EXPORT UninterpretedOption : public ::google::protobuf::Messag e /* @@protoc_insertion_point(class_definition:google.protobuf.UninterpretedOpti on) */ {
3001 public: 3290 public:
3002 UninterpretedOption(); 3291 UninterpretedOption();
3003 virtual ~UninterpretedOption(); 3292 virtual ~UninterpretedOption();
3004 3293
3005 UninterpretedOption(const UninterpretedOption& from); 3294 UninterpretedOption(const UninterpretedOption& from);
3006 3295
3007 inline UninterpretedOption& operator=(const UninterpretedOption& from) { 3296 inline UninterpretedOption& operator=(const UninterpretedOption& from) {
3008 CopyFrom(from); 3297 CopyFrom(from);
3009 return *this; 3298 return *this;
3010 } 3299 }
3011 3300
3012 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 3301 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3013 return _internal_metadata_.unknown_fields(); 3302 return _internal_metadata_.unknown_fields();
3014 } 3303 }
3015 3304
3016 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 3305 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3017 return _internal_metadata_.mutable_unknown_fields(); 3306 return _internal_metadata_.mutable_unknown_fields();
3018 } 3307 }
3019 3308
3020 static const ::google::protobuf::Descriptor* descriptor(); 3309 static const ::google::protobuf::Descriptor* descriptor();
3021 static const UninterpretedOption& default_instance(); 3310 static const UninterpretedOption& default_instance();
3022 3311
3312 static const UninterpretedOption* internal_default_instance();
3313
3023 void Swap(UninterpretedOption* other); 3314 void Swap(UninterpretedOption* other);
3024 3315
3025 // implements Message ---------------------------------------------- 3316 // implements Message ----------------------------------------------
3026 3317
3027 inline UninterpretedOption* New() const { return New(NULL); } 3318 inline UninterpretedOption* New() const { return New(NULL); }
3028 3319
3029 UninterpretedOption* New(::google::protobuf::Arena* arena) const; 3320 UninterpretedOption* New(::google::protobuf::Arena* arena) const;
3030 void CopyFrom(const ::google::protobuf::Message& from); 3321 void CopyFrom(const ::google::protobuf::Message& from);
3031 void MergeFrom(const ::google::protobuf::Message& from); 3322 void MergeFrom(const ::google::protobuf::Message& from);
3032 void CopyFrom(const UninterpretedOption& from); 3323 void CopyFrom(const UninterpretedOption& from);
3033 void MergeFrom(const UninterpretedOption& from); 3324 void MergeFrom(const UninterpretedOption& from);
3034 void Clear(); 3325 void Clear();
3035 bool IsInitialized() const; 3326 bool IsInitialized() const;
3036 3327
3037 int ByteSize() const; 3328 size_t ByteSizeLong() const;
3038 bool MergePartialFromCodedStream( 3329 bool MergePartialFromCodedStream(
3039 ::google::protobuf::io::CodedInputStream* input); 3330 ::google::protobuf::io::CodedInputStream* input);
3040 void SerializeWithCachedSizes( 3331 void SerializeWithCachedSizes(
3041 ::google::protobuf::io::CodedOutputStream* output) const; 3332 ::google::protobuf::io::CodedOutputStream* output) const;
3042 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 3333 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
3334 bool deterministic, ::google::protobuf::uint8* output) const;
3335 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
3336 return InternalSerializeWithCachedSizesToArray(false, output);
3337 }
3043 int GetCachedSize() const { return _cached_size_; } 3338 int GetCachedSize() const { return _cached_size_; }
3044 private: 3339 private:
3045 void SharedCtor(); 3340 void SharedCtor();
3046 void SharedDtor(); 3341 void SharedDtor();
3047 void SetCachedSize(int size) const; 3342 void SetCachedSize(int size) const;
3048 void InternalSwap(UninterpretedOption* other); 3343 void InternalSwap(UninterpretedOption* other);
3344 void UnsafeMergeFrom(const UninterpretedOption& from);
3049 private: 3345 private:
3050 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 3346 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
3051 return _internal_metadata_.arena(); 3347 return _internal_metadata_.arena();
3052 } 3348 }
3053 inline void* MaybeArenaPtr() const { 3349 inline void* MaybeArenaPtr() const {
3054 return _internal_metadata_.raw_arena_ptr(); 3350 return _internal_metadata_.raw_arena_ptr();
3055 } 3351 }
3056 public: 3352 public:
3057 3353
3058 ::google::protobuf::Metadata GetMetadata() const; 3354 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
3141 inline void set_has_negative_int_value(); 3437 inline void set_has_negative_int_value();
3142 inline void clear_has_negative_int_value(); 3438 inline void clear_has_negative_int_value();
3143 inline void set_has_double_value(); 3439 inline void set_has_double_value();
3144 inline void clear_has_double_value(); 3440 inline void clear_has_double_value();
3145 inline void set_has_string_value(); 3441 inline void set_has_string_value();
3146 inline void clear_has_string_value(); 3442 inline void clear_has_string_value();
3147 inline void set_has_aggregate_value(); 3443 inline void set_has_aggregate_value();
3148 inline void clear_has_aggregate_value(); 3444 inline void clear_has_aggregate_value();
3149 3445
3150 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 3446 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
3151 ::google::protobuf::uint32 _has_bits_[1]; 3447 ::google::protobuf::internal::HasBits<1> _has_bits_;
3152 mutable int _cached_size_; 3448 mutable int _cached_size_;
3153 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption_ NamePart > name_; 3449 ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption_ NamePart > name_;
3154 ::google::protobuf::internal::ArenaStringPtr identifier_value_; 3450 ::google::protobuf::internal::ArenaStringPtr identifier_value_;
3451 ::google::protobuf::internal::ArenaStringPtr string_value_;
3452 ::google::protobuf::internal::ArenaStringPtr aggregate_value_;
3155 ::google::protobuf::uint64 positive_int_value_; 3453 ::google::protobuf::uint64 positive_int_value_;
3156 ::google::protobuf::int64 negative_int_value_; 3454 ::google::protobuf::int64 negative_int_value_;
3157 double double_value_; 3455 double double_value_;
3158 ::google::protobuf::internal::ArenaStringPtr string_value_; 3456 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
3159 ::google::protobuf::internal::ArenaStringPtr aggregate_value_; 3457 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
3160 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto();
3161 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 3458 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
3162 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 3459 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
3163 3460
3164 void InitAsDefaultInstance(); 3461 void InitAsDefaultInstance();
3165 static UninterpretedOption* default_instance_;
3166 }; 3462 };
3463 extern ::google::protobuf::internal::ExplicitlyConstructed<UninterpretedOption> UninterpretedOption_default_instance_;
3464
3167 // ------------------------------------------------------------------- 3465 // -------------------------------------------------------------------
3168 3466
3169 class LIBPROTOBUF_EXPORT SourceCodeInfo_Location : public ::google::protobuf::Me ssage { 3467 class LIBPROTOBUF_EXPORT SourceCodeInfo_Location : public ::google::protobuf::Me ssage /* @@protoc_insertion_point(class_definition:google.protobuf.SourceCodeInf o.Location) */ {
3170 public: 3468 public:
3171 SourceCodeInfo_Location(); 3469 SourceCodeInfo_Location();
3172 virtual ~SourceCodeInfo_Location(); 3470 virtual ~SourceCodeInfo_Location();
3173 3471
3174 SourceCodeInfo_Location(const SourceCodeInfo_Location& from); 3472 SourceCodeInfo_Location(const SourceCodeInfo_Location& from);
3175 3473
3176 inline SourceCodeInfo_Location& operator=(const SourceCodeInfo_Location& from) { 3474 inline SourceCodeInfo_Location& operator=(const SourceCodeInfo_Location& from) {
3177 CopyFrom(from); 3475 CopyFrom(from);
3178 return *this; 3476 return *this;
3179 } 3477 }
3180 3478
3181 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 3479 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3182 return _internal_metadata_.unknown_fields(); 3480 return _internal_metadata_.unknown_fields();
3183 } 3481 }
3184 3482
3185 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 3483 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3186 return _internal_metadata_.mutable_unknown_fields(); 3484 return _internal_metadata_.mutable_unknown_fields();
3187 } 3485 }
3188 3486
3189 static const ::google::protobuf::Descriptor* descriptor(); 3487 static const ::google::protobuf::Descriptor* descriptor();
3190 static const SourceCodeInfo_Location& default_instance(); 3488 static const SourceCodeInfo_Location& default_instance();
3191 3489
3490 static const SourceCodeInfo_Location* internal_default_instance();
3491
3192 void Swap(SourceCodeInfo_Location* other); 3492 void Swap(SourceCodeInfo_Location* other);
3193 3493
3194 // implements Message ---------------------------------------------- 3494 // implements Message ----------------------------------------------
3195 3495
3196 inline SourceCodeInfo_Location* New() const { return New(NULL); } 3496 inline SourceCodeInfo_Location* New() const { return New(NULL); }
3197 3497
3198 SourceCodeInfo_Location* New(::google::protobuf::Arena* arena) const; 3498 SourceCodeInfo_Location* New(::google::protobuf::Arena* arena) const;
3199 void CopyFrom(const ::google::protobuf::Message& from); 3499 void CopyFrom(const ::google::protobuf::Message& from);
3200 void MergeFrom(const ::google::protobuf::Message& from); 3500 void MergeFrom(const ::google::protobuf::Message& from);
3201 void CopyFrom(const SourceCodeInfo_Location& from); 3501 void CopyFrom(const SourceCodeInfo_Location& from);
3202 void MergeFrom(const SourceCodeInfo_Location& from); 3502 void MergeFrom(const SourceCodeInfo_Location& from);
3203 void Clear(); 3503 void Clear();
3204 bool IsInitialized() const; 3504 bool IsInitialized() const;
3205 3505
3206 int ByteSize() const; 3506 size_t ByteSizeLong() const;
3207 bool MergePartialFromCodedStream( 3507 bool MergePartialFromCodedStream(
3208 ::google::protobuf::io::CodedInputStream* input); 3508 ::google::protobuf::io::CodedInputStream* input);
3209 void SerializeWithCachedSizes( 3509 void SerializeWithCachedSizes(
3210 ::google::protobuf::io::CodedOutputStream* output) const; 3510 ::google::protobuf::io::CodedOutputStream* output) const;
3211 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 3511 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
3512 bool deterministic, ::google::protobuf::uint8* output) const;
3513 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
3514 return InternalSerializeWithCachedSizesToArray(false, output);
3515 }
3212 int GetCachedSize() const { return _cached_size_; } 3516 int GetCachedSize() const { return _cached_size_; }
3213 private: 3517 private:
3214 void SharedCtor(); 3518 void SharedCtor();
3215 void SharedDtor(); 3519 void SharedDtor();
3216 void SetCachedSize(int size) const; 3520 void SetCachedSize(int size) const;
3217 void InternalSwap(SourceCodeInfo_Location* other); 3521 void InternalSwap(SourceCodeInfo_Location* other);
3522 void UnsafeMergeFrom(const SourceCodeInfo_Location& from);
3218 private: 3523 private:
3219 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 3524 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
3220 return _internal_metadata_.arena(); 3525 return _internal_metadata_.arena();
3221 } 3526 }
3222 inline void* MaybeArenaPtr() const { 3527 inline void* MaybeArenaPtr() const {
3223 return _internal_metadata_.raw_arena_ptr(); 3528 return _internal_metadata_.raw_arena_ptr();
3224 } 3529 }
3225 public: 3530 public:
3226 3531
3227 ::google::protobuf::Metadata GetMetadata() const; 3532 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
3295 ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_leading_detached _comments(); 3600 ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_leading_detached _comments();
3296 3601
3297 // @@protoc_insertion_point(class_scope:google.protobuf.SourceCodeInfo.Locatio n) 3602 // @@protoc_insertion_point(class_scope:google.protobuf.SourceCodeInfo.Locatio n)
3298 private: 3603 private:
3299 inline void set_has_leading_comments(); 3604 inline void set_has_leading_comments();
3300 inline void clear_has_leading_comments(); 3605 inline void clear_has_leading_comments();
3301 inline void set_has_trailing_comments(); 3606 inline void set_has_trailing_comments();
3302 inline void clear_has_trailing_comments(); 3607 inline void clear_has_trailing_comments();
3303 3608
3304 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 3609 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
3305 ::google::protobuf::uint32 _has_bits_[1]; 3610 ::google::protobuf::internal::HasBits<1> _has_bits_;
3306 mutable int _cached_size_; 3611 mutable int _cached_size_;
3307 ::google::protobuf::RepeatedField< ::google::protobuf::int32 > path_; 3612 ::google::protobuf::RepeatedField< ::google::protobuf::int32 > path_;
3308 mutable int _path_cached_byte_size_; 3613 mutable int _path_cached_byte_size_;
3309 ::google::protobuf::RepeatedField< ::google::protobuf::int32 > span_; 3614 ::google::protobuf::RepeatedField< ::google::protobuf::int32 > span_;
3310 mutable int _span_cached_byte_size_; 3615 mutable int _span_cached_byte_size_;
3616 ::google::protobuf::RepeatedPtrField< ::std::string> leading_detached_comments _;
3311 ::google::protobuf::internal::ArenaStringPtr leading_comments_; 3617 ::google::protobuf::internal::ArenaStringPtr leading_comments_;
3312 ::google::protobuf::internal::ArenaStringPtr trailing_comments_; 3618 ::google::protobuf::internal::ArenaStringPtr trailing_comments_;
3313 ::google::protobuf::RepeatedPtrField< ::std::string> leading_detached_comments _; 3619 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
3314 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 3620 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
3315 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 3621 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
3316 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 3622 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
3317 3623
3318 void InitAsDefaultInstance(); 3624 void InitAsDefaultInstance();
3319 static SourceCodeInfo_Location* default_instance_;
3320 }; 3625 };
3626 extern ::google::protobuf::internal::ExplicitlyConstructed<SourceCodeInfo_Locati on> SourceCodeInfo_Location_default_instance_;
3627
3321 // ------------------------------------------------------------------- 3628 // -------------------------------------------------------------------
3322 3629
3323 class LIBPROTOBUF_EXPORT SourceCodeInfo : public ::google::protobuf::Message { 3630 class LIBPROTOBUF_EXPORT SourceCodeInfo : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.SourceCodeInfo) */ {
3324 public: 3631 public:
3325 SourceCodeInfo(); 3632 SourceCodeInfo();
3326 virtual ~SourceCodeInfo(); 3633 virtual ~SourceCodeInfo();
3327 3634
3328 SourceCodeInfo(const SourceCodeInfo& from); 3635 SourceCodeInfo(const SourceCodeInfo& from);
3329 3636
3330 inline SourceCodeInfo& operator=(const SourceCodeInfo& from) { 3637 inline SourceCodeInfo& operator=(const SourceCodeInfo& from) {
3331 CopyFrom(from); 3638 CopyFrom(from);
3332 return *this; 3639 return *this;
3333 } 3640 }
3334 3641
3335 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 3642 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3336 return _internal_metadata_.unknown_fields(); 3643 return _internal_metadata_.unknown_fields();
3337 } 3644 }
3338 3645
3339 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 3646 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3340 return _internal_metadata_.mutable_unknown_fields(); 3647 return _internal_metadata_.mutable_unknown_fields();
3341 } 3648 }
3342 3649
3343 static const ::google::protobuf::Descriptor* descriptor(); 3650 static const ::google::protobuf::Descriptor* descriptor();
3344 static const SourceCodeInfo& default_instance(); 3651 static const SourceCodeInfo& default_instance();
3345 3652
3653 static const SourceCodeInfo* internal_default_instance();
3654
3346 void Swap(SourceCodeInfo* other); 3655 void Swap(SourceCodeInfo* other);
3347 3656
3348 // implements Message ---------------------------------------------- 3657 // implements Message ----------------------------------------------
3349 3658
3350 inline SourceCodeInfo* New() const { return New(NULL); } 3659 inline SourceCodeInfo* New() const { return New(NULL); }
3351 3660
3352 SourceCodeInfo* New(::google::protobuf::Arena* arena) const; 3661 SourceCodeInfo* New(::google::protobuf::Arena* arena) const;
3353 void CopyFrom(const ::google::protobuf::Message& from); 3662 void CopyFrom(const ::google::protobuf::Message& from);
3354 void MergeFrom(const ::google::protobuf::Message& from); 3663 void MergeFrom(const ::google::protobuf::Message& from);
3355 void CopyFrom(const SourceCodeInfo& from); 3664 void CopyFrom(const SourceCodeInfo& from);
3356 void MergeFrom(const SourceCodeInfo& from); 3665 void MergeFrom(const SourceCodeInfo& from);
3357 void Clear(); 3666 void Clear();
3358 bool IsInitialized() const; 3667 bool IsInitialized() const;
3359 3668
3360 int ByteSize() const; 3669 size_t ByteSizeLong() const;
3361 bool MergePartialFromCodedStream( 3670 bool MergePartialFromCodedStream(
3362 ::google::protobuf::io::CodedInputStream* input); 3671 ::google::protobuf::io::CodedInputStream* input);
3363 void SerializeWithCachedSizes( 3672 void SerializeWithCachedSizes(
3364 ::google::protobuf::io::CodedOutputStream* output) const; 3673 ::google::protobuf::io::CodedOutputStream* output) const;
3365 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 3674 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
3675 bool deterministic, ::google::protobuf::uint8* output) const;
3676 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
3677 return InternalSerializeWithCachedSizesToArray(false, output);
3678 }
3366 int GetCachedSize() const { return _cached_size_; } 3679 int GetCachedSize() const { return _cached_size_; }
3367 private: 3680 private:
3368 void SharedCtor(); 3681 void SharedCtor();
3369 void SharedDtor(); 3682 void SharedDtor();
3370 void SetCachedSize(int size) const; 3683 void SetCachedSize(int size) const;
3371 void InternalSwap(SourceCodeInfo* other); 3684 void InternalSwap(SourceCodeInfo* other);
3685 void UnsafeMergeFrom(const SourceCodeInfo& from);
3372 private: 3686 private:
3373 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 3687 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
3374 return _internal_metadata_.arena(); 3688 return _internal_metadata_.arena();
3375 } 3689 }
3376 inline void* MaybeArenaPtr() const { 3690 inline void* MaybeArenaPtr() const {
3377 return _internal_metadata_.raw_arena_ptr(); 3691 return _internal_metadata_.raw_arena_ptr();
3378 } 3692 }
3379 public: 3693 public:
3380 3694
3381 ::google::protobuf::Metadata GetMetadata() const; 3695 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 13 matching lines...) Expand all
3395 ::google::protobuf::SourceCodeInfo_Location* add_location(); 3709 ::google::protobuf::SourceCodeInfo_Location* add_location();
3396 ::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo_Locat ion >* 3710 ::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo_Locat ion >*
3397 mutable_location(); 3711 mutable_location();
3398 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo _Location >& 3712 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo _Location >&
3399 location() const; 3713 location() const;
3400 3714
3401 // @@protoc_insertion_point(class_scope:google.protobuf.SourceCodeInfo) 3715 // @@protoc_insertion_point(class_scope:google.protobuf.SourceCodeInfo)
3402 private: 3716 private:
3403 3717
3404 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 3718 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
3405 ::google::protobuf::uint32 _has_bits_[1]; 3719 ::google::protobuf::internal::HasBits<1> _has_bits_;
3406 mutable int _cached_size_; 3720 mutable int _cached_size_;
3407 ::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo_Locat ion > location_; 3721 ::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCodeInfo_Locat ion > location_;
3408 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 3722 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
3723 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
3409 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 3724 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
3410 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 3725 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
3411 3726
3412 void InitAsDefaultInstance(); 3727 void InitAsDefaultInstance();
3413 static SourceCodeInfo* default_instance_;
3414 }; 3728 };
3729 extern ::google::protobuf::internal::ExplicitlyConstructed<SourceCodeInfo> Sourc eCodeInfo_default_instance_;
3730
3415 // ------------------------------------------------------------------- 3731 // -------------------------------------------------------------------
3416 3732
3417 class LIBPROTOBUF_EXPORT GeneratedCodeInfo_Annotation : public ::google::protobu f::Message { 3733 class LIBPROTOBUF_EXPORT GeneratedCodeInfo_Annotation : public ::google::protobu f::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Generate dCodeInfo.Annotation) */ {
3418 public: 3734 public:
3419 GeneratedCodeInfo_Annotation(); 3735 GeneratedCodeInfo_Annotation();
3420 virtual ~GeneratedCodeInfo_Annotation(); 3736 virtual ~GeneratedCodeInfo_Annotation();
3421 3737
3422 GeneratedCodeInfo_Annotation(const GeneratedCodeInfo_Annotation& from); 3738 GeneratedCodeInfo_Annotation(const GeneratedCodeInfo_Annotation& from);
3423 3739
3424 inline GeneratedCodeInfo_Annotation& operator=(const GeneratedCodeInfo_Annotat ion& from) { 3740 inline GeneratedCodeInfo_Annotation& operator=(const GeneratedCodeInfo_Annotat ion& from) {
3425 CopyFrom(from); 3741 CopyFrom(from);
3426 return *this; 3742 return *this;
3427 } 3743 }
3428 3744
3429 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 3745 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3430 return _internal_metadata_.unknown_fields(); 3746 return _internal_metadata_.unknown_fields();
3431 } 3747 }
3432 3748
3433 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 3749 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3434 return _internal_metadata_.mutable_unknown_fields(); 3750 return _internal_metadata_.mutable_unknown_fields();
3435 } 3751 }
3436 3752
3437 static const ::google::protobuf::Descriptor* descriptor(); 3753 static const ::google::protobuf::Descriptor* descriptor();
3438 static const GeneratedCodeInfo_Annotation& default_instance(); 3754 static const GeneratedCodeInfo_Annotation& default_instance();
3439 3755
3756 static const GeneratedCodeInfo_Annotation* internal_default_instance();
3757
3440 void Swap(GeneratedCodeInfo_Annotation* other); 3758 void Swap(GeneratedCodeInfo_Annotation* other);
3441 3759
3442 // implements Message ---------------------------------------------- 3760 // implements Message ----------------------------------------------
3443 3761
3444 inline GeneratedCodeInfo_Annotation* New() const { return New(NULL); } 3762 inline GeneratedCodeInfo_Annotation* New() const { return New(NULL); }
3445 3763
3446 GeneratedCodeInfo_Annotation* New(::google::protobuf::Arena* arena) const; 3764 GeneratedCodeInfo_Annotation* New(::google::protobuf::Arena* arena) const;
3447 void CopyFrom(const ::google::protobuf::Message& from); 3765 void CopyFrom(const ::google::protobuf::Message& from);
3448 void MergeFrom(const ::google::protobuf::Message& from); 3766 void MergeFrom(const ::google::protobuf::Message& from);
3449 void CopyFrom(const GeneratedCodeInfo_Annotation& from); 3767 void CopyFrom(const GeneratedCodeInfo_Annotation& from);
3450 void MergeFrom(const GeneratedCodeInfo_Annotation& from); 3768 void MergeFrom(const GeneratedCodeInfo_Annotation& from);
3451 void Clear(); 3769 void Clear();
3452 bool IsInitialized() const; 3770 bool IsInitialized() const;
3453 3771
3454 int ByteSize() const; 3772 size_t ByteSizeLong() const;
3455 bool MergePartialFromCodedStream( 3773 bool MergePartialFromCodedStream(
3456 ::google::protobuf::io::CodedInputStream* input); 3774 ::google::protobuf::io::CodedInputStream* input);
3457 void SerializeWithCachedSizes( 3775 void SerializeWithCachedSizes(
3458 ::google::protobuf::io::CodedOutputStream* output) const; 3776 ::google::protobuf::io::CodedOutputStream* output) const;
3459 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 3777 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
3778 bool deterministic, ::google::protobuf::uint8* output) const;
3779 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
3780 return InternalSerializeWithCachedSizesToArray(false, output);
3781 }
3460 int GetCachedSize() const { return _cached_size_; } 3782 int GetCachedSize() const { return _cached_size_; }
3461 private: 3783 private:
3462 void SharedCtor(); 3784 void SharedCtor();
3463 void SharedDtor(); 3785 void SharedDtor();
3464 void SetCachedSize(int size) const; 3786 void SetCachedSize(int size) const;
3465 void InternalSwap(GeneratedCodeInfo_Annotation* other); 3787 void InternalSwap(GeneratedCodeInfo_Annotation* other);
3788 void UnsafeMergeFrom(const GeneratedCodeInfo_Annotation& from);
3466 private: 3789 private:
3467 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 3790 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
3468 return _internal_metadata_.arena(); 3791 return _internal_metadata_.arena();
3469 } 3792 }
3470 inline void* MaybeArenaPtr() const { 3793 inline void* MaybeArenaPtr() const {
3471 return _internal_metadata_.raw_arena_ptr(); 3794 return _internal_metadata_.raw_arena_ptr();
3472 } 3795 }
3473 public: 3796 public:
3474 3797
3475 ::google::protobuf::Metadata GetMetadata() const; 3798 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
3519 // @@protoc_insertion_point(class_scope:google.protobuf.GeneratedCodeInfo.Anno tation) 3842 // @@protoc_insertion_point(class_scope:google.protobuf.GeneratedCodeInfo.Anno tation)
3520 private: 3843 private:
3521 inline void set_has_source_file(); 3844 inline void set_has_source_file();
3522 inline void clear_has_source_file(); 3845 inline void clear_has_source_file();
3523 inline void set_has_begin(); 3846 inline void set_has_begin();
3524 inline void clear_has_begin(); 3847 inline void clear_has_begin();
3525 inline void set_has_end(); 3848 inline void set_has_end();
3526 inline void clear_has_end(); 3849 inline void clear_has_end();
3527 3850
3528 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 3851 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
3529 ::google::protobuf::uint32 _has_bits_[1]; 3852 ::google::protobuf::internal::HasBits<1> _has_bits_;
3530 mutable int _cached_size_; 3853 mutable int _cached_size_;
3531 ::google::protobuf::RepeatedField< ::google::protobuf::int32 > path_; 3854 ::google::protobuf::RepeatedField< ::google::protobuf::int32 > path_;
3532 mutable int _path_cached_byte_size_; 3855 mutable int _path_cached_byte_size_;
3533 ::google::protobuf::internal::ArenaStringPtr source_file_; 3856 ::google::protobuf::internal::ArenaStringPtr source_file_;
3534 ::google::protobuf::int32 begin_; 3857 ::google::protobuf::int32 begin_;
3535 ::google::protobuf::int32 end_; 3858 ::google::protobuf::int32 end_;
3536 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 3859 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
3860 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
3537 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 3861 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
3538 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 3862 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
3539 3863
3540 void InitAsDefaultInstance(); 3864 void InitAsDefaultInstance();
3541 static GeneratedCodeInfo_Annotation* default_instance_;
3542 }; 3865 };
3866 extern ::google::protobuf::internal::ExplicitlyConstructed<GeneratedCodeInfo_Ann otation> GeneratedCodeInfo_Annotation_default_instance_;
3867
3543 // ------------------------------------------------------------------- 3868 // -------------------------------------------------------------------
3544 3869
3545 class LIBPROTOBUF_EXPORT GeneratedCodeInfo : public ::google::protobuf::Message { 3870 class LIBPROTOBUF_EXPORT GeneratedCodeInfo : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:google.protobuf.GeneratedCodeInfo) */ {
3546 public: 3871 public:
3547 GeneratedCodeInfo(); 3872 GeneratedCodeInfo();
3548 virtual ~GeneratedCodeInfo(); 3873 virtual ~GeneratedCodeInfo();
3549 3874
3550 GeneratedCodeInfo(const GeneratedCodeInfo& from); 3875 GeneratedCodeInfo(const GeneratedCodeInfo& from);
3551 3876
3552 inline GeneratedCodeInfo& operator=(const GeneratedCodeInfo& from) { 3877 inline GeneratedCodeInfo& operator=(const GeneratedCodeInfo& from) {
3553 CopyFrom(from); 3878 CopyFrom(from);
3554 return *this; 3879 return *this;
3555 } 3880 }
3556 3881
3557 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const { 3882 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
3558 return _internal_metadata_.unknown_fields(); 3883 return _internal_metadata_.unknown_fields();
3559 } 3884 }
3560 3885
3561 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() { 3886 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
3562 return _internal_metadata_.mutable_unknown_fields(); 3887 return _internal_metadata_.mutable_unknown_fields();
3563 } 3888 }
3564 3889
3565 static const ::google::protobuf::Descriptor* descriptor(); 3890 static const ::google::protobuf::Descriptor* descriptor();
3566 static const GeneratedCodeInfo& default_instance(); 3891 static const GeneratedCodeInfo& default_instance();
3567 3892
3893 static const GeneratedCodeInfo* internal_default_instance();
3894
3568 void Swap(GeneratedCodeInfo* other); 3895 void Swap(GeneratedCodeInfo* other);
3569 3896
3570 // implements Message ---------------------------------------------- 3897 // implements Message ----------------------------------------------
3571 3898
3572 inline GeneratedCodeInfo* New() const { return New(NULL); } 3899 inline GeneratedCodeInfo* New() const { return New(NULL); }
3573 3900
3574 GeneratedCodeInfo* New(::google::protobuf::Arena* arena) const; 3901 GeneratedCodeInfo* New(::google::protobuf::Arena* arena) const;
3575 void CopyFrom(const ::google::protobuf::Message& from); 3902 void CopyFrom(const ::google::protobuf::Message& from);
3576 void MergeFrom(const ::google::protobuf::Message& from); 3903 void MergeFrom(const ::google::protobuf::Message& from);
3577 void CopyFrom(const GeneratedCodeInfo& from); 3904 void CopyFrom(const GeneratedCodeInfo& from);
3578 void MergeFrom(const GeneratedCodeInfo& from); 3905 void MergeFrom(const GeneratedCodeInfo& from);
3579 void Clear(); 3906 void Clear();
3580 bool IsInitialized() const; 3907 bool IsInitialized() const;
3581 3908
3582 int ByteSize() const; 3909 size_t ByteSizeLong() const;
3583 bool MergePartialFromCodedStream( 3910 bool MergePartialFromCodedStream(
3584 ::google::protobuf::io::CodedInputStream* input); 3911 ::google::protobuf::io::CodedInputStream* input);
3585 void SerializeWithCachedSizes( 3912 void SerializeWithCachedSizes(
3586 ::google::protobuf::io::CodedOutputStream* output) const; 3913 ::google::protobuf::io::CodedOutputStream* output) const;
3587 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const; 3914 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
3915 bool deterministic, ::google::protobuf::uint8* output) const;
3916 ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf: :uint8* output) const {
3917 return InternalSerializeWithCachedSizesToArray(false, output);
3918 }
3588 int GetCachedSize() const { return _cached_size_; } 3919 int GetCachedSize() const { return _cached_size_; }
3589 private: 3920 private:
3590 void SharedCtor(); 3921 void SharedCtor();
3591 void SharedDtor(); 3922 void SharedDtor();
3592 void SetCachedSize(int size) const; 3923 void SetCachedSize(int size) const;
3593 void InternalSwap(GeneratedCodeInfo* other); 3924 void InternalSwap(GeneratedCodeInfo* other);
3925 void UnsafeMergeFrom(const GeneratedCodeInfo& from);
3594 private: 3926 private:
3595 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 3927 inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
3596 return _internal_metadata_.arena(); 3928 return _internal_metadata_.arena();
3597 } 3929 }
3598 inline void* MaybeArenaPtr() const { 3930 inline void* MaybeArenaPtr() const {
3599 return _internal_metadata_.raw_arena_ptr(); 3931 return _internal_metadata_.raw_arena_ptr();
3600 } 3932 }
3601 public: 3933 public:
3602 3934
3603 ::google::protobuf::Metadata GetMetadata() const; 3935 ::google::protobuf::Metadata GetMetadata() const;
(...skipping 13 matching lines...) Expand all
3617 ::google::protobuf::GeneratedCodeInfo_Annotation* add_annotation(); 3949 ::google::protobuf::GeneratedCodeInfo_Annotation* add_annotation();
3618 ::google::protobuf::RepeatedPtrField< ::google::protobuf::GeneratedCodeInfo_An notation >* 3950 ::google::protobuf::RepeatedPtrField< ::google::protobuf::GeneratedCodeInfo_An notation >*
3619 mutable_annotation(); 3951 mutable_annotation();
3620 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::GeneratedCodeI nfo_Annotation >& 3952 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::GeneratedCodeI nfo_Annotation >&
3621 annotation() const; 3953 annotation() const;
3622 3954
3623 // @@protoc_insertion_point(class_scope:google.protobuf.GeneratedCodeInfo) 3955 // @@protoc_insertion_point(class_scope:google.protobuf.GeneratedCodeInfo)
3624 private: 3956 private:
3625 3957
3626 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 3958 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
3627 ::google::protobuf::uint32 _has_bits_[1]; 3959 ::google::protobuf::internal::HasBits<1> _has_bits_;
3628 mutable int _cached_size_; 3960 mutable int _cached_size_;
3629 ::google::protobuf::RepeatedPtrField< ::google::protobuf::GeneratedCodeInfo_An notation > annotation_; 3961 ::google::protobuf::RepeatedPtrField< ::google::protobuf::GeneratedCodeInfo_An notation > annotation_;
3630 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto(); 3962 friend void LIBPROTOBUF_EXPORT protobuf_InitDefaults_google_2fprotobuf_2fdescr iptor_2eproto_impl();
3963 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor _2eproto_impl();
3631 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto(); 3964 friend void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto();
3632 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto(); 3965 friend void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto();
3633 3966
3634 void InitAsDefaultInstance(); 3967 void InitAsDefaultInstance();
3635 static GeneratedCodeInfo* default_instance_;
3636 }; 3968 };
3969 extern ::google::protobuf::internal::ExplicitlyConstructed<GeneratedCodeInfo> Ge neratedCodeInfo_default_instance_;
3970
3637 // =================================================================== 3971 // ===================================================================
3638 3972
3639 3973
3640 // =================================================================== 3974 // ===================================================================
3641 3975
3642 #if !PROTOBUF_INLINE_NOT_IN_HEADERS 3976 #if !PROTOBUF_INLINE_NOT_IN_HEADERS
3643 // FileDescriptorSet 3977 // FileDescriptorSet
3644 3978
3645 // repeated .google.protobuf.FileDescriptorProto file = 1; 3979 // repeated .google.protobuf.FileDescriptorProto file = 1;
3646 inline int FileDescriptorSet::file_size() const { 3980 inline int FileDescriptorSet::file_size() const {
(...skipping 18 matching lines...) Expand all
3665 FileDescriptorSet::mutable_file() { 3999 FileDescriptorSet::mutable_file() {
3666 // @@protoc_insertion_point(field_mutable_list:google.protobuf.FileDescriptorS et.file) 4000 // @@protoc_insertion_point(field_mutable_list:google.protobuf.FileDescriptorS et.file)
3667 return &file_; 4001 return &file_;
3668 } 4002 }
3669 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescr iptorProto >& 4003 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescr iptorProto >&
3670 FileDescriptorSet::file() const { 4004 FileDescriptorSet::file() const {
3671 // @@protoc_insertion_point(field_list:google.protobuf.FileDescriptorSet.file) 4005 // @@protoc_insertion_point(field_list:google.protobuf.FileDescriptorSet.file)
3672 return file_; 4006 return file_;
3673 } 4007 }
3674 4008
4009 inline const FileDescriptorSet* FileDescriptorSet::internal_default_instance() {
4010 return &FileDescriptorSet_default_instance_.get();
4011 }
3675 // ------------------------------------------------------------------- 4012 // -------------------------------------------------------------------
3676 4013
3677 // FileDescriptorProto 4014 // FileDescriptorProto
3678 4015
3679 // optional string name = 1; 4016 // optional string name = 1;
3680 inline bool FileDescriptorProto::has_name() const { 4017 inline bool FileDescriptorProto::has_name() const {
3681 return (_has_bits_[0] & 0x00000001u) != 0; 4018 return (_has_bits_[0] & 0x00000001u) != 0;
3682 } 4019 }
3683 inline void FileDescriptorProto::set_has_name() { 4020 inline void FileDescriptorProto::set_has_name() {
3684 _has_bits_[0] |= 0x00000001u; 4021 _has_bits_[0] |= 0x00000001u;
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
4028 } 4365 }
4029 inline void FileDescriptorProto::clear_has_options() { 4366 inline void FileDescriptorProto::clear_has_options() {
4030 _has_bits_[0] &= ~0x00000200u; 4367 _has_bits_[0] &= ~0x00000200u;
4031 } 4368 }
4032 inline void FileDescriptorProto::clear_options() { 4369 inline void FileDescriptorProto::clear_options() {
4033 if (options_ != NULL) options_->::google::protobuf::FileOptions::Clear(); 4370 if (options_ != NULL) options_->::google::protobuf::FileOptions::Clear();
4034 clear_has_options(); 4371 clear_has_options();
4035 } 4372 }
4036 inline const ::google::protobuf::FileOptions& FileDescriptorProto::options() con st { 4373 inline const ::google::protobuf::FileOptions& FileDescriptorProto::options() con st {
4037 // @@protoc_insertion_point(field_get:google.protobuf.FileDescriptorProto.opti ons) 4374 // @@protoc_insertion_point(field_get:google.protobuf.FileDescriptorProto.opti ons)
4038 return options_ != NULL ? *options_ : *default_instance_->options_; 4375 return options_ != NULL ? *options_
4376 : *::google::protobuf::FileOptions::internal_default_in stance();
4039 } 4377 }
4040 inline ::google::protobuf::FileOptions* FileDescriptorProto::mutable_options() { 4378 inline ::google::protobuf::FileOptions* FileDescriptorProto::mutable_options() {
4041 set_has_options(); 4379 set_has_options();
4042 if (options_ == NULL) { 4380 if (options_ == NULL) {
4043 options_ = new ::google::protobuf::FileOptions; 4381 options_ = new ::google::protobuf::FileOptions;
4044 } 4382 }
4045 // @@protoc_insertion_point(field_mutable:google.protobuf.FileDescriptorProto. options) 4383 // @@protoc_insertion_point(field_mutable:google.protobuf.FileDescriptorProto. options)
4046 return options_; 4384 return options_;
4047 } 4385 }
4048 inline ::google::protobuf::FileOptions* FileDescriptorProto::release_options() { 4386 inline ::google::protobuf::FileOptions* FileDescriptorProto::release_options() {
(...skipping 23 matching lines...) Expand all
4072 } 4410 }
4073 inline void FileDescriptorProto::clear_has_source_code_info() { 4411 inline void FileDescriptorProto::clear_has_source_code_info() {
4074 _has_bits_[0] &= ~0x00000400u; 4412 _has_bits_[0] &= ~0x00000400u;
4075 } 4413 }
4076 inline void FileDescriptorProto::clear_source_code_info() { 4414 inline void FileDescriptorProto::clear_source_code_info() {
4077 if (source_code_info_ != NULL) source_code_info_->::google::protobuf::SourceCo deInfo::Clear(); 4415 if (source_code_info_ != NULL) source_code_info_->::google::protobuf::SourceCo deInfo::Clear();
4078 clear_has_source_code_info(); 4416 clear_has_source_code_info();
4079 } 4417 }
4080 inline const ::google::protobuf::SourceCodeInfo& FileDescriptorProto::source_cod e_info() const { 4418 inline const ::google::protobuf::SourceCodeInfo& FileDescriptorProto::source_cod e_info() const {
4081 // @@protoc_insertion_point(field_get:google.protobuf.FileDescriptorProto.sour ce_code_info) 4419 // @@protoc_insertion_point(field_get:google.protobuf.FileDescriptorProto.sour ce_code_info)
4082 return source_code_info_ != NULL ? *source_code_info_ : *default_instance_->so urce_code_info_; 4420 return source_code_info_ != NULL ? *source_code_info_
4421 : *::google::protobuf::SourceCodeInfo::internal_default _instance();
4083 } 4422 }
4084 inline ::google::protobuf::SourceCodeInfo* FileDescriptorProto::mutable_source_c ode_info() { 4423 inline ::google::protobuf::SourceCodeInfo* FileDescriptorProto::mutable_source_c ode_info() {
4085 set_has_source_code_info(); 4424 set_has_source_code_info();
4086 if (source_code_info_ == NULL) { 4425 if (source_code_info_ == NULL) {
4087 source_code_info_ = new ::google::protobuf::SourceCodeInfo; 4426 source_code_info_ = new ::google::protobuf::SourceCodeInfo;
4088 } 4427 }
4089 // @@protoc_insertion_point(field_mutable:google.protobuf.FileDescriptorProto. source_code_info) 4428 // @@protoc_insertion_point(field_mutable:google.protobuf.FileDescriptorProto. source_code_info)
4090 return source_code_info_; 4429 return source_code_info_;
4091 } 4430 }
4092 inline ::google::protobuf::SourceCodeInfo* FileDescriptorProto::release_source_c ode_info() { 4431 inline ::google::protobuf::SourceCodeInfo* FileDescriptorProto::release_source_c ode_info() {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
4154 inline void FileDescriptorProto::set_allocated_syntax(::std::string* syntax) { 4493 inline void FileDescriptorProto::set_allocated_syntax(::std::string* syntax) {
4155 if (syntax != NULL) { 4494 if (syntax != NULL) {
4156 set_has_syntax(); 4495 set_has_syntax();
4157 } else { 4496 } else {
4158 clear_has_syntax(); 4497 clear_has_syntax();
4159 } 4498 }
4160 syntax_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlrea dyInited(), syntax); 4499 syntax_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlrea dyInited(), syntax);
4161 // @@protoc_insertion_point(field_set_allocated:google.protobuf.FileDescriptor Proto.syntax) 4500 // @@protoc_insertion_point(field_set_allocated:google.protobuf.FileDescriptor Proto.syntax)
4162 } 4501 }
4163 4502
4503 inline const FileDescriptorProto* FileDescriptorProto::internal_default_instance () {
4504 return &FileDescriptorProto_default_instance_.get();
4505 }
4164 // ------------------------------------------------------------------- 4506 // -------------------------------------------------------------------
4165 4507
4166 // DescriptorProto_ExtensionRange 4508 // DescriptorProto_ExtensionRange
4167 4509
4168 // optional int32 start = 1; 4510 // optional int32 start = 1;
4169 inline bool DescriptorProto_ExtensionRange::has_start() const { 4511 inline bool DescriptorProto_ExtensionRange::has_start() const {
4170 return (_has_bits_[0] & 0x00000001u) != 0; 4512 return (_has_bits_[0] & 0x00000001u) != 0;
4171 } 4513 }
4172 inline void DescriptorProto_ExtensionRange::set_has_start() { 4514 inline void DescriptorProto_ExtensionRange::set_has_start() {
4173 _has_bits_[0] |= 0x00000001u; 4515 _has_bits_[0] |= 0x00000001u;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
4206 inline ::google::protobuf::int32 DescriptorProto_ExtensionRange::end() const { 4548 inline ::google::protobuf::int32 DescriptorProto_ExtensionRange::end() const {
4207 // @@protoc_insertion_point(field_get:google.protobuf.DescriptorProto.Extensio nRange.end) 4549 // @@protoc_insertion_point(field_get:google.protobuf.DescriptorProto.Extensio nRange.end)
4208 return end_; 4550 return end_;
4209 } 4551 }
4210 inline void DescriptorProto_ExtensionRange::set_end(::google::protobuf::int32 va lue) { 4552 inline void DescriptorProto_ExtensionRange::set_end(::google::protobuf::int32 va lue) {
4211 set_has_end(); 4553 set_has_end();
4212 end_ = value; 4554 end_ = value;
4213 // @@protoc_insertion_point(field_set:google.protobuf.DescriptorProto.Extensio nRange.end) 4555 // @@protoc_insertion_point(field_set:google.protobuf.DescriptorProto.Extensio nRange.end)
4214 } 4556 }
4215 4557
4558 inline const DescriptorProto_ExtensionRange* DescriptorProto_ExtensionRange::int ernal_default_instance() {
4559 return &DescriptorProto_ExtensionRange_default_instance_.get();
4560 }
4216 // ------------------------------------------------------------------- 4561 // -------------------------------------------------------------------
4217 4562
4218 // DescriptorProto_ReservedRange 4563 // DescriptorProto_ReservedRange
4219 4564
4220 // optional int32 start = 1; 4565 // optional int32 start = 1;
4221 inline bool DescriptorProto_ReservedRange::has_start() const { 4566 inline bool DescriptorProto_ReservedRange::has_start() const {
4222 return (_has_bits_[0] & 0x00000001u) != 0; 4567 return (_has_bits_[0] & 0x00000001u) != 0;
4223 } 4568 }
4224 inline void DescriptorProto_ReservedRange::set_has_start() { 4569 inline void DescriptorProto_ReservedRange::set_has_start() {
4225 _has_bits_[0] |= 0x00000001u; 4570 _has_bits_[0] |= 0x00000001u;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
4258 inline ::google::protobuf::int32 DescriptorProto_ReservedRange::end() const { 4603 inline ::google::protobuf::int32 DescriptorProto_ReservedRange::end() const {
4259 // @@protoc_insertion_point(field_get:google.protobuf.DescriptorProto.Reserved Range.end) 4604 // @@protoc_insertion_point(field_get:google.protobuf.DescriptorProto.Reserved Range.end)
4260 return end_; 4605 return end_;
4261 } 4606 }
4262 inline void DescriptorProto_ReservedRange::set_end(::google::protobuf::int32 val ue) { 4607 inline void DescriptorProto_ReservedRange::set_end(::google::protobuf::int32 val ue) {
4263 set_has_end(); 4608 set_has_end();
4264 end_ = value; 4609 end_ = value;
4265 // @@protoc_insertion_point(field_set:google.protobuf.DescriptorProto.Reserved Range.end) 4610 // @@protoc_insertion_point(field_set:google.protobuf.DescriptorProto.Reserved Range.end)
4266 } 4611 }
4267 4612
4613 inline const DescriptorProto_ReservedRange* DescriptorProto_ReservedRange::inter nal_default_instance() {
4614 return &DescriptorProto_ReservedRange_default_instance_.get();
4615 }
4268 // ------------------------------------------------------------------- 4616 // -------------------------------------------------------------------
4269 4617
4270 // DescriptorProto 4618 // DescriptorProto
4271 4619
4272 // optional string name = 1; 4620 // optional string name = 1;
4273 inline bool DescriptorProto::has_name() const { 4621 inline bool DescriptorProto::has_name() const {
4274 return (_has_bits_[0] & 0x00000001u) != 0; 4622 return (_has_bits_[0] & 0x00000001u) != 0;
4275 } 4623 }
4276 inline void DescriptorProto::set_has_name() { 4624 inline void DescriptorProto::set_has_name() {
4277 _has_bits_[0] |= 0x00000001u; 4625 _has_bits_[0] |= 0x00000001u;
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
4512 } 4860 }
4513 inline void DescriptorProto::clear_has_options() { 4861 inline void DescriptorProto::clear_has_options() {
4514 _has_bits_[0] &= ~0x00000080u; 4862 _has_bits_[0] &= ~0x00000080u;
4515 } 4863 }
4516 inline void DescriptorProto::clear_options() { 4864 inline void DescriptorProto::clear_options() {
4517 if (options_ != NULL) options_->::google::protobuf::MessageOptions::Clear(); 4865 if (options_ != NULL) options_->::google::protobuf::MessageOptions::Clear();
4518 clear_has_options(); 4866 clear_has_options();
4519 } 4867 }
4520 inline const ::google::protobuf::MessageOptions& DescriptorProto::options() cons t { 4868 inline const ::google::protobuf::MessageOptions& DescriptorProto::options() cons t {
4521 // @@protoc_insertion_point(field_get:google.protobuf.DescriptorProto.options) 4869 // @@protoc_insertion_point(field_get:google.protobuf.DescriptorProto.options)
4522 return options_ != NULL ? *options_ : *default_instance_->options_; 4870 return options_ != NULL ? *options_
4871 : *::google::protobuf::MessageOptions::internal_default _instance();
4523 } 4872 }
4524 inline ::google::protobuf::MessageOptions* DescriptorProto::mutable_options() { 4873 inline ::google::protobuf::MessageOptions* DescriptorProto::mutable_options() {
4525 set_has_options(); 4874 set_has_options();
4526 if (options_ == NULL) { 4875 if (options_ == NULL) {
4527 options_ = new ::google::protobuf::MessageOptions; 4876 options_ = new ::google::protobuf::MessageOptions;
4528 } 4877 }
4529 // @@protoc_insertion_point(field_mutable:google.protobuf.DescriptorProto.opti ons) 4878 // @@protoc_insertion_point(field_mutable:google.protobuf.DescriptorProto.opti ons)
4530 return options_; 4879 return options_;
4531 } 4880 }
4532 inline ::google::protobuf::MessageOptions* DescriptorProto::release_options() { 4881 inline ::google::protobuf::MessageOptions* DescriptorProto::release_options() {
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
4625 DescriptorProto::reserved_name() const { 4974 DescriptorProto::reserved_name() const {
4626 // @@protoc_insertion_point(field_list:google.protobuf.DescriptorProto.reserve d_name) 4975 // @@protoc_insertion_point(field_list:google.protobuf.DescriptorProto.reserve d_name)
4627 return reserved_name_; 4976 return reserved_name_;
4628 } 4977 }
4629 inline ::google::protobuf::RepeatedPtrField< ::std::string>* 4978 inline ::google::protobuf::RepeatedPtrField< ::std::string>*
4630 DescriptorProto::mutable_reserved_name() { 4979 DescriptorProto::mutable_reserved_name() {
4631 // @@protoc_insertion_point(field_mutable_list:google.protobuf.DescriptorProto .reserved_name) 4980 // @@protoc_insertion_point(field_mutable_list:google.protobuf.DescriptorProto .reserved_name)
4632 return &reserved_name_; 4981 return &reserved_name_;
4633 } 4982 }
4634 4983
4984 inline const DescriptorProto* DescriptorProto::internal_default_instance() {
4985 return &DescriptorProto_default_instance_.get();
4986 }
4635 // ------------------------------------------------------------------- 4987 // -------------------------------------------------------------------
4636 4988
4637 // FieldDescriptorProto 4989 // FieldDescriptorProto
4638 4990
4639 // optional string name = 1; 4991 // optional string name = 1;
4640 inline bool FieldDescriptorProto::has_name() const { 4992 inline bool FieldDescriptorProto::has_name() const {
4641 return (_has_bits_[0] & 0x00000001u) != 0; 4993 return (_has_bits_[0] & 0x00000001u) != 0;
4642 } 4994 }
4643 inline void FieldDescriptorProto::set_has_name() { 4995 inline void FieldDescriptorProto::set_has_name() {
4644 _has_bits_[0] |= 0x00000001u; 4996 _has_bits_[0] |= 0x00000001u;
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
5013 } 5365 }
5014 inline void FieldDescriptorProto::clear_has_options() { 5366 inline void FieldDescriptorProto::clear_has_options() {
5015 _has_bits_[0] &= ~0x00000200u; 5367 _has_bits_[0] &= ~0x00000200u;
5016 } 5368 }
5017 inline void FieldDescriptorProto::clear_options() { 5369 inline void FieldDescriptorProto::clear_options() {
5018 if (options_ != NULL) options_->::google::protobuf::FieldOptions::Clear(); 5370 if (options_ != NULL) options_->::google::protobuf::FieldOptions::Clear();
5019 clear_has_options(); 5371 clear_has_options();
5020 } 5372 }
5021 inline const ::google::protobuf::FieldOptions& FieldDescriptorProto::options() c onst { 5373 inline const ::google::protobuf::FieldOptions& FieldDescriptorProto::options() c onst {
5022 // @@protoc_insertion_point(field_get:google.protobuf.FieldDescriptorProto.opt ions) 5374 // @@protoc_insertion_point(field_get:google.protobuf.FieldDescriptorProto.opt ions)
5023 return options_ != NULL ? *options_ : *default_instance_->options_; 5375 return options_ != NULL ? *options_
5376 : *::google::protobuf::FieldOptions::internal_default_i nstance();
5024 } 5377 }
5025 inline ::google::protobuf::FieldOptions* FieldDescriptorProto::mutable_options() { 5378 inline ::google::protobuf::FieldOptions* FieldDescriptorProto::mutable_options() {
5026 set_has_options(); 5379 set_has_options();
5027 if (options_ == NULL) { 5380 if (options_ == NULL) {
5028 options_ = new ::google::protobuf::FieldOptions; 5381 options_ = new ::google::protobuf::FieldOptions;
5029 } 5382 }
5030 // @@protoc_insertion_point(field_mutable:google.protobuf.FieldDescriptorProto .options) 5383 // @@protoc_insertion_point(field_mutable:google.protobuf.FieldDescriptorProto .options)
5031 return options_; 5384 return options_;
5032 } 5385 }
5033 inline ::google::protobuf::FieldOptions* FieldDescriptorProto::release_options() { 5386 inline ::google::protobuf::FieldOptions* FieldDescriptorProto::release_options() {
5034 // @@protoc_insertion_point(field_release:google.protobuf.FieldDescriptorProto .options) 5387 // @@protoc_insertion_point(field_release:google.protobuf.FieldDescriptorProto .options)
5035 clear_has_options(); 5388 clear_has_options();
5036 ::google::protobuf::FieldOptions* temp = options_; 5389 ::google::protobuf::FieldOptions* temp = options_;
5037 options_ = NULL; 5390 options_ = NULL;
5038 return temp; 5391 return temp;
5039 } 5392 }
5040 inline void FieldDescriptorProto::set_allocated_options(::google::protobuf::Fiel dOptions* options) { 5393 inline void FieldDescriptorProto::set_allocated_options(::google::protobuf::Fiel dOptions* options) {
5041 delete options_; 5394 delete options_;
5042 options_ = options; 5395 options_ = options;
5043 if (options) { 5396 if (options) {
5044 set_has_options(); 5397 set_has_options();
5045 } else { 5398 } else {
5046 clear_has_options(); 5399 clear_has_options();
5047 } 5400 }
5048 // @@protoc_insertion_point(field_set_allocated:google.protobuf.FieldDescripto rProto.options) 5401 // @@protoc_insertion_point(field_set_allocated:google.protobuf.FieldDescripto rProto.options)
5049 } 5402 }
5050 5403
5404 inline const FieldDescriptorProto* FieldDescriptorProto::internal_default_instan ce() {
5405 return &FieldDescriptorProto_default_instance_.get();
5406 }
5051 // ------------------------------------------------------------------- 5407 // -------------------------------------------------------------------
5052 5408
5053 // OneofDescriptorProto 5409 // OneofDescriptorProto
5054 5410
5055 // optional string name = 1; 5411 // optional string name = 1;
5056 inline bool OneofDescriptorProto::has_name() const { 5412 inline bool OneofDescriptorProto::has_name() const {
5057 return (_has_bits_[0] & 0x00000001u) != 0; 5413 return (_has_bits_[0] & 0x00000001u) != 0;
5058 } 5414 }
5059 inline void OneofDescriptorProto::set_has_name() { 5415 inline void OneofDescriptorProto::set_has_name() {
5060 _has_bits_[0] |= 0x00000001u; 5416 _has_bits_[0] |= 0x00000001u;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
5099 inline void OneofDescriptorProto::set_allocated_name(::std::string* name) { 5455 inline void OneofDescriptorProto::set_allocated_name(::std::string* name) {
5100 if (name != NULL) { 5456 if (name != NULL) {
5101 set_has_name(); 5457 set_has_name();
5102 } else { 5458 } else {
5103 clear_has_name(); 5459 clear_has_name();
5104 } 5460 }
5105 name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlready Inited(), name); 5461 name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlready Inited(), name);
5106 // @@protoc_insertion_point(field_set_allocated:google.protobuf.OneofDescripto rProto.name) 5462 // @@protoc_insertion_point(field_set_allocated:google.protobuf.OneofDescripto rProto.name)
5107 } 5463 }
5108 5464
5465 // optional .google.protobuf.OneofOptions options = 2;
5466 inline bool OneofDescriptorProto::has_options() const {
5467 return (_has_bits_[0] & 0x00000002u) != 0;
5468 }
5469 inline void OneofDescriptorProto::set_has_options() {
5470 _has_bits_[0] |= 0x00000002u;
5471 }
5472 inline void OneofDescriptorProto::clear_has_options() {
5473 _has_bits_[0] &= ~0x00000002u;
5474 }
5475 inline void OneofDescriptorProto::clear_options() {
5476 if (options_ != NULL) options_->::google::protobuf::OneofOptions::Clear();
5477 clear_has_options();
5478 }
5479 inline const ::google::protobuf::OneofOptions& OneofDescriptorProto::options() c onst {
5480 // @@protoc_insertion_point(field_get:google.protobuf.OneofDescriptorProto.opt ions)
5481 return options_ != NULL ? *options_
5482 : *::google::protobuf::OneofOptions::internal_default_i nstance();
5483 }
5484 inline ::google::protobuf::OneofOptions* OneofDescriptorProto::mutable_options() {
5485 set_has_options();
5486 if (options_ == NULL) {
5487 options_ = new ::google::protobuf::OneofOptions;
5488 }
5489 // @@protoc_insertion_point(field_mutable:google.protobuf.OneofDescriptorProto .options)
5490 return options_;
5491 }
5492 inline ::google::protobuf::OneofOptions* OneofDescriptorProto::release_options() {
5493 // @@protoc_insertion_point(field_release:google.protobuf.OneofDescriptorProto .options)
5494 clear_has_options();
5495 ::google::protobuf::OneofOptions* temp = options_;
5496 options_ = NULL;
5497 return temp;
5498 }
5499 inline void OneofDescriptorProto::set_allocated_options(::google::protobuf::Oneo fOptions* options) {
5500 delete options_;
5501 options_ = options;
5502 if (options) {
5503 set_has_options();
5504 } else {
5505 clear_has_options();
5506 }
5507 // @@protoc_insertion_point(field_set_allocated:google.protobuf.OneofDescripto rProto.options)
5508 }
5509
5510 inline const OneofDescriptorProto* OneofDescriptorProto::internal_default_instan ce() {
5511 return &OneofDescriptorProto_default_instance_.get();
5512 }
5109 // ------------------------------------------------------------------- 5513 // -------------------------------------------------------------------
5110 5514
5111 // EnumDescriptorProto 5515 // EnumDescriptorProto
5112 5516
5113 // optional string name = 1; 5517 // optional string name = 1;
5114 inline bool EnumDescriptorProto::has_name() const { 5518 inline bool EnumDescriptorProto::has_name() const {
5115 return (_has_bits_[0] & 0x00000001u) != 0; 5519 return (_has_bits_[0] & 0x00000001u) != 0;
5116 } 5520 }
5117 inline void EnumDescriptorProto::set_has_name() { 5521 inline void EnumDescriptorProto::set_has_name() {
5118 _has_bits_[0] |= 0x00000001u; 5522 _has_bits_[0] |= 0x00000001u;
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
5203 } 5607 }
5204 inline void EnumDescriptorProto::clear_has_options() { 5608 inline void EnumDescriptorProto::clear_has_options() {
5205 _has_bits_[0] &= ~0x00000004u; 5609 _has_bits_[0] &= ~0x00000004u;
5206 } 5610 }
5207 inline void EnumDescriptorProto::clear_options() { 5611 inline void EnumDescriptorProto::clear_options() {
5208 if (options_ != NULL) options_->::google::protobuf::EnumOptions::Clear(); 5612 if (options_ != NULL) options_->::google::protobuf::EnumOptions::Clear();
5209 clear_has_options(); 5613 clear_has_options();
5210 } 5614 }
5211 inline const ::google::protobuf::EnumOptions& EnumDescriptorProto::options() con st { 5615 inline const ::google::protobuf::EnumOptions& EnumDescriptorProto::options() con st {
5212 // @@protoc_insertion_point(field_get:google.protobuf.EnumDescriptorProto.opti ons) 5616 // @@protoc_insertion_point(field_get:google.protobuf.EnumDescriptorProto.opti ons)
5213 return options_ != NULL ? *options_ : *default_instance_->options_; 5617 return options_ != NULL ? *options_
5618 : *::google::protobuf::EnumOptions::internal_default_in stance();
5214 } 5619 }
5215 inline ::google::protobuf::EnumOptions* EnumDescriptorProto::mutable_options() { 5620 inline ::google::protobuf::EnumOptions* EnumDescriptorProto::mutable_options() {
5216 set_has_options(); 5621 set_has_options();
5217 if (options_ == NULL) { 5622 if (options_ == NULL) {
5218 options_ = new ::google::protobuf::EnumOptions; 5623 options_ = new ::google::protobuf::EnumOptions;
5219 } 5624 }
5220 // @@protoc_insertion_point(field_mutable:google.protobuf.EnumDescriptorProto. options) 5625 // @@protoc_insertion_point(field_mutable:google.protobuf.EnumDescriptorProto. options)
5221 return options_; 5626 return options_;
5222 } 5627 }
5223 inline ::google::protobuf::EnumOptions* EnumDescriptorProto::release_options() { 5628 inline ::google::protobuf::EnumOptions* EnumDescriptorProto::release_options() {
5224 // @@protoc_insertion_point(field_release:google.protobuf.EnumDescriptorProto. options) 5629 // @@protoc_insertion_point(field_release:google.protobuf.EnumDescriptorProto. options)
5225 clear_has_options(); 5630 clear_has_options();
5226 ::google::protobuf::EnumOptions* temp = options_; 5631 ::google::protobuf::EnumOptions* temp = options_;
5227 options_ = NULL; 5632 options_ = NULL;
5228 return temp; 5633 return temp;
5229 } 5634 }
5230 inline void EnumDescriptorProto::set_allocated_options(::google::protobuf::EnumO ptions* options) { 5635 inline void EnumDescriptorProto::set_allocated_options(::google::protobuf::EnumO ptions* options) {
5231 delete options_; 5636 delete options_;
5232 options_ = options; 5637 options_ = options;
5233 if (options) { 5638 if (options) {
5234 set_has_options(); 5639 set_has_options();
5235 } else { 5640 } else {
5236 clear_has_options(); 5641 clear_has_options();
5237 } 5642 }
5238 // @@protoc_insertion_point(field_set_allocated:google.protobuf.EnumDescriptor Proto.options) 5643 // @@protoc_insertion_point(field_set_allocated:google.protobuf.EnumDescriptor Proto.options)
5239 } 5644 }
5240 5645
5646 inline const EnumDescriptorProto* EnumDescriptorProto::internal_default_instance () {
5647 return &EnumDescriptorProto_default_instance_.get();
5648 }
5241 // ------------------------------------------------------------------- 5649 // -------------------------------------------------------------------
5242 5650
5243 // EnumValueDescriptorProto 5651 // EnumValueDescriptorProto
5244 5652
5245 // optional string name = 1; 5653 // optional string name = 1;
5246 inline bool EnumValueDescriptorProto::has_name() const { 5654 inline bool EnumValueDescriptorProto::has_name() const {
5247 return (_has_bits_[0] & 0x00000001u) != 0; 5655 return (_has_bits_[0] & 0x00000001u) != 0;
5248 } 5656 }
5249 inline void EnumValueDescriptorProto::set_has_name() { 5657 inline void EnumValueDescriptorProto::set_has_name() {
5250 _has_bits_[0] |= 0x00000001u; 5658 _has_bits_[0] |= 0x00000001u;
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
5329 } 5737 }
5330 inline void EnumValueDescriptorProto::clear_has_options() { 5738 inline void EnumValueDescriptorProto::clear_has_options() {
5331 _has_bits_[0] &= ~0x00000004u; 5739 _has_bits_[0] &= ~0x00000004u;
5332 } 5740 }
5333 inline void EnumValueDescriptorProto::clear_options() { 5741 inline void EnumValueDescriptorProto::clear_options() {
5334 if (options_ != NULL) options_->::google::protobuf::EnumValueOptions::Clear(); 5742 if (options_ != NULL) options_->::google::protobuf::EnumValueOptions::Clear();
5335 clear_has_options(); 5743 clear_has_options();
5336 } 5744 }
5337 inline const ::google::protobuf::EnumValueOptions& EnumValueDescriptorProto::opt ions() const { 5745 inline const ::google::protobuf::EnumValueOptions& EnumValueDescriptorProto::opt ions() const {
5338 // @@protoc_insertion_point(field_get:google.protobuf.EnumValueDescriptorProto .options) 5746 // @@protoc_insertion_point(field_get:google.protobuf.EnumValueDescriptorProto .options)
5339 return options_ != NULL ? *options_ : *default_instance_->options_; 5747 return options_ != NULL ? *options_
5748 : *::google::protobuf::EnumValueOptions::internal_defau lt_instance();
5340 } 5749 }
5341 inline ::google::protobuf::EnumValueOptions* EnumValueDescriptorProto::mutable_o ptions() { 5750 inline ::google::protobuf::EnumValueOptions* EnumValueDescriptorProto::mutable_o ptions() {
5342 set_has_options(); 5751 set_has_options();
5343 if (options_ == NULL) { 5752 if (options_ == NULL) {
5344 options_ = new ::google::protobuf::EnumValueOptions; 5753 options_ = new ::google::protobuf::EnumValueOptions;
5345 } 5754 }
5346 // @@protoc_insertion_point(field_mutable:google.protobuf.EnumValueDescriptorP roto.options) 5755 // @@protoc_insertion_point(field_mutable:google.protobuf.EnumValueDescriptorP roto.options)
5347 return options_; 5756 return options_;
5348 } 5757 }
5349 inline ::google::protobuf::EnumValueOptions* EnumValueDescriptorProto::release_o ptions() { 5758 inline ::google::protobuf::EnumValueOptions* EnumValueDescriptorProto::release_o ptions() {
5350 // @@protoc_insertion_point(field_release:google.protobuf.EnumValueDescriptorP roto.options) 5759 // @@protoc_insertion_point(field_release:google.protobuf.EnumValueDescriptorP roto.options)
5351 clear_has_options(); 5760 clear_has_options();
5352 ::google::protobuf::EnumValueOptions* temp = options_; 5761 ::google::protobuf::EnumValueOptions* temp = options_;
5353 options_ = NULL; 5762 options_ = NULL;
5354 return temp; 5763 return temp;
5355 } 5764 }
5356 inline void EnumValueDescriptorProto::set_allocated_options(::google::protobuf:: EnumValueOptions* options) { 5765 inline void EnumValueDescriptorProto::set_allocated_options(::google::protobuf:: EnumValueOptions* options) {
5357 delete options_; 5766 delete options_;
5358 options_ = options; 5767 options_ = options;
5359 if (options) { 5768 if (options) {
5360 set_has_options(); 5769 set_has_options();
5361 } else { 5770 } else {
5362 clear_has_options(); 5771 clear_has_options();
5363 } 5772 }
5364 // @@protoc_insertion_point(field_set_allocated:google.protobuf.EnumValueDescr iptorProto.options) 5773 // @@protoc_insertion_point(field_set_allocated:google.protobuf.EnumValueDescr iptorProto.options)
5365 } 5774 }
5366 5775
5776 inline const EnumValueDescriptorProto* EnumValueDescriptorProto::internal_defaul t_instance() {
5777 return &EnumValueDescriptorProto_default_instance_.get();
5778 }
5367 // ------------------------------------------------------------------- 5779 // -------------------------------------------------------------------
5368 5780
5369 // ServiceDescriptorProto 5781 // ServiceDescriptorProto
5370 5782
5371 // optional string name = 1; 5783 // optional string name = 1;
5372 inline bool ServiceDescriptorProto::has_name() const { 5784 inline bool ServiceDescriptorProto::has_name() const {
5373 return (_has_bits_[0] & 0x00000001u) != 0; 5785 return (_has_bits_[0] & 0x00000001u) != 0;
5374 } 5786 }
5375 inline void ServiceDescriptorProto::set_has_name() { 5787 inline void ServiceDescriptorProto::set_has_name() {
5376 _has_bits_[0] |= 0x00000001u; 5788 _has_bits_[0] |= 0x00000001u;
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
5461 } 5873 }
5462 inline void ServiceDescriptorProto::clear_has_options() { 5874 inline void ServiceDescriptorProto::clear_has_options() {
5463 _has_bits_[0] &= ~0x00000004u; 5875 _has_bits_[0] &= ~0x00000004u;
5464 } 5876 }
5465 inline void ServiceDescriptorProto::clear_options() { 5877 inline void ServiceDescriptorProto::clear_options() {
5466 if (options_ != NULL) options_->::google::protobuf::ServiceOptions::Clear(); 5878 if (options_ != NULL) options_->::google::protobuf::ServiceOptions::Clear();
5467 clear_has_options(); 5879 clear_has_options();
5468 } 5880 }
5469 inline const ::google::protobuf::ServiceOptions& ServiceDescriptorProto::options () const { 5881 inline const ::google::protobuf::ServiceOptions& ServiceDescriptorProto::options () const {
5470 // @@protoc_insertion_point(field_get:google.protobuf.ServiceDescriptorProto.o ptions) 5882 // @@protoc_insertion_point(field_get:google.protobuf.ServiceDescriptorProto.o ptions)
5471 return options_ != NULL ? *options_ : *default_instance_->options_; 5883 return options_ != NULL ? *options_
5884 : *::google::protobuf::ServiceOptions::internal_default _instance();
5472 } 5885 }
5473 inline ::google::protobuf::ServiceOptions* ServiceDescriptorProto::mutable_optio ns() { 5886 inline ::google::protobuf::ServiceOptions* ServiceDescriptorProto::mutable_optio ns() {
5474 set_has_options(); 5887 set_has_options();
5475 if (options_ == NULL) { 5888 if (options_ == NULL) {
5476 options_ = new ::google::protobuf::ServiceOptions; 5889 options_ = new ::google::protobuf::ServiceOptions;
5477 } 5890 }
5478 // @@protoc_insertion_point(field_mutable:google.protobuf.ServiceDescriptorPro to.options) 5891 // @@protoc_insertion_point(field_mutable:google.protobuf.ServiceDescriptorPro to.options)
5479 return options_; 5892 return options_;
5480 } 5893 }
5481 inline ::google::protobuf::ServiceOptions* ServiceDescriptorProto::release_optio ns() { 5894 inline ::google::protobuf::ServiceOptions* ServiceDescriptorProto::release_optio ns() {
5482 // @@protoc_insertion_point(field_release:google.protobuf.ServiceDescriptorPro to.options) 5895 // @@protoc_insertion_point(field_release:google.protobuf.ServiceDescriptorPro to.options)
5483 clear_has_options(); 5896 clear_has_options();
5484 ::google::protobuf::ServiceOptions* temp = options_; 5897 ::google::protobuf::ServiceOptions* temp = options_;
5485 options_ = NULL; 5898 options_ = NULL;
5486 return temp; 5899 return temp;
5487 } 5900 }
5488 inline void ServiceDescriptorProto::set_allocated_options(::google::protobuf::Se rviceOptions* options) { 5901 inline void ServiceDescriptorProto::set_allocated_options(::google::protobuf::Se rviceOptions* options) {
5489 delete options_; 5902 delete options_;
5490 options_ = options; 5903 options_ = options;
5491 if (options) { 5904 if (options) {
5492 set_has_options(); 5905 set_has_options();
5493 } else { 5906 } else {
5494 clear_has_options(); 5907 clear_has_options();
5495 } 5908 }
5496 // @@protoc_insertion_point(field_set_allocated:google.protobuf.ServiceDescrip torProto.options) 5909 // @@protoc_insertion_point(field_set_allocated:google.protobuf.ServiceDescrip torProto.options)
5497 } 5910 }
5498 5911
5912 inline const ServiceDescriptorProto* ServiceDescriptorProto::internal_default_in stance() {
5913 return &ServiceDescriptorProto_default_instance_.get();
5914 }
5499 // ------------------------------------------------------------------- 5915 // -------------------------------------------------------------------
5500 5916
5501 // MethodDescriptorProto 5917 // MethodDescriptorProto
5502 5918
5503 // optional string name = 1; 5919 // optional string name = 1;
5504 inline bool MethodDescriptorProto::has_name() const { 5920 inline bool MethodDescriptorProto::has_name() const {
5505 return (_has_bits_[0] & 0x00000001u) != 0; 5921 return (_has_bits_[0] & 0x00000001u) != 0;
5506 } 5922 }
5507 inline void MethodDescriptorProto::set_has_name() { 5923 inline void MethodDescriptorProto::set_has_name() {
5508 _has_bits_[0] |= 0x00000001u; 5924 _has_bits_[0] |= 0x00000001u;
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
5671 } 6087 }
5672 inline void MethodDescriptorProto::clear_has_options() { 6088 inline void MethodDescriptorProto::clear_has_options() {
5673 _has_bits_[0] &= ~0x00000008u; 6089 _has_bits_[0] &= ~0x00000008u;
5674 } 6090 }
5675 inline void MethodDescriptorProto::clear_options() { 6091 inline void MethodDescriptorProto::clear_options() {
5676 if (options_ != NULL) options_->::google::protobuf::MethodOptions::Clear(); 6092 if (options_ != NULL) options_->::google::protobuf::MethodOptions::Clear();
5677 clear_has_options(); 6093 clear_has_options();
5678 } 6094 }
5679 inline const ::google::protobuf::MethodOptions& MethodDescriptorProto::options() const { 6095 inline const ::google::protobuf::MethodOptions& MethodDescriptorProto::options() const {
5680 // @@protoc_insertion_point(field_get:google.protobuf.MethodDescriptorProto.op tions) 6096 // @@protoc_insertion_point(field_get:google.protobuf.MethodDescriptorProto.op tions)
5681 return options_ != NULL ? *options_ : *default_instance_->options_; 6097 return options_ != NULL ? *options_
6098 : *::google::protobuf::MethodOptions::internal_default_ instance();
5682 } 6099 }
5683 inline ::google::protobuf::MethodOptions* MethodDescriptorProto::mutable_options () { 6100 inline ::google::protobuf::MethodOptions* MethodDescriptorProto::mutable_options () {
5684 set_has_options(); 6101 set_has_options();
5685 if (options_ == NULL) { 6102 if (options_ == NULL) {
5686 options_ = new ::google::protobuf::MethodOptions; 6103 options_ = new ::google::protobuf::MethodOptions;
5687 } 6104 }
5688 // @@protoc_insertion_point(field_mutable:google.protobuf.MethodDescriptorProt o.options) 6105 // @@protoc_insertion_point(field_mutable:google.protobuf.MethodDescriptorProt o.options)
5689 return options_; 6106 return options_;
5690 } 6107 }
5691 inline ::google::protobuf::MethodOptions* MethodDescriptorProto::release_options () { 6108 inline ::google::protobuf::MethodOptions* MethodDescriptorProto::release_options () {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
5747 inline bool MethodDescriptorProto::server_streaming() const { 6164 inline bool MethodDescriptorProto::server_streaming() const {
5748 // @@protoc_insertion_point(field_get:google.protobuf.MethodDescriptorProto.se rver_streaming) 6165 // @@protoc_insertion_point(field_get:google.protobuf.MethodDescriptorProto.se rver_streaming)
5749 return server_streaming_; 6166 return server_streaming_;
5750 } 6167 }
5751 inline void MethodDescriptorProto::set_server_streaming(bool value) { 6168 inline void MethodDescriptorProto::set_server_streaming(bool value) {
5752 set_has_server_streaming(); 6169 set_has_server_streaming();
5753 server_streaming_ = value; 6170 server_streaming_ = value;
5754 // @@protoc_insertion_point(field_set:google.protobuf.MethodDescriptorProto.se rver_streaming) 6171 // @@protoc_insertion_point(field_set:google.protobuf.MethodDescriptorProto.se rver_streaming)
5755 } 6172 }
5756 6173
6174 inline const MethodDescriptorProto* MethodDescriptorProto::internal_default_inst ance() {
6175 return &MethodDescriptorProto_default_instance_.get();
6176 }
5757 // ------------------------------------------------------------------- 6177 // -------------------------------------------------------------------
5758 6178
5759 // FileOptions 6179 // FileOptions
5760 6180
5761 // optional string java_package = 1; 6181 // optional string java_package = 1;
5762 inline bool FileOptions::has_java_package() const { 6182 inline bool FileOptions::has_java_package() const {
5763 return (_has_bits_[0] & 0x00000001u) != 0; 6183 return (_has_bits_[0] & 0x00000001u) != 0;
5764 } 6184 }
5765 inline void FileOptions::set_has_java_package() { 6185 inline void FileOptions::set_has_java_package() {
5766 _has_bits_[0] |= 0x00000001u; 6186 _has_bits_[0] |= 0x00000001u;
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
5883 inline bool FileOptions::java_multiple_files() const { 6303 inline bool FileOptions::java_multiple_files() const {
5884 // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.java_multipl e_files) 6304 // @@protoc_insertion_point(field_get:google.protobuf.FileOptions.java_multipl e_files)
5885 return java_multiple_files_; 6305 return java_multiple_files_;
5886 } 6306 }
5887 inline void FileOptions::set_java_multiple_files(bool value) { 6307 inline void FileOptions::set_java_multiple_files(bool value) {
5888 set_has_java_multiple_files(); 6308 set_has_java_multiple_files();
5889 java_multiple_files_ = value; 6309 java_multiple_files_ = value;
5890 // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.java_multipl e_files) 6310 // @@protoc_insertion_point(field_set:google.protobuf.FileOptions.java_multipl e_files)
5891 } 6311 }
5892 6312
5893 // optional bool java_generate_equals_and_hash = 20 [default = false]; 6313 // optional bool java_generate_equals_and_hash = 20 [deprecated = true];
5894 inline bool FileOptions::has_java_generate_equals_and_hash() const { 6314 inline bool FileOptions::has_java_generate_equals_and_hash() const {
5895 return (_has_bits_[0] & 0x00000008u) != 0; 6315 return (_has_bits_[0] & 0x00000008u) != 0;
5896 } 6316 }
5897 inline void FileOptions::set_has_java_generate_equals_and_hash() { 6317 inline void FileOptions::set_has_java_generate_equals_and_hash() {
5898 _has_bits_[0] |= 0x00000008u; 6318 _has_bits_[0] |= 0x00000008u;
5899 } 6319 }
5900 inline void FileOptions::clear_has_java_generate_equals_and_hash() { 6320 inline void FileOptions::clear_has_java_generate_equals_and_hash() {
5901 _has_bits_[0] &= ~0x00000008u; 6321 _has_bits_[0] &= ~0x00000008u;
5902 } 6322 }
5903 inline void FileOptions::clear_java_generate_equals_and_hash() { 6323 inline void FileOptions::clear_java_generate_equals_and_hash() {
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
6268 FileOptions::mutable_uninterpreted_option() { 6688 FileOptions::mutable_uninterpreted_option() {
6269 // @@protoc_insertion_point(field_mutable_list:google.protobuf.FileOptions.uni nterpreted_option) 6689 // @@protoc_insertion_point(field_mutable_list:google.protobuf.FileOptions.uni nterpreted_option)
6270 return &uninterpreted_option_; 6690 return &uninterpreted_option_;
6271 } 6691 }
6272 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Uninterpr etedOption >& 6692 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Uninterpr etedOption >&
6273 FileOptions::uninterpreted_option() const { 6693 FileOptions::uninterpreted_option() const {
6274 // @@protoc_insertion_point(field_list:google.protobuf.FileOptions.uninterpret ed_option) 6694 // @@protoc_insertion_point(field_list:google.protobuf.FileOptions.uninterpret ed_option)
6275 return uninterpreted_option_; 6695 return uninterpreted_option_;
6276 } 6696 }
6277 6697
6698 inline const FileOptions* FileOptions::internal_default_instance() {
6699 return &FileOptions_default_instance_.get();
6700 }
6278 // ------------------------------------------------------------------- 6701 // -------------------------------------------------------------------
6279 6702
6280 // MessageOptions 6703 // MessageOptions
6281 6704
6282 // optional bool message_set_wire_format = 1 [default = false]; 6705 // optional bool message_set_wire_format = 1 [default = false];
6283 inline bool MessageOptions::has_message_set_wire_format() const { 6706 inline bool MessageOptions::has_message_set_wire_format() const {
6284 return (_has_bits_[0] & 0x00000001u) != 0; 6707 return (_has_bits_[0] & 0x00000001u) != 0;
6285 } 6708 }
6286 inline void MessageOptions::set_has_message_set_wire_format() { 6709 inline void MessageOptions::set_has_message_set_wire_format() {
6287 _has_bits_[0] |= 0x00000001u; 6710 _has_bits_[0] |= 0x00000001u;
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
6398 MessageOptions::mutable_uninterpreted_option() { 6821 MessageOptions::mutable_uninterpreted_option() {
6399 // @@protoc_insertion_point(field_mutable_list:google.protobuf.MessageOptions. uninterpreted_option) 6822 // @@protoc_insertion_point(field_mutable_list:google.protobuf.MessageOptions. uninterpreted_option)
6400 return &uninterpreted_option_; 6823 return &uninterpreted_option_;
6401 } 6824 }
6402 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Uninterpr etedOption >& 6825 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Uninterpr etedOption >&
6403 MessageOptions::uninterpreted_option() const { 6826 MessageOptions::uninterpreted_option() const {
6404 // @@protoc_insertion_point(field_list:google.protobuf.MessageOptions.uninterp reted_option) 6827 // @@protoc_insertion_point(field_list:google.protobuf.MessageOptions.uninterp reted_option)
6405 return uninterpreted_option_; 6828 return uninterpreted_option_;
6406 } 6829 }
6407 6830
6831 inline const MessageOptions* MessageOptions::internal_default_instance() {
6832 return &MessageOptions_default_instance_.get();
6833 }
6408 // ------------------------------------------------------------------- 6834 // -------------------------------------------------------------------
6409 6835
6410 // FieldOptions 6836 // FieldOptions
6411 6837
6412 // optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING]; 6838 // optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
6413 inline bool FieldOptions::has_ctype() const { 6839 inline bool FieldOptions::has_ctype() const {
6414 return (_has_bits_[0] & 0x00000001u) != 0; 6840 return (_has_bits_[0] & 0x00000001u) != 0;
6415 } 6841 }
6416 inline void FieldOptions::set_has_ctype() { 6842 inline void FieldOptions::set_has_ctype() {
6417 _has_bits_[0] |= 0x00000001u; 6843 _has_bits_[0] |= 0x00000001u;
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
6578 FieldOptions::mutable_uninterpreted_option() { 7004 FieldOptions::mutable_uninterpreted_option() {
6579 // @@protoc_insertion_point(field_mutable_list:google.protobuf.FieldOptions.un interpreted_option) 7005 // @@protoc_insertion_point(field_mutable_list:google.protobuf.FieldOptions.un interpreted_option)
6580 return &uninterpreted_option_; 7006 return &uninterpreted_option_;
6581 } 7007 }
6582 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Uninterpr etedOption >& 7008 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Uninterpr etedOption >&
6583 FieldOptions::uninterpreted_option() const { 7009 FieldOptions::uninterpreted_option() const {
6584 // @@protoc_insertion_point(field_list:google.protobuf.FieldOptions.uninterpre ted_option) 7010 // @@protoc_insertion_point(field_list:google.protobuf.FieldOptions.uninterpre ted_option)
6585 return uninterpreted_option_; 7011 return uninterpreted_option_;
6586 } 7012 }
6587 7013
7014 inline const FieldOptions* FieldOptions::internal_default_instance() {
7015 return &FieldOptions_default_instance_.get();
7016 }
7017 // -------------------------------------------------------------------
7018
7019 // OneofOptions
7020
7021 // repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
7022 inline int OneofOptions::uninterpreted_option_size() const {
7023 return uninterpreted_option_.size();
7024 }
7025 inline void OneofOptions::clear_uninterpreted_option() {
7026 uninterpreted_option_.Clear();
7027 }
7028 inline const ::google::protobuf::UninterpretedOption& OneofOptions::uninterprete d_option(int index) const {
7029 // @@protoc_insertion_point(field_get:google.protobuf.OneofOptions.uninterpret ed_option)
7030 return uninterpreted_option_.Get(index);
7031 }
7032 inline ::google::protobuf::UninterpretedOption* OneofOptions::mutable_uninterpre ted_option(int index) {
7033 // @@protoc_insertion_point(field_mutable:google.protobuf.OneofOptions.uninter preted_option)
7034 return uninterpreted_option_.Mutable(index);
7035 }
7036 inline ::google::protobuf::UninterpretedOption* OneofOptions::add_uninterpreted_ option() {
7037 // @@protoc_insertion_point(field_add:google.protobuf.OneofOptions.uninterpret ed_option)
7038 return uninterpreted_option_.Add();
7039 }
7040 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOp tion >*
7041 OneofOptions::mutable_uninterpreted_option() {
7042 // @@protoc_insertion_point(field_mutable_list:google.protobuf.OneofOptions.un interpreted_option)
7043 return &uninterpreted_option_;
7044 }
7045 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Uninterpr etedOption >&
7046 OneofOptions::uninterpreted_option() const {
7047 // @@protoc_insertion_point(field_list:google.protobuf.OneofOptions.uninterpre ted_option)
7048 return uninterpreted_option_;
7049 }
7050
7051 inline const OneofOptions* OneofOptions::internal_default_instance() {
7052 return &OneofOptions_default_instance_.get();
7053 }
6588 // ------------------------------------------------------------------- 7054 // -------------------------------------------------------------------
6589 7055
6590 // EnumOptions 7056 // EnumOptions
6591 7057
6592 // optional bool allow_alias = 2; 7058 // optional bool allow_alias = 2;
6593 inline bool EnumOptions::has_allow_alias() const { 7059 inline bool EnumOptions::has_allow_alias() const {
6594 return (_has_bits_[0] & 0x00000001u) != 0; 7060 return (_has_bits_[0] & 0x00000001u) != 0;
6595 } 7061 }
6596 inline void EnumOptions::set_has_allow_alias() { 7062 inline void EnumOptions::set_has_allow_alias() {
6597 _has_bits_[0] |= 0x00000001u; 7063 _has_bits_[0] |= 0x00000001u;
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
6660 EnumOptions::mutable_uninterpreted_option() { 7126 EnumOptions::mutable_uninterpreted_option() {
6661 // @@protoc_insertion_point(field_mutable_list:google.protobuf.EnumOptions.uni nterpreted_option) 7127 // @@protoc_insertion_point(field_mutable_list:google.protobuf.EnumOptions.uni nterpreted_option)
6662 return &uninterpreted_option_; 7128 return &uninterpreted_option_;
6663 } 7129 }
6664 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Uninterpr etedOption >& 7130 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Uninterpr etedOption >&
6665 EnumOptions::uninterpreted_option() const { 7131 EnumOptions::uninterpreted_option() const {
6666 // @@protoc_insertion_point(field_list:google.protobuf.EnumOptions.uninterpret ed_option) 7132 // @@protoc_insertion_point(field_list:google.protobuf.EnumOptions.uninterpret ed_option)
6667 return uninterpreted_option_; 7133 return uninterpreted_option_;
6668 } 7134 }
6669 7135
7136 inline const EnumOptions* EnumOptions::internal_default_instance() {
7137 return &EnumOptions_default_instance_.get();
7138 }
6670 // ------------------------------------------------------------------- 7139 // -------------------------------------------------------------------
6671 7140
6672 // EnumValueOptions 7141 // EnumValueOptions
6673 7142
6674 // optional bool deprecated = 1 [default = false]; 7143 // optional bool deprecated = 1 [default = false];
6675 inline bool EnumValueOptions::has_deprecated() const { 7144 inline bool EnumValueOptions::has_deprecated() const {
6676 return (_has_bits_[0] & 0x00000001u) != 0; 7145 return (_has_bits_[0] & 0x00000001u) != 0;
6677 } 7146 }
6678 inline void EnumValueOptions::set_has_deprecated() { 7147 inline void EnumValueOptions::set_has_deprecated() {
6679 _has_bits_[0] |= 0x00000001u; 7148 _has_bits_[0] |= 0x00000001u;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
6718 EnumValueOptions::mutable_uninterpreted_option() { 7187 EnumValueOptions::mutable_uninterpreted_option() {
6719 // @@protoc_insertion_point(field_mutable_list:google.protobuf.EnumValueOption s.uninterpreted_option) 7188 // @@protoc_insertion_point(field_mutable_list:google.protobuf.EnumValueOption s.uninterpreted_option)
6720 return &uninterpreted_option_; 7189 return &uninterpreted_option_;
6721 } 7190 }
6722 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Uninterpr etedOption >& 7191 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Uninterpr etedOption >&
6723 EnumValueOptions::uninterpreted_option() const { 7192 EnumValueOptions::uninterpreted_option() const {
6724 // @@protoc_insertion_point(field_list:google.protobuf.EnumValueOptions.uninte rpreted_option) 7193 // @@protoc_insertion_point(field_list:google.protobuf.EnumValueOptions.uninte rpreted_option)
6725 return uninterpreted_option_; 7194 return uninterpreted_option_;
6726 } 7195 }
6727 7196
7197 inline const EnumValueOptions* EnumValueOptions::internal_default_instance() {
7198 return &EnumValueOptions_default_instance_.get();
7199 }
6728 // ------------------------------------------------------------------- 7200 // -------------------------------------------------------------------
6729 7201
6730 // ServiceOptions 7202 // ServiceOptions
6731 7203
6732 // optional bool deprecated = 33 [default = false]; 7204 // optional bool deprecated = 33 [default = false];
6733 inline bool ServiceOptions::has_deprecated() const { 7205 inline bool ServiceOptions::has_deprecated() const {
6734 return (_has_bits_[0] & 0x00000001u) != 0; 7206 return (_has_bits_[0] & 0x00000001u) != 0;
6735 } 7207 }
6736 inline void ServiceOptions::set_has_deprecated() { 7208 inline void ServiceOptions::set_has_deprecated() {
6737 _has_bits_[0] |= 0x00000001u; 7209 _has_bits_[0] |= 0x00000001u;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
6776 ServiceOptions::mutable_uninterpreted_option() { 7248 ServiceOptions::mutable_uninterpreted_option() {
6777 // @@protoc_insertion_point(field_mutable_list:google.protobuf.ServiceOptions. uninterpreted_option) 7249 // @@protoc_insertion_point(field_mutable_list:google.protobuf.ServiceOptions. uninterpreted_option)
6778 return &uninterpreted_option_; 7250 return &uninterpreted_option_;
6779 } 7251 }
6780 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Uninterpr etedOption >& 7252 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Uninterpr etedOption >&
6781 ServiceOptions::uninterpreted_option() const { 7253 ServiceOptions::uninterpreted_option() const {
6782 // @@protoc_insertion_point(field_list:google.protobuf.ServiceOptions.uninterp reted_option) 7254 // @@protoc_insertion_point(field_list:google.protobuf.ServiceOptions.uninterp reted_option)
6783 return uninterpreted_option_; 7255 return uninterpreted_option_;
6784 } 7256 }
6785 7257
7258 inline const ServiceOptions* ServiceOptions::internal_default_instance() {
7259 return &ServiceOptions_default_instance_.get();
7260 }
6786 // ------------------------------------------------------------------- 7261 // -------------------------------------------------------------------
6787 7262
6788 // MethodOptions 7263 // MethodOptions
6789 7264
6790 // optional bool deprecated = 33 [default = false]; 7265 // optional bool deprecated = 33 [default = false];
6791 inline bool MethodOptions::has_deprecated() const { 7266 inline bool MethodOptions::has_deprecated() const {
6792 return (_has_bits_[0] & 0x00000001u) != 0; 7267 return (_has_bits_[0] & 0x00000001u) != 0;
6793 } 7268 }
6794 inline void MethodOptions::set_has_deprecated() { 7269 inline void MethodOptions::set_has_deprecated() {
6795 _has_bits_[0] |= 0x00000001u; 7270 _has_bits_[0] |= 0x00000001u;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
6834 MethodOptions::mutable_uninterpreted_option() { 7309 MethodOptions::mutable_uninterpreted_option() {
6835 // @@protoc_insertion_point(field_mutable_list:google.protobuf.MethodOptions.u ninterpreted_option) 7310 // @@protoc_insertion_point(field_mutable_list:google.protobuf.MethodOptions.u ninterpreted_option)
6836 return &uninterpreted_option_; 7311 return &uninterpreted_option_;
6837 } 7312 }
6838 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Uninterpr etedOption >& 7313 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Uninterpr etedOption >&
6839 MethodOptions::uninterpreted_option() const { 7314 MethodOptions::uninterpreted_option() const {
6840 // @@protoc_insertion_point(field_list:google.protobuf.MethodOptions.uninterpr eted_option) 7315 // @@protoc_insertion_point(field_list:google.protobuf.MethodOptions.uninterpr eted_option)
6841 return uninterpreted_option_; 7316 return uninterpreted_option_;
6842 } 7317 }
6843 7318
7319 inline const MethodOptions* MethodOptions::internal_default_instance() {
7320 return &MethodOptions_default_instance_.get();
7321 }
6844 // ------------------------------------------------------------------- 7322 // -------------------------------------------------------------------
6845 7323
6846 // UninterpretedOption_NamePart 7324 // UninterpretedOption_NamePart
6847 7325
6848 // required string name_part = 1; 7326 // required string name_part = 1;
6849 inline bool UninterpretedOption_NamePart::has_name_part() const { 7327 inline bool UninterpretedOption_NamePart::has_name_part() const {
6850 return (_has_bits_[0] & 0x00000001u) != 0; 7328 return (_has_bits_[0] & 0x00000001u) != 0;
6851 } 7329 }
6852 inline void UninterpretedOption_NamePart::set_has_name_part() { 7330 inline void UninterpretedOption_NamePart::set_has_name_part() {
6853 _has_bits_[0] |= 0x00000001u; 7331 _has_bits_[0] |= 0x00000001u;
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
6916 inline bool UninterpretedOption_NamePart::is_extension() const { 7394 inline bool UninterpretedOption_NamePart::is_extension() const {
6917 // @@protoc_insertion_point(field_get:google.protobuf.UninterpretedOption.Name Part.is_extension) 7395 // @@protoc_insertion_point(field_get:google.protobuf.UninterpretedOption.Name Part.is_extension)
6918 return is_extension_; 7396 return is_extension_;
6919 } 7397 }
6920 inline void UninterpretedOption_NamePart::set_is_extension(bool value) { 7398 inline void UninterpretedOption_NamePart::set_is_extension(bool value) {
6921 set_has_is_extension(); 7399 set_has_is_extension();
6922 is_extension_ = value; 7400 is_extension_ = value;
6923 // @@protoc_insertion_point(field_set:google.protobuf.UninterpretedOption.Name Part.is_extension) 7401 // @@protoc_insertion_point(field_set:google.protobuf.UninterpretedOption.Name Part.is_extension)
6924 } 7402 }
6925 7403
7404 inline const UninterpretedOption_NamePart* UninterpretedOption_NamePart::interna l_default_instance() {
7405 return &UninterpretedOption_NamePart_default_instance_.get();
7406 }
6926 // ------------------------------------------------------------------- 7407 // -------------------------------------------------------------------
6927 7408
6928 // UninterpretedOption 7409 // UninterpretedOption
6929 7410
6930 // repeated .google.protobuf.UninterpretedOption.NamePart name = 2; 7411 // repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
6931 inline int UninterpretedOption::name_size() const { 7412 inline int UninterpretedOption::name_size() const {
6932 return name_.size(); 7413 return name_.size();
6933 } 7414 }
6934 inline void UninterpretedOption::clear_name() { 7415 inline void UninterpretedOption::clear_name() {
6935 name_.Clear(); 7416 name_.Clear();
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
7184 inline void UninterpretedOption::set_allocated_aggregate_value(::std::string* ag gregate_value) { 7665 inline void UninterpretedOption::set_allocated_aggregate_value(::std::string* ag gregate_value) {
7185 if (aggregate_value != NULL) { 7666 if (aggregate_value != NULL) {
7186 set_has_aggregate_value(); 7667 set_has_aggregate_value();
7187 } else { 7668 } else {
7188 clear_has_aggregate_value(); 7669 clear_has_aggregate_value();
7189 } 7670 }
7190 aggregate_value_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptySt ringAlreadyInited(), aggregate_value); 7671 aggregate_value_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptySt ringAlreadyInited(), aggregate_value);
7191 // @@protoc_insertion_point(field_set_allocated:google.protobuf.UninterpretedO ption.aggregate_value) 7672 // @@protoc_insertion_point(field_set_allocated:google.protobuf.UninterpretedO ption.aggregate_value)
7192 } 7673 }
7193 7674
7675 inline const UninterpretedOption* UninterpretedOption::internal_default_instance () {
7676 return &UninterpretedOption_default_instance_.get();
7677 }
7194 // ------------------------------------------------------------------- 7678 // -------------------------------------------------------------------
7195 7679
7196 // SourceCodeInfo_Location 7680 // SourceCodeInfo_Location
7197 7681
7198 // repeated int32 path = 1 [packed = true]; 7682 // repeated int32 path = 1 [packed = true];
7199 inline int SourceCodeInfo_Location::path_size() const { 7683 inline int SourceCodeInfo_Location::path_size() const {
7200 return path_.size(); 7684 return path_.size();
7201 } 7685 }
7202 inline void SourceCodeInfo_Location::clear_path() { 7686 inline void SourceCodeInfo_Location::clear_path() {
7203 path_.Clear(); 7687 path_.Clear();
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
7411 SourceCodeInfo_Location::leading_detached_comments() const { 7895 SourceCodeInfo_Location::leading_detached_comments() const {
7412 // @@protoc_insertion_point(field_list:google.protobuf.SourceCodeInfo.Location .leading_detached_comments) 7896 // @@protoc_insertion_point(field_list:google.protobuf.SourceCodeInfo.Location .leading_detached_comments)
7413 return leading_detached_comments_; 7897 return leading_detached_comments_;
7414 } 7898 }
7415 inline ::google::protobuf::RepeatedPtrField< ::std::string>* 7899 inline ::google::protobuf::RepeatedPtrField< ::std::string>*
7416 SourceCodeInfo_Location::mutable_leading_detached_comments() { 7900 SourceCodeInfo_Location::mutable_leading_detached_comments() {
7417 // @@protoc_insertion_point(field_mutable_list:google.protobuf.SourceCodeInfo. Location.leading_detached_comments) 7901 // @@protoc_insertion_point(field_mutable_list:google.protobuf.SourceCodeInfo. Location.leading_detached_comments)
7418 return &leading_detached_comments_; 7902 return &leading_detached_comments_;
7419 } 7903 }
7420 7904
7905 inline const SourceCodeInfo_Location* SourceCodeInfo_Location::internal_default_ instance() {
7906 return &SourceCodeInfo_Location_default_instance_.get();
7907 }
7421 // ------------------------------------------------------------------- 7908 // -------------------------------------------------------------------
7422 7909
7423 // SourceCodeInfo 7910 // SourceCodeInfo
7424 7911
7425 // repeated .google.protobuf.SourceCodeInfo.Location location = 1; 7912 // repeated .google.protobuf.SourceCodeInfo.Location location = 1;
7426 inline int SourceCodeInfo::location_size() const { 7913 inline int SourceCodeInfo::location_size() const {
7427 return location_.size(); 7914 return location_.size();
7428 } 7915 }
7429 inline void SourceCodeInfo::clear_location() { 7916 inline void SourceCodeInfo::clear_location() {
7430 location_.Clear(); 7917 location_.Clear();
(...skipping 14 matching lines...) Expand all
7445 SourceCodeInfo::mutable_location() { 7932 SourceCodeInfo::mutable_location() {
7446 // @@protoc_insertion_point(field_mutable_list:google.protobuf.SourceCodeInfo. location) 7933 // @@protoc_insertion_point(field_mutable_list:google.protobuf.SourceCodeInfo. location)
7447 return &location_; 7934 return &location_;
7448 } 7935 }
7449 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCod eInfo_Location >& 7936 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::SourceCod eInfo_Location >&
7450 SourceCodeInfo::location() const { 7937 SourceCodeInfo::location() const {
7451 // @@protoc_insertion_point(field_list:google.protobuf.SourceCodeInfo.location ) 7938 // @@protoc_insertion_point(field_list:google.protobuf.SourceCodeInfo.location )
7452 return location_; 7939 return location_;
7453 } 7940 }
7454 7941
7942 inline const SourceCodeInfo* SourceCodeInfo::internal_default_instance() {
7943 return &SourceCodeInfo_default_instance_.get();
7944 }
7455 // ------------------------------------------------------------------- 7945 // -------------------------------------------------------------------
7456 7946
7457 // GeneratedCodeInfo_Annotation 7947 // GeneratedCodeInfo_Annotation
7458 7948
7459 // repeated int32 path = 1 [packed = true]; 7949 // repeated int32 path = 1 [packed = true];
7460 inline int GeneratedCodeInfo_Annotation::path_size() const { 7950 inline int GeneratedCodeInfo_Annotation::path_size() const {
7461 return path_.size(); 7951 return path_.size();
7462 } 7952 }
7463 inline void GeneratedCodeInfo_Annotation::clear_path() { 7953 inline void GeneratedCodeInfo_Annotation::clear_path() {
7464 path_.Clear(); 7954 path_.Clear();
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
7581 inline ::google::protobuf::int32 GeneratedCodeInfo_Annotation::end() const { 8071 inline ::google::protobuf::int32 GeneratedCodeInfo_Annotation::end() const {
7582 // @@protoc_insertion_point(field_get:google.protobuf.GeneratedCodeInfo.Annota tion.end) 8072 // @@protoc_insertion_point(field_get:google.protobuf.GeneratedCodeInfo.Annota tion.end)
7583 return end_; 8073 return end_;
7584 } 8074 }
7585 inline void GeneratedCodeInfo_Annotation::set_end(::google::protobuf::int32 valu e) { 8075 inline void GeneratedCodeInfo_Annotation::set_end(::google::protobuf::int32 valu e) {
7586 set_has_end(); 8076 set_has_end();
7587 end_ = value; 8077 end_ = value;
7588 // @@protoc_insertion_point(field_set:google.protobuf.GeneratedCodeInfo.Annota tion.end) 8078 // @@protoc_insertion_point(field_set:google.protobuf.GeneratedCodeInfo.Annota tion.end)
7589 } 8079 }
7590 8080
8081 inline const GeneratedCodeInfo_Annotation* GeneratedCodeInfo_Annotation::interna l_default_instance() {
8082 return &GeneratedCodeInfo_Annotation_default_instance_.get();
8083 }
7591 // ------------------------------------------------------------------- 8084 // -------------------------------------------------------------------
7592 8085
7593 // GeneratedCodeInfo 8086 // GeneratedCodeInfo
7594 8087
7595 // repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1; 8088 // repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
7596 inline int GeneratedCodeInfo::annotation_size() const { 8089 inline int GeneratedCodeInfo::annotation_size() const {
7597 return annotation_.size(); 8090 return annotation_.size();
7598 } 8091 }
7599 inline void GeneratedCodeInfo::clear_annotation() { 8092 inline void GeneratedCodeInfo::clear_annotation() {
7600 annotation_.Clear(); 8093 annotation_.Clear();
(...skipping 14 matching lines...) Expand all
7615 GeneratedCodeInfo::mutable_annotation() { 8108 GeneratedCodeInfo::mutable_annotation() {
7616 // @@protoc_insertion_point(field_mutable_list:google.protobuf.GeneratedCodeIn fo.annotation) 8109 // @@protoc_insertion_point(field_mutable_list:google.protobuf.GeneratedCodeIn fo.annotation)
7617 return &annotation_; 8110 return &annotation_;
7618 } 8111 }
7619 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Generated CodeInfo_Annotation >& 8112 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Generated CodeInfo_Annotation >&
7620 GeneratedCodeInfo::annotation() const { 8113 GeneratedCodeInfo::annotation() const {
7621 // @@protoc_insertion_point(field_list:google.protobuf.GeneratedCodeInfo.annot ation) 8114 // @@protoc_insertion_point(field_list:google.protobuf.GeneratedCodeInfo.annot ation)
7622 return annotation_; 8115 return annotation_;
7623 } 8116 }
7624 8117
8118 inline const GeneratedCodeInfo* GeneratedCodeInfo::internal_default_instance() {
8119 return &GeneratedCodeInfo_default_instance_.get();
8120 }
7625 #endif // !PROTOBUF_INLINE_NOT_IN_HEADERS 8121 #endif // !PROTOBUF_INLINE_NOT_IN_HEADERS
7626 // ------------------------------------------------------------------- 8122 // -------------------------------------------------------------------
7627 8123
7628 // ------------------------------------------------------------------- 8124 // -------------------------------------------------------------------
7629 8125
7630 // ------------------------------------------------------------------- 8126 // -------------------------------------------------------------------
7631 8127
7632 // ------------------------------------------------------------------- 8128 // -------------------------------------------------------------------
7633 8129
7634 // ------------------------------------------------------------------- 8130 // -------------------------------------------------------------------
(...skipping 27 matching lines...) Expand all
7662 // ------------------------------------------------------------------- 8158 // -------------------------------------------------------------------
7663 8159
7664 // ------------------------------------------------------------------- 8160 // -------------------------------------------------------------------
7665 8161
7666 // ------------------------------------------------------------------- 8162 // -------------------------------------------------------------------
7667 8163
7668 // ------------------------------------------------------------------- 8164 // -------------------------------------------------------------------
7669 8165
7670 // ------------------------------------------------------------------- 8166 // -------------------------------------------------------------------
7671 8167
8168 // -------------------------------------------------------------------
8169
7672 8170
7673 // @@protoc_insertion_point(namespace_scope) 8171 // @@protoc_insertion_point(namespace_scope)
7674 8172
7675 } // namespace protobuf 8173 } // namespace protobuf
7676 } // namespace google 8174 } // namespace google
7677 8175
7678 #ifndef SWIG 8176 #ifndef SWIG
7679 namespace google { 8177 namespace google {
7680 namespace protobuf { 8178 namespace protobuf {
7681 8179
(...skipping 23 matching lines...) Expand all
7705 return ::google::protobuf::FieldOptions_JSType_descriptor(); 8203 return ::google::protobuf::FieldOptions_JSType_descriptor();
7706 } 8204 }
7707 8205
7708 } // namespace protobuf 8206 } // namespace protobuf
7709 } // namespace google 8207 } // namespace google
7710 #endif // SWIG 8208 #endif // SWIG
7711 8209
7712 // @@protoc_insertion_point(global_scope) 8210 // @@protoc_insertion_point(global_scope)
7713 8211
7714 #endif // PROTOBUF_google_2fprotobuf_2fdescriptor_2eproto__INCLUDED 8212 #endif // PROTOBUF_google_2fprotobuf_2fdescriptor_2eproto__INCLUDED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698