HomeSort by relevance Sort by last modified time
    Searched refs:what_ (Results 1 - 4 of 4) sorted by null

  /external/ImageMagick/Magick++/lib/Magick++/
Exception.h 27 Exception(const std::string& what_);
30 Exception(const std::string& what_, Exception* nested_);
67 explicit Error(const std::string& what_);
68 explicit Error(const std::string& what_,Exception *nested_);
75 explicit ErrorBlob(const std::string& what_);
76 explicit ErrorBlob(const std::string& what_,Exception *nested_);
83 explicit ErrorCache(const std::string& what_);
84 explicit ErrorCache(const std::string& what_,Exception *nested_);
91 explicit ErrorCoder(const std::string& what_);
92 explicit ErrorCoder(const std::string& what_,Exception *nested_)
    [all...]
  /external/ImageMagick/Magick++/lib/
Exception.cpp 21 Magick::Exception::Exception(const std::string& what_)
23 _what(what_),
28 Magick::Exception::Exception(const std::string& what_,
31 _what(what_),
71 Magick::Error::Error(const std::string& what_)
72 : Exception(what_)
76 Magick::Error::Error(const std::string& what_,Exception *nested_)
77 : Exception(what_,nested_)
85 Magick::ErrorBlob::ErrorBlob(const std::string& what_)
86 : Error(what_)
    [all...]
  /external/sfntly/cpp/src/sfntly/port/
exception_type.h 32 Exception() : what_("Unknown exception") {}
35 virtual const char* what() const throw() { return what_.c_str(); }
40 what_ = message;
45 std::string what_; member in class:sfntly::Exception
  /external/harfbuzz_ng/src/
hb-debug.hh 273 const char *what_,
278 : plevel (plevel_), what (what_), obj (obj_), returned (false)
324 const char *what_,

Completed in 2339 milliseconds