Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp1582 struct _ExceptionHolder struct
1586 void ReportUnhandledError() in ReportUnhandledError()
1594 …explicit _ExceptionHolder(const std::exception_ptr& _E, const _TaskCreationCallstack &_stackTrace)… in _ExceptionHolder() argument
1599 … explicit _ExceptionHolder(IRestrictedErrorInfo*& _E, const _TaskCreationCallstack &_stackTrace) : in _ExceptionHolder() argument
1615 ~_ExceptionHolder() in ~_ExceptionHolder()
1632 void _RethrowUserException() in _RethrowUserException()
1653 Concurrency::details::atomic_long _M_exceptionObserved;
1655 long volatile _M_exceptionObserved;
1659 std::exception_ptr _M_stdException;
1660 Microsoft::WRL::ComPtr<IRestrictedErrorInfo> _M_winRTException;
[all …]