Lines Matching refs:GetHashCode
126 public override int GetHashCode() { in GetHashCode() method in Math.DivArgs
128 if (Dividend != 0L) hash ^= Dividend.GetHashCode(); in GetHashCode()
129 if (Divisor != 0L) hash ^= Divisor.GetHashCode(); in GetHashCode()
131 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
283 public override int GetHashCode() { in GetHashCode() method in Math.DivReply
285 if (Quotient != 0L) hash ^= Quotient.GetHashCode(); in GetHashCode()
286 if (Remainder != 0L) hash ^= Remainder.GetHashCode(); in GetHashCode()
288 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
427 public override int GetHashCode() { in GetHashCode() method in Math.FibArgs
429 if (Limit != 0L) hash ^= Limit.GetHashCode(); in GetHashCode()
431 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
556 public override int GetHashCode() { in GetHashCode() method in Math.Num
558 if (Num_ != 0L) hash ^= Num_.GetHashCode(); in GetHashCode()
560 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
685 public override int GetHashCode() { in GetHashCode() method in Math.FibReply
687 if (Count != 0L) hash ^= Count.GetHashCode(); in GetHashCode()
689 hash ^= _unknownFields.GetHashCode(); in GetHashCode()