Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs307 public pbc::MapField<long, long> MapSfixed64Sfixed64 { property in Google.Protobuf.TestProtos.TestMap
394 if (!MapSfixed64Sfixed64.Equals(other.MapSfixed64Sfixed64)) return false; in Equals()
416 hash ^= MapSfixed64Sfixed64.GetHashCode(); in GetHashCode()
1025 public pbc::MapField<long, long> MapSfixed64Sfixed64 { property in Google.Protobuf.TestProtos.TestArenaMap
1094 if (!MapSfixed64Sfixed64.Equals(other.MapSfixed64Sfixed64)) return false; in Equals()
1114 hash ^= MapSfixed64Sfixed64.GetHashCode(); in GetHashCode()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go416MapSfixed64Sfixed64 map[int64]int64 `protobuf:"bytes,65,rep,name=map_sf… member
872 return m.MapSfixed64Sfixed64
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1376 public pbc::MapField<long, long> MapSfixed64Sfixed64 { property in Conformance.TestAllTypes
2003 if (!MapSfixed64Sfixed64.Equals(other.MapSfixed64Sfixed64)) return false; in Equals()
2117 hash ^= MapSfixed64Sfixed64.GetHashCode(); in GetHashCode()