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/
Dretention_test.cc137 TEST(RetentionTest, ExtensionRange) { in TEST() argument
Ddescriptor.proto150 message ExtensionRange { message
Ddescriptor.pb.h11000 using ExtensionRange = DescriptorProto_ExtensionRange; variable
/third_party/protobuf/benchmarks/
Ddescriptor_sv.proto77 message ExtensionRange { message
Ddescriptor.proto75 message ExtensionRange { message
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.pb.cs1387 …peatedField<global::Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange> ExtensionRang… property in Google.Protobuf.Reflection.DescriptorProto
1730 public sealed partial class ExtensionRange : pb::IMessage<ExtensionRange> class in Google.Protobuf.Reflection.DescriptorProto.Types
1756 public ExtensionRange() { in ExtensionRange() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
1764 public ExtensionRange(ExtensionRange other) : this() { in ExtensionRange() method in Google.Protobuf.Reflection.DescriptorProto.Types.ExtensionRange
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc1141 const Descriptor::ExtensionRange*) { in GetTargetType()
Dparser_unittest.cc948 TEST_F(ParseMessageTest, ExtensionRange) { in TEST_F() argument