Home
last modified time | relevance | path

Searched defs:ExceptionType (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/python/
Dexception_translator.hpp19 void register_exception_translator(Translate translate, boost::type<ExceptionType>* = 0) in register_exception_translator()
/third_party/boost/boost/test/
Dexecution_monitor.hpp213 …translator_holder_base_ptr erase( translator_holder_base_ptr this_, boost::type<ExceptionType>* = … in erase()
415 void erase_exception_translator( boost::type<ExceptionType>* = 0 ) in erase_exception_translator()
471 …xception_translator( ExceptionTranslator const& tr, const_string tag, boost::type<ExceptionType>* ) in register_exception_translator()
/third_party/boost/libs/math/include_private/boost/math/tools/
Dtest.hpp304 # define BOOST_MATH_CHECK_THROW(x, ExceptionType) boost::math::tools::test_check_throw(x, static_c… argument
/third_party/mindspore/mindspore/core/utils/
Dlog_adapter.h52 enum ExceptionType { enum
Dcheck_convert_utils.cc433 int64_t value, const string &prim_name, ExceptionType) { in Check() argument