OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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_
),
72
Magick::Error::Error(const std::string&
what_
)
73
: Exception(
what_
)
77
Magick::Error::Error(const std::string&
what_
,Exception *nested_)
78
: Exception(
what_
,nested_)
86
Magick::ErrorBlob::ErrorBlob(const std::string&
what_
)
87
: 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-private.hh
812
const char *
what_
,
816
...) : plevel (plevel_), what (
what_
), obj (obj_), returned (false)
Completed in 88 milliseconds