Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp1582 struct _ExceptionHolder struct
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
1604 explicit _ExceptionHolder(const std::exception_ptr& _E, void* _SourceAddressHint) :
1609 explicit _ExceptionHolder(IRestrictedErrorInfo*& _E, void* _SourceAddressHint) :
1615 ~_ExceptionHolder() in ~_ExceptionHolder() argument
2720 …_UserException, bool _PropagatedFromAncestor, const std::shared_ptr<_ExceptionHolder>& _ExHolder) …
2728 …bool _CancelWithExceptionHolder(const std::shared_ptr<_ExceptionHolder>& _ExHolder, bool _Propagat… in _CancelWithExceptionHolder()
2739 …return _CancelAndRunContinuations(true, true, false, std::make_shared<_ExceptionHolder>(_Exception… in _CancelWithException()
2741 …return _CancelAndRunContinuations(true, true, false, std::make_shared<_ExceptionHolder>(_Exception… in _CancelWithException()
[all …]
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h1582 struct _ExceptionHolder
1594 …explicit _ExceptionHolder(const std::exception_ptr& _E, const _TaskCreationCallstack &_stackTrace)…
1599 … explicit _ExceptionHolder(IRestrictedErrorInfo*& _E, const _TaskCreationCallstack &_stackTrace) :
1604 explicit _ExceptionHolder(const std::exception_ptr& _E, void* _SourceAddressHint) :
1609 explicit _ExceptionHolder(IRestrictedErrorInfo*& _E, void* _SourceAddressHint) :
1615 ~_ExceptionHolder()
2720 …_UserException, bool _PropagatedFromAncestor, const std::shared_ptr<_ExceptionHolder>& _ExHolder) …
2728 …bool _CancelWithExceptionHolder(const std::shared_ptr<_ExceptionHolder>& _ExHolder, bool _Propagat…
2739 …return _CancelAndRunContinuations(true, true, false, std::make_shared<_ExceptionHolder>(_Exception…
2741 …return _CancelAndRunContinuations(true, true, false, std::make_shared<_ExceptionHolder>(_Exception…
[all …]