HomeSort by relevance Sort by last modified time
    Searched refs:translate_exception (Results 1 - 2 of 2) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 200 // ************** detail::translate_exception ************** //
204 class translate_exception : public translate_exception_base class in namespace:boost::detail
208 explicit translate_exception( ExceptionTranslator const& tr, base_ptr& next ) function in class:boost::detail::translate_exception
233 new detail::translate_exception<Exception,ExceptionTranslator>( tr,m_custom_translators ) );
  /external/chromium_org/third_party/jinja2/
debug.py 140 return translate_exception(exc_info, initial_skip)
154 def translate_exception(exc_info, initial_skip=0): function
199 """Helper for `translate_exception`."""

Completed in 44 milliseconds