Home
last modified time | relevance | path

Searched defs:extension_range (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DDescriptorProto.php43 private $extension_range; variable in Google\\Protobuf\\Internal\\DescriptorProto
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto97 repeated ExtensionRange extension_range = 5; field
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto97 repeated ExtensionRange extension_range = 5; field
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto97 repeated ExtensionRange extension_range = 5; field
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto109 repeated ExtensionRange extension_range = 5; field
Ddescriptor.cc5596 const Descriptor::ExtensionRange* extension_range = in CrossLinkField() local
6205 const std::string& full_name, Descriptor::ExtensionRange* extension_range, in ValidateExtensionRangeOptions()
Ddescriptor.pb.h7815 …TOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange& DescriptorProto::extension_range(int index) co… in extension_range() function
7827 DescriptorProto::extension_range() const { in extension_range() function