Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dexecution_monitor.hpp193 boost::scoped_ptr<detail::translate_exception_base> m_custom_translators; member in boost::execution_monitor
232 m_custom_translators.reset( in register_exception_translator()
233 new detail::translate_exception<Exception,ExceptionTranslator>( tr,m_custom_translators ) ); in register_exception_translator()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp885 return detail::do_invoke( m_custom_translators , F );
1157 ret_val = detail::do_invoke( m_custom_translators, F );
1193 return detail::do_invoke( m_custom_translators , F );