HomeSort by relevance Sort by last modified time
    Searched refs:execution_exception (Results 1 - 10 of 10) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
fwd_decl.hpp 21 class execution_exception;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
progress_monitor.hpp 50 void exception_caught( execution_exception const& ) {}
test_observer.hpp 48 virtual void exception_caught( execution_exception const& ) {}
results_collector.hpp 92 void exception_caught( execution_exception const& );
execution_monitor.hpp 80 // ************** execution_exception ************** //
85 class BOOST_TEST_DECL execution_exception { class in namespace:boost
125 execution_exception( error_code ec_, const_string what_msg_, location const& location_ ); // max length 256 inc '\0'
137 }; // execution_exception
179 // Throws: execution_exception on an uncaught C++ exception,
framework.hpp 82 BOOST_TEST_DECL void exception_caught( execution_exception const& );
unit_test_log_formatter.hpp 101 virtual void log_exception( std::ostream& os, log_checkpoint_data const& cd, execution_exception const& ex )
unit_test_log.hpp 106 void exception_caught( execution_exception const& );
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output/
xml_log_formatter.hpp 50 void log_exception( std::ostream&, log_checkpoint_data const&, execution_exception const& ex );
compiler_log_formatter.hpp 47 void log_exception( std::ostream&, log_checkpoint_data const&, execution_exception const& ex );

Completed in 4114 milliseconds