Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp96 template<class _E> exception_ptr make_exception_ptr(_E _Except) in make_exception_ptr() argument
98 return copy_exception(_Except); in make_exception_ptr()
3758 …bool set_exception(_E _Except) const // 'const' (even though it's not deep) allows to safely pass …
3761 return _Cancel(std::make_exception_ptr(_Except), _CAPTURE_CALLSTACK());
3995 …bool set_exception(_E _Except) const // 'const' (even though it's not deep) allows to safely pass …
3997 return _M_unitEvent._Cancel(std::make_exception_ptr(_Except), _CAPTURE_CALLSTACK());
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h96 template<class _E> exception_ptr make_exception_ptr(_E _Except) in make_exception_ptr() argument
98 return copy_exception(_Except); in make_exception_ptr()
3758 …bool set_exception(_E _Except) const // 'const' (even though it's not deep) allows to safely pass …
3761 return _Cancel(std::make_exception_ptr(_Except), _CAPTURE_CALLSTACK());
3995 …bool set_exception(_E _Except) const // 'const' (even though it's not deep) allows to safely pass …
3997 return _M_unitEvent._Cancel(std::make_exception_ptr(_Except), _CAPTURE_CALLSTACK());