/external/golang-protobuf/proto/ |
D | equal_test.go | 482 x: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{1: 2}}, 483 y: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{3: 4}}, 485 x: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{1: 2}}, 486 y: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{1: 2, 3: 4}}, 488 x: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{1: 2, 3: 4}}, 489 y: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{1: 2}}, 494 x: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{1: 2, 3: 4}}, 495 y: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{1: 2, 3: 5}},
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | GeneratedMessageTest.cs | 330 Assert.AreEqual(value, parsed.MapInt32Int32[key]); in MapIgnoresExtraFieldsWithinEntryMessages() 354 Assert.AreEqual(value, parsed.MapInt32Int32[key]); in MapFieldOrderIsIrrelevant() 402 MapInt32Int32 = { { key1, value1 }, { key3, value3 } }, in MapNonContiguousEntries() 436 Assert.AreEqual(value2, parsed.MapInt32Int32[key]); in DuplicateKeys_LastEntryWins()
|
D | JsonParserTest.cs | 57 AssertRoundtrip(new TestMap { MapInt32Int32 = { { 0, 1 }, { 2, 3 } } }); in Maps()
|
/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | GeneratedMessageTest.cs | 330 Assert.AreEqual(value, parsed.MapInt32Int32[key]); in MapIgnoresExtraFieldsWithinEntryMessages() 354 Assert.AreEqual(value, parsed.MapInt32Int32[key]); in MapFieldOrderIsIrrelevant() 402 MapInt32Int32 = { { key1, value1 }, { key3, value3 } }, in MapNonContiguousEntries() 436 Assert.AreEqual(value2, parsed.MapInt32Int32[key]); in DuplicateKeys_LastEntryWins()
|
D | JsonParserTest.cs | 57 AssertRoundtrip(new TestMap { MapInt32Int32 = { { 0, 1 }, { 2, 3 } } }); in Maps()
|
/external/golang-protobuf/testing/protocmp/ |
D | util_test.go | 951 x: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{1: 1}}, 952 y: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{2: 2}}, 956 x: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{1: 1}}, 957 y: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{2: 2}}, 964 x: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{1: 1}}, 965 y: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{2: 2}}, 972 x: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{1: 1}}, 973 y: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{2: 2}}, 980 x: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{1: 1}}, 981 y: &testpb.TestAllTypes{MapInt32Int32: map[int32]int32{2: 2}},
|
D | reflect_test.go | 48 MapInt32Int32: map[int32]int32{-1: -32, +1: +32},
|
D | xform_test.go | 99 MapInt32Int32: map[int32]int32{-32: 32},
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | GeneratedMessageTest.cs | 359 Assert.AreEqual(value, parsed.MapInt32Int32[key]); in MapIgnoresExtraFieldsWithinEntryMessages() 388 Assert.AreEqual(value, parsed.MapInt32Int32[key]); in MapFieldOrderIsIrrelevant() 442 MapInt32Int32 = { { key1, value1 }, { key3, value3 } }, in MapNonContiguousEntries() 481 Assert.AreEqual(value2, parsed.MapInt32Int32[key]); in DuplicateKeys_LastEntryWins()
|
D | JsonParserTest.cs | 60 AssertRoundtrip(new TestMap { MapInt32Int32 = { { 0, 1 }, { 2, 3 } } }); in Maps() 1105 message.MapInt32Int32.Add(1, 1); in ParseAllNullValues() 1144 Assert.AreEqual(0, message.MapInt32Int32.Count); in ParseAllNullValues()
|
D | JsonFormatterTest.cs | 218 … JsonFormatter.Default.Format(new TestMap { MapInt32Int32 = { { 0, 1 }, { 2, 3 } } })); in MapField_Int32Int32()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | GeneratedMessageTest.cs | 359 Assert.AreEqual(value, parsed.MapInt32Int32[key]); in MapIgnoresExtraFieldsWithinEntryMessages() 388 Assert.AreEqual(value, parsed.MapInt32Int32[key]); in MapFieldOrderIsIrrelevant() 442 MapInt32Int32 = { { key1, value1 }, { key3, value3 } }, in MapNonContiguousEntries() 481 Assert.AreEqual(value2, parsed.MapInt32Int32[key]); in DuplicateKeys_LastEntryWins()
|
D | JsonParserTest.cs | 60 AssertRoundtrip(new TestMap { MapInt32Int32 = { { 0, 1 }, { 2, 3 } } }); in Maps() 1105 message.MapInt32Int32.Add(1, 1); in ParseAllNullValues() 1144 Assert.AreEqual(0, message.MapInt32Int32.Count); in ParseAllNullValues()
|
D | JsonFormatterTest.cs | 218 … JsonFormatter.Default.Format(new TestMap { MapInt32Int32 = { { 0, 1 }, { 2, 3 } } })); in MapField_Int32Int32()
|
/external/golang-protobuf/internal/cmd/generate-corpus/ |
D | main.go | 83 MapInt32Int32: map[int32]int32{1056: 1156, 2056: 2156},
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | MapUnittestProto3.cs | 246 public pbc::MapField<int, int> MapInt32Int32 { property in Google.Protobuf.TestProtos.TestMap 441 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals() 465 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode() 1421 public pbc::MapField<int, int> MapInt32Int32 { property in Google.Protobuf.TestProtos.TestArenaMap 1594 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals() 1616 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
|
D | TestMessagesProto3.cs | 1322 public pbc::MapField<int, int> MapInt32Int32 { property in ProtobufTestMessages.Proto3.TestAllTypesProto3 2369 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals() 2528 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
|
D | TestMessagesProto2.cs | 1575 public pbc::MapField<int, int> MapInt32Int32 { property in ProtobufTestMessages.Proto2.TestAllTypesProto2 3031 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals() 3175 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
|
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | MapUnittestProto3.cs | 246 public pbc::MapField<int, int> MapInt32Int32 { property in Google.Protobuf.TestProtos.TestMap 441 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals() 465 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode() 1421 public pbc::MapField<int, int> MapInt32Int32 { property in Google.Protobuf.TestProtos.TestArenaMap 1594 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals() 1616 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
|
D | TestMessagesProto3.cs | 1322 public pbc::MapField<int, int> MapInt32Int32 { property in ProtobufTestMessages.Proto3.TestAllTypesProto3 2369 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals() 2528 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
|
/external/golang-protobuf/internal/testprotos/test3/ |
D | test.pb.go | 189 …MapInt32Int32 map[int32]int32 `protobuf:"bytes,56,rep,name=map_int… member 695 return x.MapInt32Int32
|
/external/golang-protobuf/internal/msgfmt/ |
D | format_test.go | 68 MapInt32Int32: map[int32]int32{-32: 32},
|
/external/golang-protobuf/internal/testprotos/conformance/ |
D | test_messages_proto3.pb.go | 350 …MapInt32Int32 map[int32]int32 `protobuf:"bytes,56,rep,name=… member 975 return x.MapInt32Int32
|
D | test_messages_proto2.pb.go | 316 …MapInt32Int32 map[int32]int32 `protobuf:"bytes,56,rep,name=… member 940 return x.MapInt32Int32
|
/external/golang-protobuf/internal/testprotos/test/ |
D | test.pb.go | 297 …MapInt32Int32 map[int32]int32 `protobuf:"bytes,56,rep,name=map_int… member 720 return x.MapInt32Int32
|