Searched refs:cpp_exception_error (Results 1 – 4 of 4) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | execution_monitor.ipp | 1220 { detail::report_error( execution_exception::cpp_exception_error, 1223 { detail::report_error( execution_exception::cpp_exception_error, 1229 { detail::report_error( execution_exception::cpp_exception_error, 1235 { detail::report_error( execution_exception::cpp_exception_error, 1239 { detail::report_error( execution_exception::cpp_exception_error, 1244 { detail::report_error( execution_exception::cpp_exception_error, 1248 { detail::report_error( execution_exception::cpp_exception_error, 1254 { detail::report_error( execution_exception::cpp_exception_error, 1258 { detail::report_error( execution_exception::cpp_exception_error, 1262 { detail::report_error( execution_exception::cpp_exception_error, [all …]
|
D | unit_test_monitor.ipp | 79 case execution_exception::cpp_exception_error: return unexpected_exception;
|
D | unit_test_log.ipp | 230 ex.code() <= execution_exception::cpp_exception_error ? log_cpp_exception_errors :
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | execution_monitor.hpp | 97 cpp_exception_error = 205, // see note (1) below enumerator
|