Searched refs:MapInt32Int32 (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | MapUnittestProto3.cs | 226 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/ |
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 | JsonFormatterTest.cs | 144 … JsonFormatter.Default.Format(new TestMap { MapInt32Int32 = { { 0, 1 }, { 2, 3 } } })); in MapField_Int32Int32()
|
D | JsonParserTest.cs | 57 AssertRoundtrip(new TestMap { MapInt32Int32 = { { 0, 1 }, { 2, 3 } } }); in Maps()
|
/external/golang-protobuf/conformance/internal/conformance_proto/ |
D | conformance.pb.go | 407 …MapInt32Int32 map[int32]int32 `protobuf:"bytes,56,rep,name=map_in… member 809 return m.MapInt32Int32
|
/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
D | Conformance.cs | 1295 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()
|