Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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.cs146 … 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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs231 public pbc::MapField<int, int> MapInt32Int32 { property in Google.Protobuf.TestProtos.TestMap
408 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals()
431 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
1022 public pbc::MapField<int, int> MapInt32Int32 { property in Google.Protobuf.TestProtos.TestArenaMap
1179 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals()
1200 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1382 public pbc::MapField<int, int> MapInt32Int32 { property in Conformance.TestAllTypes
2149 if (!MapInt32Int32.Equals(other.MapInt32Int32)) return false; in Equals()
2264 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()