HomeSort by relevance Sort by last modified time
    Searched full:translate_exception_base (Results 1 - 1 of 1) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 56 // ************** detail::translate_exception_base ************** //
59 class BOOST_TEST_DECL translate_exception_base { class in namespace:boost::detail
62 explicit translate_exception_base( boost::scoped_ptr<translate_exception_base>& next ) function in class:boost::detail::translate_exception_base
68 virtual ~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 ) {
    [all...]

Completed in 765 milliseconds