Searched refs:diagnostic_information_impl (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/boost/exception/ |
D | diagnostic_information.hpp | 42 …std::string diagnostic_information_impl( boost::exception const *, std::exception const *, bool, b… 52 return exception_detail::diagnostic_information_impl(be,se,true,verbose); in current_exception_diagnostic_information() 122 …diagnostic_information_impl( boost::exception const * be, std::exception const * se, bool with_wha… in diagnostic_information_impl() function 182 …return exception_detail::diagnostic_information_impl(exception_detail::get_boost_exception(&e),exc… in diagnostic_information() 194 (void) exception_detail::diagnostic_information_impl(&e,0,false,verbose); in diagnostic_information_what()
|