Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.h287 struct ExtensionRange { struct
297 const ExtensionRange* extension_range(int index) const; argument
Ddescriptor.proto102 message ExtensionRange { message
Ddescriptor.pb.h799 typedef DescriptorProto_ExtensionRange ExtensionRange; typedef
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto93 message ExtensionRange { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto93 message ExtensionRange { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs802 …peatedField<global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange> ExtensionRang… property in Google.Protobuf.Reflection.DescriptorProto
1021 internal sealed partial class ExtensionRange : pb::IMessage<ExtensionRange> { class in Google.Protobuf.Reflection.DescriptorProto.Types
1037 public ExtensionRange() { in ExtensionRange() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1044 public ExtensionRange(ExtensionRange other) : this() { in ExtensionRange() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser_unittest.cc693 TEST_F(ParseMessageTest, ExtensionRange) { in TEST_F() argument