Home
last modified time | relevance | path

Searched refs:MapStringNestedMessage (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/golang-protobuf/testing/protocmp/
H A Dutil_test.go439 …x: &testpb.TestAllTypes{MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{}…
440 y: &testpb.TestAllTypes{MapStringNestedMessage: nil},
444 …x: &testpb.TestAllTypes{MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{"…
445 y: &testpb.TestAllTypes{MapStringNestedMessage: nil},
449 …x: &testpb.TestAllTypes{MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{"…
450 y: &testpb.TestAllTypes{MapStringNestedMessage: nil},
454 …x: &testpb.TestAllTypes{MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{"…
455 y: &testpb.TestAllTypes{MapStringNestedMessage: nil},
459 …x: &testpb.TestAllTypes{MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{"…
460 …y: &testpb.TestAllTypes{MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{"…
[all …]
H A Dreflect_test.go57MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{"k1": {A: proto.Int32(-32)},…
H A Dxform_test.go110 MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{
/aosp_15_r20/external/golang-protobuf/proto/
H A Dmerge_test.go736 dst: &testpb.TestAllTypes{MapStringNestedMessage: nil},
737 …src: &testpb.TestAllTypes{MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{…
739 return m.(*testpb.TestAllTypes).MapStringNestedMessage["k"] != nil
H A Dequal_test.go539 x: &testpb.TestAllTypes{MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{
543 y: &testpb.TestAllTypes{MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{
/aosp_15_r20/external/golang-protobuf/internal/cmd/generate-corpus/
H A Dmain.go98 MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test3/
H A Dtest.pb.go204MapStringNestedMessage map[string]*TestAllTypes_NestedMessage `protobuf:"bytes,71,rep,name=map_str… member
800 return x.MapStringNestedMessage
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs1107 message.MapStringNestedMessage.Add(" ", new TestAllTypesProto3.Types.NestedMessage()); in ParseAllNullValues()
1146 Assert.AreEqual(0, message.MapStringNestedMessage.Count); in ParseAllNullValues()
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/
H A DJsonParserTest.cs1107 message.MapStringNestedMessage.Add(" ", new TestAllTypesProto3.Types.NestedMessage()); in ParseAllNullValues()
1146 Assert.AreEqual(0, message.MapStringNestedMessage.Count); in ParseAllNullValues()
/aosp_15_r20/external/golang-protobuf/internal/msgfmt/
H A Dformat_test.go79 MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{
/aosp_15_r20/external/golang-protobuf/internal/testprotos/conformance/
H A Dtest_messages_proto3.pb.go365MapStringNestedMessage map[string]*TestAllTypesProto3_NestedMessage `protobuf:"bytes,71,rep,name=… member
1080 return x.MapStringNestedMessage
H A Dtest_messages_proto2.pb.go331MapStringNestedMessage map[string]*TestAllTypesProto2_NestedMessage `protobuf:"bytes,71,rep,name=… member
1045 return x.MapStringNestedMessage
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test/
H A Dtest.pb.go312MapStringNestedMessage map[string]*TestAllTypes_NestedMessage `protobuf:"bytes,71,rep,name=map_str… member
825 return x.MapStringNestedMessage
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs1487 …lobal::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage> MapStringNestedMessage { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
2384 if (!MapStringNestedMessage.Equals(other.MapStringNestedMessage)) return false; in Equals()
2543 hash ^= MapStringNestedMessage.GetHashCode(); in GetHashCode()
H A DTestMessagesProto2.cs1740 …lobal::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedMessage> MapStringNestedMessage { property in ProtobufTestMessages.Proto2.TestAllTypesProto2
3046 if (!MapStringNestedMessage.Equals(other.MapStringNestedMessage)) return false; in Equals()
3190 hash ^= MapStringNestedMessage.GetHashCode(); in GetHashCode()
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs1487 …lobal::ProtobufTestMessages.Proto3.TestAllTypesProto3.Types.NestedMessage> MapStringNestedMessage { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
2384 if (!MapStringNestedMessage.Equals(other.MapStringNestedMessage)) return false; in Equals()
2543 hash ^= MapStringNestedMessage.GetHashCode(); in GetHashCode()
H A DTestMessagesProto2.cs1740 …lobal::ProtobufTestMessages.Proto2.TestAllTypesProto2.Types.NestedMessage> MapStringNestedMessage { property in ProtobufTestMessages.Proto2.TestAllTypesProto2
3046 if (!MapStringNestedMessage.Equals(other.MapStringNestedMessage)) return false; in Equals()
3190 hash ^= MapStringNestedMessage.GetHashCode(); in GetHashCode()