Home
last modified time | relevance | path

Searched refs:HandleException (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/statechart/test/
DTriggeringEventTest.cpp61 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/
Dhandle_exception.cc105 return HandleException(services, component_url, error, stack_trace); in HandleIfException()
108 void HandleException(std::shared_ptr<::sys::ServiceDirectory> services, in HandleException() function
Dhandle_exception.h24 void HandleException(std::shared_ptr<::sys::ServiceDirectory> services,
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dasync_eval_result.cc67 void AnalysisSchedule::HandleException(const std::exception &ex) { in HandleException() function in mindspore::abstract::AnalysisSchedule
Dasync_eval_result.h51 void HandleException(const std::exception &ex);
Dstatic_analysis.cc150 AnalysisSchedule::GetInstance().HandleException(ex); in Run()
803 AnalysisSchedule::GetInstance().HandleException(e1); in ExecEvaluator()
Devaluator.cc539 AnalysisSchedule::GetInstance().HandleException(ex); in SingleRun()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcomponent.cc332 dart_utils::HandleException(runner_incoming_services, in Application()
/third_party/python/Modules/_ctypes/
Dcallproc.c431 static DWORD HandleException(EXCEPTION_POINTERS *ptrs, in HandleException() function
920 __except (HandleException(GetExceptionInformation(), in _call_function_pointer()