Lines Matching refs:GetHashCode

267     public override int GetHashCode() {  in GetHashCode()  method in Grpc.Reflection.V1Alpha.ServerReflectionRequest
269 if (Host.Length != 0) hash ^= Host.GetHashCode(); in GetHashCode()
270 …essageRequestCase_ == MessageRequestOneofCase.FileByFilename) hash ^= FileByFilename.GetHashCode(); in GetHashCode()
271 …tCase_ == MessageRequestOneofCase.FileContainingSymbol) hash ^= FileContainingSymbol.GetHashCode(); in GetHashCode()
272 … == MessageRequestOneofCase.FileContainingExtension) hash ^= FileContainingExtension.GetHashCode(); in GetHashCode()
273 …MessageRequestOneofCase.AllExtensionNumbersOfType) hash ^= AllExtensionNumbersOfType.GetHashCode(); in GetHashCode()
274 …f (messageRequestCase_ == MessageRequestOneofCase.ListServices) hash ^= ListServices.GetHashCode(); in GetHashCode()
277 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
503 public override int GetHashCode() { in GetHashCode() method in Grpc.Reflection.V1Alpha.ExtensionRequest
505 if (ContainingType.Length != 0) hash ^= ContainingType.GetHashCode(); in GetHashCode()
506 if (ExtensionNumber != 0) hash ^= ExtensionNumber.GetHashCode(); in GetHashCode()
508 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
765 public override int GetHashCode() { in GetHashCode() method in Grpc.Reflection.V1Alpha.ServerReflectionResponse
767 if (ValidHost.Length != 0) hash ^= ValidHost.GetHashCode(); in GetHashCode()
768 if (originalRequest_ != null) hash ^= OriginalRequest.GetHashCode(); in GetHashCode()
769 …_ == MessageResponseOneofCase.FileDescriptorResponse) hash ^= FileDescriptorResponse.GetHashCode(); in GetHashCode()
770 …geResponseOneofCase.AllExtensionNumbersResponse) hash ^= AllExtensionNumbersResponse.GetHashCode(); in GetHashCode()
771 …Case_ == MessageResponseOneofCase.ListServicesResponse) hash ^= ListServicesResponse.GetHashCode(); in GetHashCode()
772 …essageResponseCase_ == MessageResponseOneofCase.ErrorResponse) hash ^= ErrorResponse.GetHashCode(); in GetHashCode()
775 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1020 public override int GetHashCode() { in GetHashCode() method in Grpc.Reflection.V1Alpha.FileDescriptorResponse
1022 hash ^= fileDescriptorProto_.GetHashCode(); in GetHashCode()
1024 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1162 public override int GetHashCode() { in GetHashCode() method in Grpc.Reflection.V1Alpha.ExtensionNumberResponse
1164 if (BaseTypeName.Length != 0) hash ^= BaseTypeName.GetHashCode(); in GetHashCode()
1165 hash ^= extensionNumber_.GetHashCode(); in GetHashCode()
1167 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1306 public override int GetHashCode() { in GetHashCode() method in Grpc.Reflection.V1Alpha.ListServiceResponse
1308 hash ^= service_.GetHashCode(); in GetHashCode()
1310 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1436 public override int GetHashCode() { in GetHashCode() method in Grpc.Reflection.V1Alpha.ServiceResponse
1438 if (Name.Length != 0) hash ^= Name.GetHashCode(); in GetHashCode()
1440 hash ^= _unknownFields.GetHashCode(); in GetHashCode()
1584 public override int GetHashCode() { in GetHashCode() method in Grpc.Reflection.V1Alpha.ErrorResponse
1586 if (ErrorCode != 0) hash ^= ErrorCode.GetHashCode(); in GetHashCode()
1587 if (ErrorMessage.Length != 0) hash ^= ErrorMessage.GetHashCode(); in GetHashCode()
1589 hash ^= _unknownFields.GetHashCode(); in GetHashCode()