Home
last modified time | relevance | path

Searched defs:conversion_error (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dnative_text.hpp48 struct conversion_error : std::runtime_error struct
50 conversion_error(char const* m) : std::runtime_error(m) {} in conversion_error() argument
/third_party/boost/boost/locale/
Dencoding_errors.hpp31 class BOOST_SYMBOL_VISIBLE conversion_error : public std::runtime_error { class
33 conversion_error() : std::runtime_error("Conversion failed") {} in conversion_error() function in boost::locale::conv::conversion_error
/third_party/boost/boost/log/
Dexceptions.hpp269 class BOOST_LOG_API conversion_error : class
/third_party/gettext/gettext-tools/src/
Dmsgl-iconv.c57 conversion_error (const struct conversion_context* context) in conversion_error() function
/third_party/boost/libs/log/src/
Dexceptions.cpp382 conversion_error::conversion_error() : in conversion_error() function in boost::conversion_error
387 conversion_error::conversion_error(std::string const& descr) : in conversion_error() function in boost::conversion_error