/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | GeneratedMessageTest.Proto2.cs | 375 …message.SetExtension(TestNestedExtension.Extensions.OptionalGroupExtension, new TestNestedExtensio… in RoundTrip_NestedExtensionGroup() 380 …upExtension.Parser.WithExtensionRegistry(new ExtensionRegistry() { TestNestedExtension.Extensions.… in RoundTrip_NestedExtensionGroup()
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | GeneratedMessageTest.Proto2.cs | 375 …message.SetExtension(TestNestedExtension.Extensions.OptionalGroupExtension, new TestNestedExtensio… in RoundTrip_NestedExtensionGroup() 380 …upExtension.Parser.WithExtensionRegistry(new ExtensionRegistry() { TestNestedExtension.Extensions.… in RoundTrip_NestedExtensionGroup()
|
/external/golang-protobuf/internal/testprotos/test/ |
D | test.pb.go | 1451 type TestNestedExtension struct { struct 1457 func (x *TestNestedExtension) Reset() { argument 1458 *x = TestNestedExtension{} 1466 func (x *TestNestedExtension) String() string { argument 1470 func (*TestNestedExtension) ProtoMessage() {} argument 1472 func (x *TestNestedExtension) ProtoReflect() protoreflect.Message { argument 1485 func (*TestNestedExtension) Descriptor() ([]byte, []int) { argument 4824 (*TestNestedExtension)(nil), // 11: goproto.proto.test.TestNestedExtension 5128 switch v := v.(*TestNestedExtension); i {
|
D | test.proto | 252 message TestNestedExtension { message
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | extension_set_unittest.cc | 610 .GetExtension(unittest::TestNestedExtension::optionalgroup_extension) in TEST() 614 unittest::TestNestedExtension::optionalgroup_extension) in TEST() 617 unittest::TestNestedExtension::optional_foreign_enum_extension)); in TEST() 621 unittest::TestNestedExtension::optional_foreign_enum_extension)); in TEST()
|
D | unittest.proto | 351 message TestNestedExtension { message
|
/external/protobuf/src/google/protobuf/ |
D | extension_set_unittest.cc | 637 .GetExtension(unittest::TestNestedExtension::optionalgroup_extension) in TEST() 641 unittest::TestNestedExtension::optionalgroup_extension) in TEST() 644 unittest::TestNestedExtension::optional_foreign_enum_extension)); in TEST() 648 unittest::TestNestedExtension::optional_foreign_enum_extension)); in TEST()
|
D | unittest.proto | 354 message TestNestedExtension { message
|
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | Unittest.cs | 685 …TestNestedExtension), global::Google.Protobuf.TestProtos.Proto2.TestNestedExtension.Parser, null, … in UnittestReflection() 7657 public sealed partial class TestNestedExtension : pb::IMessage<TestNestedExtension> class 7662 …adonly pb::MessageParser<TestNestedExtension> _parser = new pb::MessageParser<TestNestedExtension>… 7666 public static pb::MessageParser<TestNestedExtension> Parser { get { return _parser; } } 7682 public TestNestedExtension() { in TestNestedExtension() method in Google.Protobuf.TestProtos.Proto2.TestNestedExtension 7690 public TestNestedExtension(TestNestedExtension other) : this() { in TestNestedExtension() method in Google.Protobuf.TestProtos.Proto2.TestNestedExtension 7696 public TestNestedExtension Clone() { in Clone() 7697 return new TestNestedExtension(this); in Clone() 7703 return Equals(other as TestNestedExtension); in Equals() 7708 public bool Equals(TestNestedExtension other) { in Equals() [all …]
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | Unittest.cs | 685 …TestNestedExtension), global::Google.Protobuf.TestProtos.Proto2.TestNestedExtension.Parser, null, … in UnittestReflection() 7657 public sealed partial class TestNestedExtension : pb::IMessage<TestNestedExtension> class 7662 …adonly pb::MessageParser<TestNestedExtension> _parser = new pb::MessageParser<TestNestedExtension>… 7666 public static pb::MessageParser<TestNestedExtension> Parser { get { return _parser; } } 7682 public TestNestedExtension() { in TestNestedExtension() method in Google.Protobuf.TestProtos.Proto2.TestNestedExtension 7690 public TestNestedExtension(TestNestedExtension other) : this() { in TestNestedExtension() method in Google.Protobuf.TestProtos.Proto2.TestNestedExtension 7696 public TestNestedExtension Clone() { in Clone() 7697 return new TestNestedExtension(this); in Clone() 7703 return Equals(other as TestNestedExtension); in Equals() 7708 public bool Equals(TestNestedExtension other) { in Equals() [all …]
|
/external/protobuf/python/google/protobuf/internal/ |
D | json_format_test.py | 201 ext1 = unittest_pb2.TestNestedExtension.test
|
D | descriptor_test.py | 661 unittest_pb2.TestNestedExtension.DESCRIPTOR.extensions_by_name)
|
/external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
D | json_format_test.py | 201 ext1 = unittest_pb2.TestNestedExtension.test
|
D | descriptor_test.py | 661 unittest_pb2.TestNestedExtension.DESCRIPTOR.extensions_by_name)
|
/external/cronet/third_party/protobuf/csharp/protos/ |
D | unittest.proto | 349 message TestNestedExtension { message
|
/external/protobuf/csharp/protos/ |
D | unittest.proto | 349 message TestNestedExtension { message
|