Home
last modified time | relevance | path

Searched defs:ExtensionRange (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
DExtensionRange.php16 class ExtensionRange extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h384 struct ExtensionRange { struct
385 typedef DescriptorProto_ExtensionRange Proto; argument
387 typedef ExtensionRangeOptions OptionsType; argument
395 const ExtensionRangeOptions* options_; argument
403 const ExtensionRange* extension_range(int index) const; argument
Ddescriptor.proto103 message ExtensionRange { message
Ddescriptor.pb.h1345 typedef DescriptorProto_ExtensionRange ExtensionRange; typedef
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto93 message ExtensionRange { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto93 message ExtensionRange { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto93 message ExtensionRange { message
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1058 …peatedField<global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange> ExtensionRang… property in Google.Protobuf.Reflection.DescriptorProto
1377 public sealed partial class ExtensionRange : pb::IMessage<ExtensionRange> class in Google.Protobuf.Reflection.DescriptorProto.Types
1399 public ExtensionRange() { in ExtensionRange() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1406 public ExtensionRange(ExtensionRange other) : this() { in ExtensionRange() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
/third_party/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc801 TEST_F(ParseMessageTest, ExtensionRange) { in TEST_F() argument