Home
last modified time | relevance | path

Searched defs:set_exception_handler (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/log/sources/
Dexception_handler_feature.hpp139 void set_exception_handler(HandlerT const& handler) in set_exception_handler() function in boost::sources::basic_exception_handler_logger
/third_party/boost/boost/log/sinks/
Dbasic_sink_frontend.hpp105 void set_exception_handler(FunT const& handler) in set_exception_handler() function in boost::sinks::basic_sink_frontend
/third_party/mindspore/mindspore/core/utils/
Dlog_adapter.h188 …static void set_exception_handler(ExceptionHandler exception_handler) { exception_handler_ = excep… in set_exception_handler() function
/third_party/boost/libs/log/src/
Dcore.cpp627 BOOST_LOG_API void core::set_exception_handler(exception_handler_type const& handler) in set_exception_handler() function in boost::core
/third_party/python/Lib/asyncio/
Devents.py571 def set_exception_handler(self, handler): member in AbstractEventLoop
Dbase_events.py1664 def set_exception_handler(self, handler): member in BaseEventLoop