Home
last modified time | relevance | path

Searched refs:ErrorDelegate (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/fuzzer/
Dqpack_decoder_fuzzer.cc30 class ErrorDelegate : public QpackDecoder::EncoderStreamErrorDelegate { class
32 ErrorDelegate(bool* error_detected) : error_detected_(error_detected) {} in ErrorDelegate() function in quic::test::ErrorDelegate
33 ~ErrorDelegate() override = default;
96 ErrorDelegate encoder_stream_error_delegate(&error_detected); in LLVMFuzzerTestOneInput()
/external/ImageMagick/Magick++/lib/
DException.cpp157 Magick::ErrorDelegate::ErrorDelegate(const std::string& what_) in ErrorDelegate() function in Magick::ErrorDelegate
162 Magick::ErrorDelegate::ErrorDelegate(const std::string& what_, in ErrorDelegate() function in Magick::ErrorDelegate
168 Magick::ErrorDelegate::~ErrorDelegate()throw() in ~ErrorDelegate()
732 return new ErrorDelegate(message); in createException()
915 throw ErrorDelegate(message,nestedException); in throwException()
/external/ImageMagick/Magick++/lib/Magick++/
DException.h112 class MagickPPExport ErrorDelegate: public Error
115 explicit ErrorDelegate(const std::string& what_);
116 explicit ErrorDelegate(const std::string& what_,Exception *nested_);
117 ~ErrorDelegate() throw();