Searched defs:exception_handler (Results 1 – 7 of 7) sorted by relevance
18 struct BOOST_PYTHON_DECL exception_handler struct29 static exception_handler* chain;32 static exception_handler* tail;34 handler_function m_impl;35 exception_handler* m_next;
237 struct exception_handler struct240 struct apply
123 class exception_handler : class152 explicit exception_handler(handler_type const& handler) : base_type(handler) in exception_handler() function in boost::exception_handler
79 exception_handler::exception_handler(handler_function const& impl) in exception_handler() function in boost::python::detail::exception_handler
154 exception_handler_type& exception_handler() { return m_ExceptionHandler; } in exception_handler() function in boost::sinks::basic_sink_frontend156 exception_handler_type const& exception_handler() const { return m_ExceptionHandler; } in exception_handler() function in boost::sinks::basic_sink_frontend
1113 def exception_handler(loop, context): function
253 exception_handler = None variable in Environment