HomeSort by relevance Sort by last modified time
    Searched full:setup_error (Results 1 - 5 of 5) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
framework.hpp 93 struct setup_error : std::runtime_error { struct in namespace:boost::unit_test::framework
94 setup_error( const_string m ) : std::runtime_error( std::string( m.begin(), m.size() ) ) {} function in struct:boost::unit_test::framework::setup_error
97 #define BOOST_TEST_SETUP_ASSERT( cond, msg ) if( cond ) {} else throw unit_test::framework::setup_error( msg )
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
interaction_based.ipp 28 #include <boost/test/framework.hpp> // for setup_error
framework.ipp 271 throw setup_error( ex.what() );
422 throw setup_error( ex.what() );
unit_test_main.ipp 201 catch( framework::setup_error const& ex ) {
unit_test_parameters.ipp 337 throw framework::setup_error( err.str() );

Completed in 3096 milliseconds