Lines Matching refs:GetHashCode
141 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.DebugInfo
143 hash ^= stackEntries_.GetHashCode(); in GetHashCode()
144 if (Detail.Length != 0) hash ^= Detail.GetHashCode(); in GetHashCode()
146 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
307 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.ErrorStatus
309 if (Code != 0) hash ^= Code.GetHashCode(); in GetHashCode()
310 if (ErrorMessage.Length != 0) hash ^= ErrorMessage.GetHashCode(); in GetHashCode()
311 if (BinaryErrorDetails.Length != 0) hash ^= BinaryErrorDetails.GetHashCode(); in GetHashCode()
313 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
673 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.RequestParams
675 if (EchoDeadline != false) hash ^= EchoDeadline.GetHashCode(); in GetHashCode()
676 if (ClientCancelAfterUs != 0) hash ^= ClientCancelAfterUs.GetHashCode(); in GetHashCode()
677 if (ServerCancelAfterUs != 0) hash ^= ServerCancelAfterUs.GetHashCode(); in GetHashCode()
678 if (EchoMetadata != false) hash ^= EchoMetadata.GetHashCode(); in GetHashCode()
679 if (CheckAuthContext != false) hash ^= CheckAuthContext.GetHashCode(); in GetHashCode()
680 if (ResponseMessageLength != 0) hash ^= ResponseMessageLength.GetHashCode(); in GetHashCode()
681 if (EchoPeer != false) hash ^= EchoPeer.GetHashCode(); in GetHashCode()
682 if (ExpectedClientIdentity.Length != 0) hash ^= ExpectedClientIdentity.GetHashCode(); in GetHashCode()
683 if (SkipCancelledCheck != false) hash ^= SkipCancelledCheck.GetHashCode(); in GetHashCode()
684 …if (ExpectedTransportSecurityType.Length != 0) hash ^= ExpectedTransportSecurityType.GetHashCode(); in GetHashCode()
685 if (debugInfo_ != null) hash ^= DebugInfo.GetHashCode(); in GetHashCode()
686 if (ServerDie != false) hash ^= ServerDie.GetHashCode(); in GetHashCode()
687 if (BinaryErrorDetails.Length != 0) hash ^= BinaryErrorDetails.GetHashCode(); in GetHashCode()
688 if (expectedError_ != null) hash ^= ExpectedError.GetHashCode(); in GetHashCode()
689 if (ServerSleepUs != 0) hash ^= ServerSleepUs.GetHashCode(); in GetHashCode()
690 if (BackendChannelIdx != 0) hash ^= BackendChannelIdx.GetHashCode(); in GetHashCode()
692 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1052 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.EchoRequest
1054 if (Message.Length != 0) hash ^= Message.GetHashCode(); in GetHashCode()
1055 if (param_ != null) hash ^= Param.GetHashCode(); in GetHashCode()
1057 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1228 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.ResponseParams
1230 if (RequestDeadline != 0L) hash ^= RequestDeadline.GetHashCode(); in GetHashCode()
1231 if (Host.Length != 0) hash ^= Host.GetHashCode(); in GetHashCode()
1232 if (Peer.Length != 0) hash ^= Peer.GetHashCode(); in GetHashCode()
1234 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1400 public override int GetHashCode() { in GetHashCode() method in Grpc.Testing.EchoResponse
1402 if (Message.Length != 0) hash ^= Message.GetHashCode(); in GetHashCode()
1403 if (param_ != null) hash ^= Param.GetHashCode(); in GetHashCode()
1405 hash ^= _unknownFields.GetHashCode(); in GetHashCode()