Searched defs:set_exception_handler (Results 1 – 6 of 6) sorted by relevance
| /third_party/boost/boost/log/sources/ | ||
| D | exception_handler_feature.hpp | 139 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/ | ||
| D | basic_sink_frontend.hpp | 105 void set_exception_handler(FunT const& handler) in set_exception_handler() function in boost::sinks::basic_sink_frontend |
| /third_party/mindspore/mindspore/core/utils/ | ||
| D | log_adapter.h | 188 …static void set_exception_handler(ExceptionHandler exception_handler) { exception_handler_ = excep… in set_exception_handler() function |
| /third_party/boost/libs/log/src/ | ||
| D | core.cpp | 627 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/ | ||
| D | events.py | 571 def set_exception_handler(self, handler): member in AbstractEventLoop |
| D | base_events.py | 1664 def set_exception_handler(self, handler): member in BaseEventLoop |