Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dexecution_monitor.hpp59 class BOOST_TEST_DECL translate_exception_base { class
62 explicit translate_exception_base( boost::scoped_ptr<translate_exception_base>& next ) in translate_exception_base() function in boost::detail::translate_exception_base
68 virtual ~translate_exception_base() {} in ~translate_exception_base()
74 boost::scoped_ptr<translate_exception_base> m_next;
193 boost::scoped_ptr<detail::translate_exception_base> m_custom_translators;
204 class translate_exception : public translate_exception_base
206 typedef boost::scoped_ptr<translate_exception_base> base_ptr;
209 : translate_exception_base( next ), m_translator( tr ) {} in translate_exception()