Lines Matching refs:_ContextCallback

1078     class _ContextCallback
1084 static _ContextCallback _CaptureCurrent()
1086 _ContextCallback _Context;
1091 ~_ContextCallback()
1096 _ContextCallback(bool _DeferCapture = false)
1145 _ContextCallback(const _ContextCallback& _Src)
1150 _ContextCallback(_ContextCallback&& _Src)
1156 _ContextCallback& operator=(const _ContextCallback& _Src)
1166 _ContextCallback& operator=(_ContextCallback&& _Src)
1203 bool operator==(const _ContextCallback& _Rhs) const
1208 bool operator!=(const _ContextCallback& _Rhs) const
1359 static _ContextCallback _GetContext(bool /* _RuntimeAggregate */)
1361 return _ContextCallback();
1364 …static _Type _GetValue(_Type _ObjInCtx, const _ContextCallback & /* _Ctx */, bool /* _RuntimeAggre…
1377 static _Type* _Perform(_Type(&_ObjInCtx)[N], const _ContextCallback& _Ctx)
1414 static _Type* _Perform(_Type* _ObjInCtx, const _ContextCallback& _Ctx)
1454 static HSTRING _Perform(HSTRING _ObjInCtx, const _ContextCallback& _Ctx)
1461 _Type* _Marshal(_Type* _ObjInCtx, const _ContextCallback& _Ctx)
1469 static _Type _Get(_Type _ObjInCtx, const _ContextCallback& _Ctx)
1478 static _Type* _Get(_Type* _ObjInCtx, const _ContextCallback& _Ctx)
1480 _ContextCallback _CurrentContext = _ContextCallback::_CaptureCurrent();
1496 …static _Type* _GetValue(_Type* _ObjInCtx, const _ContextCallback& _Ctx, bool /* _RuntimeAggregate …
1501 static _ContextCallback _GetContext(bool /* _RuntimeAggregate */)
1503 return _ContextCallback::_CaptureCurrent();
1513 …static std::vector<_Type*> _GetValue(std::vector<_Type*> _ObjInCtx, const _ContextCallback& _Ctx, …
1520 _ContextCallback _CurrentContext = _ContextCallback::_CaptureCurrent();
1534 static _ContextCallback _GetContext(bool _RuntimeAggregate)
1538 return _ContextCallback();
1542 return _ContextCallback::_CaptureCurrent();
1550 …Type*, size_t> _GetValue(std::pair<_Type*, size_t> _ObjInCtx, const _ContextCallback& _Ctx, bool _…
1557 _ContextCallback _CurrentContext = _ContextCallback::_CaptureCurrent();
1566 static _ContextCallback _GetContext(bool _RuntimeAggregate)
1570 return _ContextCallback();
1574 return _ContextCallback::_CaptureCurrent();
1695 _ContextCallback _M_asyncInfoContext;
1702 , _M_asyncInfoContext(_ContextCallback::_CaptureCurrent())
1934 class task_continuation_context : public details::_ContextCallback
2005 task_continuation_context(bool _DeferCapture = false) : details::_ContextCallback(_DeferCapture)
2986 … if (details::_ContextCallback::_CaptureCurrent() == _PTaskHandle->_M_continuationContext)
3578 _ContextCallback _M_ResultContext;
7419 _M_completeDelegateContext = _ContextCallback::_CaptureCurrent();
7658 _ContextCallback _M_completeDelegateContext;
7699 _M_progressDelegateContext = _ContextCallback::_CaptureCurrent();
7718 _ContextCallback _M_progressDelegateContext;
8042 std::vector<_ContextCallback> _M_contexts;