Searched refs:HandleException (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/statechart/test/ |
D | TriggeringEventTest.cpp | 61 void HandleException( const sc::exception_thrown & ) in HandleException() function 68 sc::in_state_reaction< sc::exception_thrown, B, &B::HandleException >
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/ |
D | handle_exception.cc | 105 return HandleException(services, component_url, error, stack_trace); in HandleIfException() 108 void HandleException(std::shared_ptr<::sys::ServiceDirectory> services, in HandleException() function
|
D | handle_exception.h | 24 void HandleException(std::shared_ptr<::sys::ServiceDirectory> services,
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/ |
D | async_eval_result.cc | 67 void AnalysisSchedule::HandleException(const std::exception &ex) { in HandleException() function in mindspore::abstract::AnalysisSchedule
|
D | async_eval_result.h | 51 void HandleException(const std::exception &ex);
|
D | static_analysis.cc | 150 AnalysisSchedule::GetInstance().HandleException(ex); in Run() 803 AnalysisSchedule::GetInstance().HandleException(e1); in ExecEvaluator()
|
D | evaluator.cc | 539 AnalysisSchedule::GetInstance().HandleException(ex); in SingleRun()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | component.cc | 332 dart_utils::HandleException(runner_incoming_services, in Application()
|
/third_party/python/Modules/_ctypes/ |
D | callproc.c | 431 static DWORD HandleException(EXCEPTION_POINTERS *ptrs, in HandleException() function 920 __except (HandleException(GetExceptionInformation(), in _call_function_pointer()
|