Lines Matching refs:GetHashCode
125 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.ByteBufferParams
127 if (ReqSize != 0) hash ^= ReqSize.GetHashCode(); in GetHashCode()
128 if (RespSize != 0) hash ^= RespSize.GetHashCode(); in GetHashCode()
130 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
282 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.SimpleProtoParams
284 if (ReqSize != 0) hash ^= ReqSize.GetHashCode(); in GetHashCode()
285 if (RespSize != 0) hash ^= RespSize.GetHashCode(); in GetHashCode()
287 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
417 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.ComplexProtoParams
420 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
587 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.PayloadConfig
589 if (payloadCase_ == PayloadOneofCase.BytebufParams) hash ^= BytebufParams.GetHashCode(); in GetHashCode()
590 if (payloadCase_ == PayloadOneofCase.SimpleParams) hash ^= SimpleParams.GetHashCode(); in GetHashCode()
591 if (payloadCase_ == PayloadOneofCase.ComplexParams) hash ^= ComplexParams.GetHashCode(); in GetHashCode()
594 hash ^= _unknownFields.GetHashCode(); in GetHashCode()