Home
last modified time | relevance | path

Searched refs:MapInt32Int32 (Results 1 – 25 of 26) sorted by relevance

12

/external/golang-protobuf/proto/
Dequal_test.go482 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/
DGeneratedMessageTest.cs330 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()
DJsonParserTest.cs57 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/
DGeneratedMessageTest.cs330 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()
DJsonParserTest.cs57 AssertRoundtrip(new TestMap { MapInt32Int32 = { { 0, 1 }, { 2, 3 } } }); in Maps()
/external/golang-protobuf/testing/protocmp/
Dutil_test.go951 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}},
Dreflect_test.go48 MapInt32Int32: map[int32]int32{-1: -32, +1: +32},
Dxform_test.go99 MapInt32Int32: map[int32]int32{-32: 32},
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs359 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()
DJsonParserTest.cs60 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()
DJsonFormatterTest.cs218 … JsonFormatter.Default.Format(new TestMap { MapInt32Int32 = { { 0, 1 }, { 2, 3 } } })); in MapField_Int32Int32()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs359 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()
DJsonParserTest.cs60 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()
DJsonFormatterTest.cs218 … JsonFormatter.Default.Format(new TestMap { MapInt32Int32 = { { 0, 1 }, { 2, 3 } } })); in MapField_Int32Int32()
/external/golang-protobuf/internal/cmd/generate-corpus/
Dmain.go83 MapInt32Int32: map[int32]int32{1056: 1156, 2056: 2156},
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DMapUnittestProto3.cs246 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()
DTestMessagesProto3.cs1322 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()
DTestMessagesProto2.cs1575 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/
DMapUnittestProto3.cs246 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()
DTestMessagesProto3.cs1322 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/
Dtest.pb.go189MapInt32Int32 map[int32]int32 `protobuf:"bytes,56,rep,name=map_int… member
695 return x.MapInt32Int32
/external/golang-protobuf/internal/msgfmt/
Dformat_test.go68 MapInt32Int32: map[int32]int32{-32: 32},
/external/golang-protobuf/internal/testprotos/conformance/
Dtest_messages_proto3.pb.go350MapInt32Int32 map[int32]int32 `protobuf:"bytes,56,rep,name=… member
975 return x.MapInt32Int32
Dtest_messages_proto2.pb.go316MapInt32Int32 map[int32]int32 `protobuf:"bytes,56,rep,name=… member
940 return x.MapInt32Int32
/external/golang-protobuf/internal/testprotos/test/
Dtest.pb.go297MapInt32Int32 map[int32]int32 `protobuf:"bytes,56,rep,name=map_int… member
720 return x.MapInt32Int32

12