Home
last modified time | relevance | path

Searched defs:auto_tc_exp_fail (Results 1 – 1 of 1) 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()
310 unsigned value() const { return m_value; } in value()
314 unsigned m_value;