Lines Matching refs:GetHashCode
437 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestMap
439 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
440 hash ^= MapInt64Int64.GetHashCode(); in GetHashCode()
441 hash ^= MapUint32Uint32.GetHashCode(); in GetHashCode()
442 hash ^= MapUint64Uint64.GetHashCode(); in GetHashCode()
443 hash ^= MapSint32Sint32.GetHashCode(); in GetHashCode()
444 hash ^= MapSint64Sint64.GetHashCode(); in GetHashCode()
445 hash ^= MapFixed32Fixed32.GetHashCode(); in GetHashCode()
446 hash ^= MapFixed64Fixed64.GetHashCode(); in GetHashCode()
447 hash ^= MapSfixed32Sfixed32.GetHashCode(); in GetHashCode()
448 hash ^= MapSfixed64Sfixed64.GetHashCode(); in GetHashCode()
449 hash ^= MapInt32Float.GetHashCode(); in GetHashCode()
450 hash ^= MapInt32Double.GetHashCode(); in GetHashCode()
451 hash ^= MapBoolBool.GetHashCode(); in GetHashCode()
452 hash ^= MapStringString.GetHashCode(); in GetHashCode()
453 hash ^= MapInt32Bytes.GetHashCode(); in GetHashCode()
454 hash ^= MapInt32Enum.GetHashCode(); in GetHashCode()
455 hash ^= MapInt32ForeignMessage.GetHashCode(); in GetHashCode()
457 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
807 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestMapSubmessage
809 if (testMap_ != null) hash ^= TestMap.GetHashCode(); in GetHashCode()
811 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
987 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestMessageMap
989 hash ^= MapInt32Message.GetHashCode(); in GetHashCode()
991 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1163 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestSameTypeMap
1165 hash ^= Map1.GetHashCode(); in GetHashCode()
1166 hash ^= Map2.GetHashCode(); in GetHashCode()
1168 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1505 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.TestArenaMap
1507 hash ^= MapInt32Int32.GetHashCode(); in GetHashCode()
1508 hash ^= MapInt64Int64.GetHashCode(); in GetHashCode()
1509 hash ^= MapUint32Uint32.GetHashCode(); in GetHashCode()
1510 hash ^= MapUint64Uint64.GetHashCode(); in GetHashCode()
1511 hash ^= MapSint32Sint32.GetHashCode(); in GetHashCode()
1512 hash ^= MapSint64Sint64.GetHashCode(); in GetHashCode()
1513 hash ^= MapFixed32Fixed32.GetHashCode(); in GetHashCode()
1514 hash ^= MapFixed64Fixed64.GetHashCode(); in GetHashCode()
1515 hash ^= MapSfixed32Sfixed32.GetHashCode(); in GetHashCode()
1516 hash ^= MapSfixed64Sfixed64.GetHashCode(); in GetHashCode()
1517 hash ^= MapInt32Float.GetHashCode(); in GetHashCode()
1518 hash ^= MapInt32Double.GetHashCode(); in GetHashCode()
1519 hash ^= MapBoolBool.GetHashCode(); in GetHashCode()
1520 hash ^= MapInt32Enum.GetHashCode(); in GetHashCode()
1521 hash ^= MapInt32ForeignMessage.GetHashCode(); in GetHashCode()
1523 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1852 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.MessageContainingEnumCalledType
1854 hash ^= Type.GetHashCode(); in GetHashCode()
1856 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2027 public override int GetHashCode() { in GetHashCode() method in Google.Protobuf.TestProtos.MessageContainingMapCalledEntry
2029 hash ^= Entry.GetHashCode(); in GetHashCode()
2031 hash ^= _unknownFields.GetHashCode(); in GetHashCode()