Searched refs:DescriptorProto_ExtensionRange (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 42 class DescriptorProto_ExtensionRange; variable 518 class LIBPROTOBUF_EXPORT DescriptorProto_ExtensionRange : public ::google::protobuf::Message { 520 DescriptorProto_ExtensionRange(); 521 virtual ~DescriptorProto_ExtensionRange(); 523 DescriptorProto_ExtensionRange(const DescriptorProto_ExtensionRange& from); 525 inline DescriptorProto_ExtensionRange& operator=(const DescriptorProto_ExtensionRange& from) { 539 static const DescriptorProto_ExtensionRange& default_instance(); 541 void Swap(DescriptorProto_ExtensionRange* other); 545 inline DescriptorProto_ExtensionRange* New() const { return New(NULL); } in New() 547 DescriptorProto_ExtensionRange* New(::google::protobuf::Arena* arena) const; [all …]
|
D | descriptor.pb.cc | 179 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto_ExtensionRange, start_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 180 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto_ExtensionRange, end_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 185 DescriptorProto_ExtensionRange::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 187 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto_ExtensionRange, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 190 sizeof(DescriptorProto_ExtensionRange), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 191 …GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(DescriptorProto_ExtensionRange, _internal_metadata_… in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 581 … DescriptorProto_ExtensionRange_descriptor_, &DescriptorProto_ExtensionRange::default_instance()); in protobuf_RegisterTypes() 633 delete DescriptorProto_ExtensionRange::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto() 818 DescriptorProto_ExtensionRange::default_instance_ = new DescriptorProto_ExtensionRange(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto() 842 DescriptorProto_ExtensionRange::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto() [all …]
|