Lines Matching refs:_ExceptionHolder
1582 struct _ExceptionHolder struct
1594 …explicit _ExceptionHolder(const std::exception_ptr& _E, const _TaskCreationCallstack &_stackTrace)… in _ExceptionHolder() function
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()
2749 …return _CancelAndRunContinuations(true, true, false, std::make_shared<_ExceptionHolder>(_Exception… in _CancelWithException()
2751 …return _CancelAndRunContinuations(true, true, false, std::make_shared<_ExceptionHolder>(_Exception… in _CancelWithException()
2828 const std::shared_ptr<_ExceptionHolder>& _GetExceptionHolder() in _GetExceptionHolder()
3280 std::shared_ptr<_ExceptionHolder> _M_exceptionHolder;
3357 …xception, bool _PropagatedFromAncestor, const std::shared_ptr<_ExceptionHolder> & _ExceptionHolder)
3382 _M_exceptionHolder = _ExceptionHolder;
3621 std::shared_ptr<_ExceptionHolder> _M_exceptionHolder;
3856 …static std::shared_ptr<details::_ExceptionHolder> _ToExceptionHolder(const std::shared_ptr<details…
3858 …static std::shared_ptr<details::_ExceptionHolder> _ToExceptionHolder(const std::shared_ptr<details…
3865 …static std::shared_ptr<details::_ExceptionHolder> _ToExceptionHolder(std::exception_ptr _Exception…
3867 …static std::shared_ptr<details::_ExceptionHolder> _ToExceptionHolder(std::exception_ptr _Exception…
3870 return std::make_shared<details::_ExceptionHolder>(_ExceptionPtr, _SetExceptionAddressHint);
4032 void _Cancel(const std::shared_ptr<details::_ExceptionHolder>& _ExHolder) const
4042 bool _StoreException(const std::shared_ptr<details::_ExceptionHolder>& _ExHolder) const