Home
last modified time | relevance | path

Searched refs:cpp_exception_error (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/test/impl/
Dunit_test_monitor.ipp59 case execution_exception::cpp_exception_error: return unexpected_exception;
Dexecution_monitor.ipp1312 { detail::report_error( execution_exception::cpp_exception_error,
1315 { detail::report_error( execution_exception::cpp_exception_error,
1320 { detail::report_error( execution_exception::cpp_exception_error,
1328 { detail::report_error( execution_exception::cpp_exception_error, \
1335 { detail::report_error( execution_exception::cpp_exception_error, \
1359 { detail::report_error( execution_exception::cpp_exception_error,
1374 { detail::report_error( execution_exception::cpp_exception_error, "unknown type" ); }
Dunit_test_log.ipp362 ex.code() <= execution_exception::cpp_exception_error ? log_cpp_exception_errors :
Djunit_log_formatter.ipp612 case execution_exception::cpp_exception_error:
/third_party/boost/boost/test/
Dexecution_monitor.hpp264 cpp_exception_error = 205, ///< see note (1) above enumerator