Lines Matching refs:GetHashCode
163 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.BoolValue
165 if (Value != false) hash ^= Value.GetHashCode(); in GetHashCode()
167 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
314 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.Payload
316 if (Type != 0) hash ^= Type.GetHashCode(); in GetHashCode()
317 if (Body.Length != 0) hash ^= Body.GetHashCode(); in GetHashCode()
319 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
475 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.EchoStatus
477 if (Code != 0) hash ^= Code.GetHashCode(); in GetHashCode()
478 if (Message.Length != 0) hash ^= Message.GetHashCode(); in GetHashCode()
480 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
741 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.SimpleRequest
743 if (ResponseType != 0) hash ^= ResponseType.GetHashCode(); in GetHashCode()
744 if (ResponseSize != 0) hash ^= ResponseSize.GetHashCode(); in GetHashCode()
745 if (payload_ != null) hash ^= Payload.GetHashCode(); in GetHashCode()
746 if (FillUsername != false) hash ^= FillUsername.GetHashCode(); in GetHashCode()
747 if (FillOauthScope != false) hash ^= FillOauthScope.GetHashCode(); in GetHashCode()
748 if (responseCompressed_ != null) hash ^= ResponseCompressed.GetHashCode(); in GetHashCode()
749 if (responseStatus_ != null) hash ^= ResponseStatus.GetHashCode(); in GetHashCode()
750 if (expectCompressed_ != null) hash ^= ExpectCompressed.GetHashCode(); in GetHashCode()
752 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1038 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.SimpleResponse
1040 if (payload_ != null) hash ^= Payload.GetHashCode(); in GetHashCode()
1041 if (Username.Length != 0) hash ^= Username.GetHashCode(); in GetHashCode()
1042 if (OauthScope.Length != 0) hash ^= OauthScope.GetHashCode(); in GetHashCode()
1044 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1228 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.StreamingInputCallRequest
1230 if (payload_ != null) hash ^= Payload.GetHashCode(); in GetHashCode()
1231 if (expectCompressed_ != null) hash ^= ExpectCompressed.GetHashCode(); in GetHashCode()
1233 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1390 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.StreamingInputCallResponse
1392 if (AggregatedPayloadSize != 0) hash ^= AggregatedPayloadSize.GetHashCode(); in GetHashCode()
1394 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1561 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.ResponseParameters
1563 if (Size != 0) hash ^= Size.GetHashCode(); in GetHashCode()
1564 if (IntervalUs != 0) hash ^= IntervalUs.GetHashCode(); in GetHashCode()
1565 if (compressed_ != null) hash ^= Compressed.GetHashCode(); in GetHashCode()
1567 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1782 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.StreamingOutputCallRequest
1784 if (ResponseType != 0) hash ^= ResponseType.GetHashCode(); in GetHashCode()
1785 hash ^= responseParameters_.GetHashCode(); in GetHashCode()
1786 if (payload_ != null) hash ^= Payload.GetHashCode(); in GetHashCode()
1787 if (responseStatus_ != null) hash ^= ResponseStatus.GetHashCode(); in GetHashCode()
1789 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1967 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.StreamingOutputCallResponse
1969 if (payload_ != null) hash ^= Payload.GetHashCode(); in GetHashCode()
1971 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2106 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.ReconnectParams
2108 if (MaxReconnectBackoffMs != 0) hash ^= MaxReconnectBackoffMs.GetHashCode(); in GetHashCode()
2110 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
2252 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.ReconnectInfo
2254 if (Passed != false) hash ^= Passed.GetHashCode(); in GetHashCode()
2255 hash ^= backoffMs_.GetHashCode(); in GetHashCode()
2257 hash ^= _unknownFields.GetHashCode(); in GetHashCode()