Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp2662 _M_exceptionHolder->_RethrowUserException(); in _Wait()
2672 _M_exceptionHolder->_RethrowUserException(); in _Wait()
2692 _M_exceptionHolder->_RethrowUserException(); in _Wait()
2725 return _CancelAndRunContinuations(_SynchronousCancel, false, false, _M_exceptionHolder); in _Cancel()
2820 return static_cast<bool>(_M_exceptionHolder); in _HasUserException()
2831 return _M_exceptionHolder; in _GetExceptionHolder()
3280 std::shared_ptr<_ExceptionHolder> _M_exceptionHolder; variable
3382 _M_exceptionHolder = _ExceptionHolder;
3600 return _M_exceptionHolder != nullptr;
3621 std::shared_ptr<_ExceptionHolder> _M_exceptionHolder;
[all …]
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h2662 _M_exceptionHolder->_RethrowUserException();
2672 _M_exceptionHolder->_RethrowUserException();
2692 _M_exceptionHolder->_RethrowUserException();
2725 return _CancelAndRunContinuations(_SynchronousCancel, false, false, _M_exceptionHolder);
2820 return static_cast<bool>(_M_exceptionHolder);
2831 return _M_exceptionHolder;
3280 std::shared_ptr<_ExceptionHolder> _M_exceptionHolder;
3382 _M_exceptionHolder = _ExceptionHolder;
3600 return _M_exceptionHolder != nullptr;
3621 std::shared_ptr<_ExceptionHolder> _M_exceptionHolder;
[all …]