Home
last modified time | relevance | path

Searched refs:enable_error_info (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/libs/log/src/
Dexceptions.cpp67 boost::throw_exception(boost::enable_error_info(bad_alloc(descr)) in throw_()
75 boost::throw_exception(boost::enable_error_info(bad_alloc(descr)) in throw_()
97 boost::throw_exception(boost::enable_error_info(capacity_limit_reached(descr)) in throw_()
105 boost::throw_exception(boost::enable_error_info(capacity_limit_reached(descr)) in throw_()
136 boost::throw_exception(boost::enable_error_info(missing_value()) in throw_()
144 boost::throw_exception(boost::enable_error_info(missing_value(descr)) in throw_()
152 boost::throw_exception(boost::enable_error_info(missing_value(descr)) in throw_()
160 boost::throw_exception(boost::enable_error_info(missing_value(descr)) in throw_()
169 boost::throw_exception(boost::enable_error_info(missing_value(descr)) in throw_()
192 boost::throw_exception(boost::enable_error_info(invalid_type()) in throw_()
[all …]
Dformat_parser.cpp87 …boost::throw_exception(boost::enable_error_info(parse_error("Invalid positional format placeholder… in parse_format()
96 …boost::throw_exception(boost::enable_error_info(limitation_error("Positional format placeholder to… in parse_format()
114 …boost::throw_exception(boost::enable_error_info(parse_error("Unsupported format placeholder")) << … in parse_format()
/third_party/boost/libs/exception/example/
DJamfile14 obj enable_error_info : enable_error_info.cpp ;
Denable_error_info.cpp29 throw boost::enable_error_info(std::range_error("Index out of range")) << in operator []()
/third_party/boost/libs/exception/test/
Dhelper1.cpp19 throw enable_error_info( std::length_error("exception test length error") ); in throw_length_error()
/third_party/boost/libs/stacktrace/example/
Dthrowing_st.cpp21 throw boost::enable_error_info(e) in throw_with_trace()
/third_party/boost/libs/log/src/posix/
Dipc_reliable_message_queue.cpp694 …BOOST_THROW_EXCEPTION(boost::enable_error_info(system_error(boost::system::error_code(e.get_native… in create()
714 …BOOST_THROW_EXCEPTION(boost::enable_error_info(system_error(boost::system::error_code(e.get_native… in open_or_create()
732 …BOOST_THROW_EXCEPTION(boost::enable_error_info(system_error(boost::system::error_code(e.get_native… in open()
/third_party/boost/libs/log/src/setup/
Dsettings_parser.cpp124 throw boost::enable_error_info(e) << boost::errinfo_at_line(m_LineCounter);
/third_party/boost/boost/exception/
Dexception.hpp386 enable_error_info( T const & x ) in enable_error_info() function
/third_party/boost/libs/log/doc/
Dattributes.qbk278 throw boost::enable_error_info(std::range_error("x must not be negative"))
/third_party/boost/libs/exception/doc/source/
Dboost-exception.reno2262 <string>../../example/enable_error_info.cpp</string>
2498 <string>enable_error_info</string>
3125 <string>boost/exception/enable_error_info.hpp</string>
14758 <string>../../example/enable_error_info.cpp</string>