Home
last modified time | relevance | path

Searched refs:auto_tc_exp_fail (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dunit_test_suite_impl.hpp293 struct auto_tc_exp_fail { struct
294 auto_tc_exp_fail() : m_value( 0 ) {} in auto_tc_exp_fail() argument
296 explicit auto_tc_exp_fail( unsigned v ) in auto_tc_exp_fail() argument
302 static auto_tc_exp_fail*& instance() in instance() argument
304 static auto_tc_exp_fail inst; in instance()
305 static auto_tc_exp_fail* inst_ptr = &inst; in instance()
Dunit_test_suite.hpp76 auto_tc_exp_fail<BOOST_AUTO_TC_UNIQUE_ID( test_name ) > \
80 auto_tc_exp_fail<BOOST_AUTO_TC_UNIQUE_ID( test_name ) >( n ) \
104 boost::unit_test::ut_detail::auto_tc_exp_fail< \