Lines Matching refs:_Perform

1377         static _Type* _Perform(_Type(&_ObjInCtx)[N], const _ContextCallback& _Ctx)  in _Perform()  function
1414 static _Type* _Perform(_Type* _ObjInCtx, const _ContextCallback& _Ctx) in _Perform() function
1454 static HSTRING _Perform(HSTRING _ObjInCtx, const _ContextCallback& _Ctx) in _Perform() function
1463 return _MarshalHelper<_Type>::_Perform(_ObjInCtx, _Ctx); in _Marshal()
2469 static_cast<const _DerivedTaskHandle *>(this)->_Perform(); in invoke()
4804 static auto _Perform(std::function<HRESULT(_RetType*)> _Func) -> decltype(_Func)
4814 …static auto _Perform(std::function<HRESULT(void)> _Func) -> decltype(details::_MakeVoidToUnitFunc(…
4840 void _Perform() const
4860 …orkItemAndInvokeUserLambda(_Init_func_transformer<_InternalReturnType>::_Perform(_M_function), &re…
4862 … HRESULT hr = _Init_func_transformer<_InternalReturnType>::_Perform(_M_function)(&retVal);
4964 static auto _Perform(std::function<HRESULT(_InpType, _OutType*)> _Func) -> decltype(_Func)
4974 …static auto _Perform(std::function<HRESULT(_OutType*)> _Func) -> decltype(details::_MakeUnitToTFun…
4984 …static auto _Perform(std::function<HRESULT(_InType)> _Func) -> decltype(details::_MakeTToUnitFunc<…
4994 …static auto _Perform(std::function<HRESULT(void)> _Func) -> decltype(details::_MakeUnitToUnitFunc(…
5042 void _Perform() const
5074 …nuation_func_transformer<_InternalReturnType, _ContinuationReturnType>::_Perform(_M_function), _M_…
5076 …nuation_func_transformer<_InternalReturnType, _ContinuationReturnType>::_Perform(_M_function)(_M_a…
5095 …a(_Continuation_func_transformer<_InternalReturnType, _FuncOutputType>::_Perform(_M_function), _M_…
5097 …= _Continuation_func_transformer<_InternalReturnType, _FuncOutputType>::_Perform(_M_function)(_M_a…
5110 …a(_Continuation_func_transformer<_InternalReturnType, _FuncOutputType>::_Perform(_M_function), _M_…
5112 …= _Continuation_func_transformer<_InternalReturnType, _FuncOutputType>::_Perform(_M_function)(_M_a…
5130 …a(_Continuation_func_transformer<_InternalReturnType, _FuncOutputType>::_Perform(_M_function), _M_…
5132 …= _Continuation_func_transformer<_InternalReturnType, _FuncOutputType>::_Perform(_M_function)(_M_a…
5152 …a(_Continuation_func_transformer<_InternalReturnType, _FuncOutputType>::_Perform(_M_function), _M_…
5154 …= _Continuation_func_transformer<_InternalReturnType, _FuncOutputType>::_Perform(_M_function)(_M_a…
5175 …a(_Continuation_func_transformer<_InternalReturnType, _FuncOutputType>::_Perform(_M_function), _M_…
5177 …= _Continuation_func_transformer<_InternalReturnType, _FuncOutputType>::_Perform(_M_function)(_M_a…
5200 …Continuation_func_transformer<_FuncInputType, _ContinuationReturnType>::_Perform(_M_function), std…
5202 …Continuation_func_transformer<_FuncInputType, _ContinuationReturnType>::_Perform(_M_function)(std:…
8151 …static task<std::vector<_ElementType>> _Perform(const task_options& _TaskOptions, _Iterator _Begin…
8153 …static task<std::vector<_ElementType>> _Perform(Concurrency::details::_CancellationTokenState *_PT…
8259 …static task<std::vector<_ElementType>> _Perform(const task_options& _TaskOptions, _Iterator _Begin…
8261 …static task<std::vector<_ElementType>> _Perform(Concurrency::details::_CancellationTokenState *_PT…
8372 … static task<void> _Perform(const task_options& _TaskOptions, _Iterator _Begin, _Iterator _End)
8374 …static task<void> _Perform(Concurrency::details::_CancellationTokenState *_PTokenState, _Iterator …
8578 …e std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(nullptr, _Begin, …
8581 return details::_WhenAllImpl<_ElementType, _Iterator>::_Perform(nullptr, _Begin, _End);
8616 …e std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(_TaskOptions, _Be…
8619 return details::_WhenAllImpl<_ElementType, _Iterator>::_Perform(_TaskOptions, _Begin, _End);
8623 …e std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(_CancellationToke…
8626 …return details::_WhenAllImpl<_ElementType, _Iterator>::_Perform(_CancellationToken._GetImplValue()…
8878 …static task<std::pair<_ElementType, size_t>> _Perform(const task_options& _TaskOptions, _Iterator …
8880 …static task<std::pair<_ElementType, size_t>> _Perform(Concurrency::details::_CancellationTokenStat…
8960 … static task<size_t> _Perform(const task_options& _TaskOptions, _Iterator _Begin, _Iterator _End)
8962 …static task<size_t> _Perform(Concurrency::details::_CancellationTokenState *_PTokenState, _Iterato…
9063 …e std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(_TaskOptions, _Be…
9066 return details::_WhenAnyImpl<_ElementType, _Iterator>::_Perform(_TaskOptions, _Begin, _End);
9070 …e std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(nullptr, _Begin, …
9073 return details::_WhenAnyImpl<_ElementType, _Iterator>::_Perform(nullptr, _Begin, _End);
9103 …e std::iterator_traits<_Iterator>::value_type::result_type, _Iterator>::_Perform(_CancellationToke…
9106 …return details::_WhenAnyImpl<_ElementType, _Iterator>::_Perform(_CancellationToken._GetImplValue()…