/aosp_15_r20/external/golang-protobuf/testing/protocmp/ |
H A D | util_test.go | 439 …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 D | reflect_test.go | 57 …MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{"k1": {A: proto.Int32(-32)},…
|
H A D | xform_test.go | 110 MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{
|
/aosp_15_r20/external/golang-protobuf/proto/ |
H A D | merge_test.go | 736 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 D | equal_test.go | 539 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 D | main.go | 98 MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test3/ |
H A D | test.pb.go | 204 …MapStringNestedMessage 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 D | JsonParserTest.cs | 1107 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 D | JsonParserTest.cs | 1107 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 D | format_test.go | 79 MapStringNestedMessage: map[string]*testpb.TestAllTypes_NestedMessage{
|
/aosp_15_r20/external/golang-protobuf/internal/testprotos/conformance/ |
H A D | test_messages_proto3.pb.go | 365 …MapStringNestedMessage map[string]*TestAllTypesProto3_NestedMessage `protobuf:"bytes,71,rep,name=… member 1080 return x.MapStringNestedMessage
|
H A D | test_messages_proto2.pb.go | 331 …MapStringNestedMessage 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 D | test.pb.go | 312 …MapStringNestedMessage 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 D | TestMessagesProto3.cs | 1487 …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 D | TestMessagesProto2.cs | 1740 …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 D | TestMessagesProto3.cs | 1487 …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 D | TestMessagesProto2.cs | 1740 …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()
|