Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs235 public pbc::MapField<long, long> MapInt64Int64 { property in Google.Protobuf.TestProtos.TestMap
386 if (!MapInt64Int64.Equals(other.MapInt64Int64)) return false; in Equals()
408 hash ^= MapInt64Int64.GetHashCode(); in GetHashCode()
953 public pbc::MapField<long, long> MapInt64Int64 { property in Google.Protobuf.TestProtos.TestArenaMap
1086 if (!MapInt64Int64.Equals(other.MapInt64Int64)) return false; in Equals()
1106 hash ^= MapInt64Int64.GetHashCode(); in GetHashCode()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go408MapInt64Int64 map[int64]int64 `protobuf:"bytes,57,rep,name=map_in… member
816 return m.MapInt64Int64
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1304 public pbc::MapField<long, long> MapInt64Int64 { property in Conformance.TestAllTypes
1995 if (!MapInt64Int64.Equals(other.MapInt64Int64)) return false; in Equals()
2109 hash ^= MapInt64Int64.GetHashCode(); in GetHashCode()