Home
last modified time | relevance | path

Searched refs:_M_winRTException (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp1588 if (_M_winRTException != nullptr) in ReportUnhandledError()
1590 throw _M_winRTException.Get(); in ReportUnhandledError()
1600 _M_exceptionObserved(0), _M_winRTException(_E), _M_stackTrace(_stackTrace) in _ExceptionHolder()
1610 _M_exceptionObserved(0), _M_disassembleMe(_SourceAddressHint), _M_winRTException(_E)
1643 if (_M_winRTException != nullptr) in _RethrowUserException()
1645 throw _M_winRTException.Get(); in _RethrowUserException()
1660 Microsoft::WRL::ComPtr<IRestrictedErrorInfo> _M_winRTException; member
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h1588 if (_M_winRTException != nullptr)
1590 throw _M_winRTException.Get();
1600 _M_exceptionObserved(0), _M_winRTException(_E), _M_stackTrace(_stackTrace)
1610 _M_exceptionObserved(0), _M_disassembleMe(_SourceAddressHint), _M_winRTException(_E)
1643 if (_M_winRTException != nullptr)
1645 throw _M_winRTException.Get();
1660 Microsoft::WRL::ComPtr<IRestrictedErrorInfo> _M_winRTException;