Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs253 public pbc::MapField<ulong, ulong> MapUint64Uint64 { property in Google.Protobuf.TestProtos.TestMap
388 if (!MapUint64Uint64.Equals(other.MapUint64Uint64)) return false; in Equals()
410 hash ^= MapUint64Uint64.GetHashCode(); in GetHashCode()
971 public pbc::MapField<ulong, ulong> MapUint64Uint64 { property in Google.Protobuf.TestProtos.TestArenaMap
1088 if (!MapUint64Uint64.Equals(other.MapUint64Uint64)) return false; in Equals()
1108 hash ^= MapUint64Uint64.GetHashCode(); in GetHashCode()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go410MapUint64Uint64 map[uint64]uint64 `protobuf:"bytes,59,rep,name=map_ui… member
830 return m.MapUint64Uint64
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1322 public pbc::MapField<ulong, ulong> MapUint64Uint64 { property in Conformance.TestAllTypes
1997 if (!MapUint64Uint64.Equals(other.MapUint64Uint64)) return false; in Equals()
2111 hash ^= MapUint64Uint64.GetHashCode(); in GetHashCode()