Searched refs:scope_name (Results 1 – 3 of 3) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | interaction_based.hpp | 51 #define BOOST_ITEST_SCOPE( scope_name ) \ argument 52 …uard itest_scope_guard ## __LINE__( BOOST_TEST_L(__FILE__), __LINE__, BOOST_STRINGIZE(scope_name) ) 162 scope_guard( const_string file, std::size_t line_num, const_string scope_name ) in scope_guard() argument 164 m_scope_index = manager::instance().enter_scope( file, line_num, scope_name ); in scope_guard()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | logged_expectations.ipp | 56 virtual unsigned enter_scope( const_string, std::size_t, const_string scope_name ); 134 expectations_logger::enter_scope( const_string, std::size_t, const_string scope_name ) 145 BOOST_CHECK_EQUAL( *tit, scope_name ); 148 m_log_file << SCOPE_SIG << CLMN_SEP << scope_name << LINE_SEP;
|
D | exception_safety.ipp | 120 …irtual unsigned enter_scope( const_string file, std::size_t line_num, const_string scope_name ); 299 …tion_safety_tester::enter_scope( const_string file, std::size_t line_num, const_string scope_name ) 315 m_execution_path[m_exec_path_point].m_scope.name = scope_name.begin();
|