Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs341 public pbc::MapField<int, double> MapInt32Double { property in Google.Protobuf.TestProtos.TestMap
419 if (!MapInt32Double.Equals(other.MapInt32Double)) return false; in Equals()
442 hash ^= MapInt32Double.GetHashCode(); in GetHashCode()
1132 public pbc::MapField<int, double> MapInt32Double { property in Google.Protobuf.TestProtos.TestArenaMap
1190 if (!MapInt32Double.Equals(other.MapInt32Double)) return false; in Equals()
1211 hash ^= MapInt32Double.GetHashCode(); in GetHashCode()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/
DGeneratedMessageTest.cs285 Assert.AreEqual(0.0, parsed.MapInt32Double[key]); in MapWithOnlyKey_PrimitiveValue()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1492 public pbc::MapField<int, double> MapInt32Double { property in Conformance.TestAllTypes
2160 if (!MapInt32Double.Equals(other.MapInt32Double)) return false; in Equals()
2275 hash ^= MapInt32Double.GetHashCode(); in GetHashCode()