Home
last modified time | relevance | path

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

/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/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs235 public pbc::MapField<int, int> MapInt32Int32 { property in Google.Protobuf.TestProtos.TestMap
412 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals()
435 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
1074 public pbc::MapField<int, int> MapInt32Int32 { property in Google.Protobuf.TestProtos.TestArenaMap
1231 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals()
1252 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
DTestMessagesProto3.cs894 public pbc::MapField<int, int> MapInt32Int32 { property in ProtobufTestMessages.Proto3.TestAllTypesProto3
1808 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals()
1936 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
/external/protobuf/csharp/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()
DJsonFormatterTest.cs175 … JsonFormatter.Default.Format(new TestMap { MapInt32Int32 = { { 0, 1 }, { 2, 3 } } })); in MapField_Int32Int32()
DJsonParserTest.cs57 AssertRoundtrip(new TestMap { MapInt32Int32 = { { 0, 1 }, { 2, 3 } } }); in Maps()