Home
last modified time | relevance | path

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

/third_party/boost/libs/mpi/src/python/
Dutility.hpp20 class translate_exception class
22 explicit translate_exception(boost::python::object type) : type(type) { } in translate_exception() function in boost::mpi::python::translate_exception
28 register_exception_translator<E>(translate_exception(type)); in declare()
Dpy_exception.cpp51 translate_exception<exception>::declare(type); in export_exception()
Dskeleton_and_content.cpp147 translate_exception<object_without_skeleton>::declare(type); in export_skeleton_and_content()
/third_party/boost/boost/python/
Dexception_translator.hpp22 boost::bind<bool>(detail::translate_exception<ExceptionType,Translate>(), _1, _2, translate) in register_exception_translator()
/third_party/boost/boost/python/detail/
Dtranslate_exception.hpp22 struct translate_exception struct
/third_party/node/tools/inspector_protocol/jinja2/
Ddebug.py140 return translate_exception(exc_info, initial_skip)
154 def translate_exception(exc_info, initial_skip=0): function