Lines Matching refs:GetHashCode
433 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestMap
435 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
436 hash ^= MapInt64Int64.GetHashCode(); in GetHashCode()
437 hash ^= MapUint32Uint32.GetHashCode(); in GetHashCode()
438 hash ^= MapUint64Uint64.GetHashCode(); in GetHashCode()
439 hash ^= MapSint32Sint32.GetHashCode(); in GetHashCode()
440 hash ^= MapSint64Sint64.GetHashCode(); in GetHashCode()
441 hash ^= MapFixed32Fixed32.GetHashCode(); in GetHashCode()
442 hash ^= MapFixed64Fixed64.GetHashCode(); in GetHashCode()
443 hash ^= MapSfixed32Sfixed32.GetHashCode(); in GetHashCode()
444 hash ^= MapSfixed64Sfixed64.GetHashCode(); in GetHashCode()
445 hash ^= MapInt32Float.GetHashCode(); in GetHashCode()
446 hash ^= MapInt32Double.GetHashCode(); in GetHashCode()
447 hash ^= MapBoolBool.GetHashCode(); in GetHashCode()
448 hash ^= MapStringString.GetHashCode(); in GetHashCode()
449 hash ^= MapInt32Bytes.GetHashCode(); in GetHashCode()
450 hash ^= MapInt32Enum.GetHashCode(); in GetHashCode()
451 hash ^= MapInt32ForeignMessage.GetHashCode(); in GetHashCode()
453 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
683 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestMapSubmessage
685 if (testMap_ != null) hash ^= TestMap.GetHashCode(); in GetHashCode()
687 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
817 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestMessageMap
819 hash ^= MapInt32Message.GetHashCode(); in GetHashCode()
821 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
953 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestSameTypeMap
955 hash ^= Map1.GetHashCode(); in GetHashCode()
956 hash ^= Map2.GetHashCode(); in GetHashCode()
958 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1250 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestArenaMap
1252 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
1253 hash ^= MapInt64Int64.GetHashCode(); in GetHashCode()
1254 hash ^= MapUint32Uint32.GetHashCode(); in GetHashCode()
1255 hash ^= MapUint64Uint64.GetHashCode(); in GetHashCode()
1256 hash ^= MapSint32Sint32.GetHashCode(); in GetHashCode()
1257 hash ^= MapSint64Sint64.GetHashCode(); in GetHashCode()
1258 hash ^= MapFixed32Fixed32.GetHashCode(); in GetHashCode()
1259 hash ^= MapFixed64Fixed64.GetHashCode(); in GetHashCode()
1260 hash ^= MapSfixed32Sfixed32.GetHashCode(); in GetHashCode()
1261 hash ^= MapSfixed64Sfixed64.GetHashCode(); in GetHashCode()
1262 hash ^= MapInt32Float.GetHashCode(); in GetHashCode()
1263 hash ^= MapInt32Double.GetHashCode(); in GetHashCode()
1264 hash ^= MapBoolBool.GetHashCode(); in GetHashCode()
1265 hash ^= MapInt32Enum.GetHashCode(); in GetHashCode()
1266 hash ^= MapInt32ForeignMessage.GetHashCode(); in GetHashCode()
1268 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1487 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.MessageContainingEnumCalledType
1489 hash ^= Type.GetHashCode(); in GetHashCode()
1491 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1622 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.MessageContainingMapCalledEntry
1624 hash ^= Entry.GetHashCode(); in GetHashCode()
1626 hash ^= _unknownFields.GetHashCode(); in GetHashCode()