• Home
  • Raw
  • Download

Lines Matching refs:GetHashCode

589     public override int GetHashCode() {  in GetHashCode()  method in ProtobufUnittest.TestProto3Optional
591 if (HasOptionalInt32) hash ^= OptionalInt32.GetHashCode(); in GetHashCode()
592 if (HasOptionalInt64) hash ^= OptionalInt64.GetHashCode(); in GetHashCode()
593 if (HasOptionalUint32) hash ^= OptionalUint32.GetHashCode(); in GetHashCode()
594 if (HasOptionalUint64) hash ^= OptionalUint64.GetHashCode(); in GetHashCode()
595 if (HasOptionalSint32) hash ^= OptionalSint32.GetHashCode(); in GetHashCode()
596 if (HasOptionalSint64) hash ^= OptionalSint64.GetHashCode(); in GetHashCode()
597 if (HasOptionalFixed32) hash ^= OptionalFixed32.GetHashCode(); in GetHashCode()
598 if (HasOptionalFixed64) hash ^= OptionalFixed64.GetHashCode(); in GetHashCode()
599 if (HasOptionalSfixed32) hash ^= OptionalSfixed32.GetHashCode(); in GetHashCode()
600 if (HasOptionalSfixed64) hash ^= OptionalSfixed64.GetHashCode(); in GetHashCode()
601 …t) hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(OptionalFloat); in GetHashCode()
602 …) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(OptionalDouble); in GetHashCode()
603 if (HasOptionalBool) hash ^= OptionalBool.GetHashCode(); in GetHashCode()
604 if (HasOptionalString) hash ^= OptionalString.GetHashCode(); in GetHashCode()
605 if (HasOptionalBytes) hash ^= OptionalBytes.GetHashCode(); in GetHashCode()
606 if (HasOptionalCord) hash ^= OptionalCord.GetHashCode(); in GetHashCode()
607 if (optionalNestedMessage_ != null) hash ^= OptionalNestedMessage.GetHashCode(); in GetHashCode()
608 if (lazyNestedMessage_ != null) hash ^= LazyNestedMessage.GetHashCode(); in GetHashCode()
609 if (HasOptionalNestedEnum) hash ^= OptionalNestedEnum.GetHashCode(); in GetHashCode()
610 if (SingularInt32 != 0) hash ^= SingularInt32.GetHashCode(); in GetHashCode()
611 if (SingularInt64 != 0L) hash ^= SingularInt64.GetHashCode(); in GetHashCode()
613 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1270 public override int GetHashCode() { in GetHashCode() method in ProtobufUnittest.TestProto3Optional.Types.NestedMessage
1272 if (HasBb) hash ^= Bb.GetHashCode(); in GetHashCode()
1274 hash ^= _unknownFields.GetHashCode(); in GetHashCode()