Home
last modified time | relevance | path

Searched refs:MapInt32Double (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs325 public pbc::MapField<int, double> MapInt32Double { property in Google.Protobuf.TestProtos.TestMap
396 if (!MapInt32Double.Equals(other.MapInt32Double)) return false; in Equals()
418 hash ^= MapInt32Double.GetHashCode(); in GetHashCode()
1043 public pbc::MapField<int, double> MapInt32Double { property in Google.Protobuf.TestProtos.TestArenaMap
1096 if (!MapInt32Double.Equals(other.MapInt32Double)) return false; in Equals()
1116 hash ^= MapInt32Double.GetHashCode(); in GetHashCode()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1394 public pbc::MapField<int, double> MapInt32Double { property in Conformance.TestAllTypes
2005 if (!MapInt32Double.Equals(other.MapInt32Double)) return false; in Equals()
2119 hash ^= MapInt32Double.GetHashCode(); in GetHashCode()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs285 Assert.AreEqual(0.0, parsed.MapInt32Double[key]); in MapWithOnlyKey_PrimitiveValue()