Lines Matching refs:GetHashCode
183 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.GaugeResponse
185 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode()
186 if (valueCase_ == ValueOneofCase.LongValue) hash ^= LongValue.GetHashCode(); in GetHashCode()
187 …lue) hash ^= pbc::ProtobufEqualityComparers.BitwiseDoubleEqualityComparer.GetHashCode(DoubleValue); in GetHashCode()
188 if (valueCase_ == ValueOneofCase.StringValue) hash ^= StringValue.GetHashCode(); in GetHashCode()
191 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
364 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.GaugeRequest
366 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode()
368 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
480 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.EmptyMessage
483 hash ^= _unknownFields.GetHashCode(); in GetHashCode()