Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DMapUnittestProto3.cs298 public pbc::MapField<int, int> MapSfixed32Sfixed32 { property in Google.Protobuf.TestProtos.TestMap
393 if (!MapSfixed32Sfixed32.Equals(other.MapSfixed32Sfixed32)) return false; in Equals()
415 hash ^= MapSfixed32Sfixed32.GetHashCode(); in GetHashCode()
1016 public pbc::MapField<int, int> MapSfixed32Sfixed32 { property in Google.Protobuf.TestProtos.TestArenaMap
1093 if (!MapSfixed32Sfixed32.Equals(other.MapSfixed32Sfixed32)) return false; in Equals()
1113 hash ^= MapSfixed32Sfixed32.GetHashCode(); in GetHashCode()
/external/golang-protobuf/conformance/internal/conformance_proto/
Dconformance.pb.go415MapSfixed32Sfixed32 map[int32]int32 `protobuf:"bytes,64,rep,name=map_sf… member
865 return m.MapSfixed32Sfixed32
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs1367 public pbc::MapField<int, int> MapSfixed32Sfixed32 { property in Conformance.TestAllTypes
2002 if (!MapSfixed32Sfixed32.Equals(other.MapSfixed32Sfixed32)) return false; in Equals()
2116 hash ^= MapSfixed32Sfixed32.GetHashCode(); in GetHashCode()