Searched refs:ErrorDelegate (Results 1 – 3 of 3) sorted by relevance
30 class ErrorDelegate : public QpackDecoder::EncoderStreamErrorDelegate { class32 ErrorDelegate(bool* error_detected) : error_detected_(error_detected) {} in ErrorDelegate() function in quic::test::ErrorDelegate33 ~ErrorDelegate() override = default;96 ErrorDelegate encoder_stream_error_delegate(&error_detected); in LLVMFuzzerTestOneInput()
157 Magick::ErrorDelegate::ErrorDelegate(const std::string& what_) in ErrorDelegate() function in Magick::ErrorDelegate162 Magick::ErrorDelegate::ErrorDelegate(const std::string& what_, in ErrorDelegate() function in Magick::ErrorDelegate168 Magick::ErrorDelegate::~ErrorDelegate()throw() in ~ErrorDelegate()732 return new ErrorDelegate(message); in createException()915 throw ErrorDelegate(message,nestedException); in throwException()
112 class MagickPPExport ErrorDelegate: public Error115 explicit ErrorDelegate(const std::string& what_);116 explicit ErrorDelegate(const std::string& what_,Exception *nested_);117 ~ErrorDelegate() throw();