Lines Matching refs:GetHashCode
405 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestMap
407 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
408 hash ^= MapInt64Int64.GetHashCode(); in GetHashCode()
409 hash ^= MapUint32Uint32.GetHashCode(); in GetHashCode()
410 hash ^= MapUint64Uint64.GetHashCode(); in GetHashCode()
411 hash ^= MapSint32Sint32.GetHashCode(); in GetHashCode()
412 hash ^= MapSint64Sint64.GetHashCode(); in GetHashCode()
413 hash ^= MapFixed32Fixed32.GetHashCode(); in GetHashCode()
414 hash ^= MapFixed64Fixed64.GetHashCode(); in GetHashCode()
415 hash ^= MapSfixed32Sfixed32.GetHashCode(); in GetHashCode()
416 hash ^= MapSfixed64Sfixed64.GetHashCode(); in GetHashCode()
417 hash ^= MapInt32Float.GetHashCode(); in GetHashCode()
418 hash ^= MapInt32Double.GetHashCode(); in GetHashCode()
419 hash ^= MapBoolBool.GetHashCode(); in GetHashCode()
420 hash ^= MapStringString.GetHashCode(); in GetHashCode()
421 hash ^= MapInt32Bytes.GetHashCode(); in GetHashCode()
422 hash ^= MapInt32Enum.GetHashCode(); in GetHashCode()
423 hash ^= MapInt32ForeignMessage.GetHashCode(); in GetHashCode()
629 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestMapSubmessage
631 if (testMap_ != null) hash ^= TestMap.GetHashCode(); in GetHashCode()
737 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestMessageMap
739 hash ^= MapInt32Message.GetHashCode(); in GetHashCode()
846 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestSameTypeMap
848 hash ^= Map1.GetHashCode(); in GetHashCode()
849 hash ^= Map2.GetHashCode(); in GetHashCode()
1103 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestArenaMap
1105 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
1106 hash ^= MapInt64Int64.GetHashCode(); in GetHashCode()
1107 hash ^= MapUint32Uint32.GetHashCode(); in GetHashCode()
1108 hash ^= MapUint64Uint64.GetHashCode(); in GetHashCode()
1109 hash ^= MapSint32Sint32.GetHashCode(); in GetHashCode()
1110 hash ^= MapSint64Sint64.GetHashCode(); in GetHashCode()
1111 hash ^= MapFixed32Fixed32.GetHashCode(); in GetHashCode()
1112 hash ^= MapFixed64Fixed64.GetHashCode(); in GetHashCode()
1113 hash ^= MapSfixed32Sfixed32.GetHashCode(); in GetHashCode()
1114 hash ^= MapSfixed64Sfixed64.GetHashCode(); in GetHashCode()
1115 hash ^= MapInt32Float.GetHashCode(); in GetHashCode()
1116 hash ^= MapInt32Double.GetHashCode(); in GetHashCode()
1117 hash ^= MapBoolBool.GetHashCode(); in GetHashCode()
1118 hash ^= MapInt32Enum.GetHashCode(); in GetHashCode()
1119 hash ^= MapInt32ForeignMessage.GetHashCode(); in GetHashCode()
1314 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.MessageContainingEnumCalledType
1316 hash ^= Type.GetHashCode(); in GetHashCode()
1423 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.MessageContainingMapCalledEntry
1425 hash ^= Entry.GetHashCode(); in GetHashCode()