Home
last modified time | relevance | path

Searched refs:MapInt32Int32 (Results 1 – 6 of 6) 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/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go407MapInt32Int32 map[int32]int32 `protobuf:"bytes,56,rep,name=map_in… member
809 return m.MapInt32Int32
/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()