Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs226 public pbc::MapField<int, int> MapInt32Int32 { property in Google.Protobuf.TestProtos.TestMap
385 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals()
407 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
944 public pbc::MapField<int, int> MapInt32Int32 { property in Google.Protobuf.TestProtos.TestArenaMap
1085 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals()
1105 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.cs144 … 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()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1295 public pbc::MapField<int, int> MapInt32Int32 { property in Conformance.TestAllTypes
1994 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals()
2108 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()