Lines Matching refs:_Result
1278 _Result = _type; in Set()
1283 return _Result; in Get()
1286 _Type _Result; member
1315 _Result.reserve(_type.size()); in Set()
1319 _Result.emplace_back(*_PTask); in Set()
1327 _Return.reserve(_Result.size()); in Get()
1329 for (auto _PTask = _Result.begin(); _PTask != _Result.end(); ++_PTask) in Get()
1337 std::vector< Agile<_Type*> > _Result; member
1807 template<typename _Result>
1809 _AsyncInfoImpl<ABI::Windows::Foundation::IAsyncOperation<_Result>,
1810 ABI::Windows::Foundation::IAsyncOperationCompletedHandler<_Result>,
1811 …yncOperationSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperation<_Result>*>()))>::type>
1813 …perationSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperation<_Result>*>()))>::type _Re…
1817 …_IAsyncOperationToAsyncOperationConverter(ABI::Windows::Foundation::IAsyncOperation<_Result>* _Ope… in _IAsyncOperationToAsyncOperationConverter()
1818 _AsyncInfoImpl<ABI::Windows::Foundation::IAsyncOperation<_Result>, in _IAsyncOperationToAsyncOperationConverter()
1819 ABI::Windows::Foundation::IAsyncOperationCompletedHandler<_Result>, in _IAsyncOperationToAsyncOperationConverter()
1837 template<typename _Result, typename _Progress>
1839 _AsyncInfoImpl<ABI::Windows::Foundation::IAsyncOperationWithProgress<_Result, _Progress>,
1840 ABI::Windows::Foundation::IAsyncOperationWithProgressCompletedHandler<_Result, _Progress>,
1841 …ctor(stdx::declval<ABI::Windows::Foundation::IAsyncOperationWithProgress<_Result, _Progress>*>()))…
1843 …ctor(stdx::declval<ABI::Windows::Foundation::IAsyncOperationWithProgress<_Result, _Progress>*>()))…
1847 …OperationConverter(ABI::Windows::Foundation::IAsyncOperationWithProgress<_Result, _Progress>* _Ope… in _IAsyncOperationWithProgressToAsyncOperationConverter()
1848 … _AsyncInfoImpl<ABI::Windows::Foundation::IAsyncOperationWithProgress<_Result, _Progress>, in _IAsyncOperationWithProgressToAsyncOperationConverter()
1849 … ABI::Windows::Foundation::IAsyncOperationWithProgressCompletedHandler<_Result, _Progress>, in _IAsyncOperationWithProgressToAsyncOperationConverter()
3163 …template<typename _ReturnType, typename _Result, typename _OpType, typename _CompHandlerType, type…
3488 void _FinalizeAndRunContinuations(_ReturnType _Result)
3492 _M_Result.Set(_Result);
3494 _M_Result = _Result;
3696 …bool set(_ResultType _Result) const // 'const' (even though it's not deep) allows to safely pass e…
3712 _M_Impl->_M_value.Set(_Result);
3714 _M_Impl->_M_value = _Result;
5346 template<typename _Result, typename _OpType, typename _CompHandlerType, typename _ResultType>
5357 details::_Task_impl_base::_AsyncInit<_ReturnType, _Result>(_M_Impl, _AsyncOp);
5363 template<typename _Result>
5364 void _TaskInitNoFunctor(ABI::Windows::Foundation::IAsyncOperation<_Result>* _AsyncOp)
5366 …_TaskInitAsyncOp<_Result>(Microsoft::WRL::Make<details::_IAsyncOperationToAsyncOperationConverter<…
5372 template<typename _Result, typename _Progress>
5373 …void _TaskInitNoFunctor(ABI::Windows::Foundation::IAsyncOperationWithProgress<_Result, _Progress>*…
5375 …_TaskInitAsyncOp<_Result>(Microsoft::WRL::Make<details::_IAsyncOperationWithProgressToAsyncOperati…
8027 _M_vector._Result.resize(_Len);
8175 auto _Result = _PParam->_M_vector; // copy by value
8178 for (auto _It = _Result.begin(); _It != _Result.end(); ++_It)
8182 *retVal = _Result;
8231 … _PParamCopy->_M_vector._Result[_IndexCopy] = _ResultTask._GetImpl()->_GetResult();
8281 std::vector<_ElementType> _Result;
8294 _Result.insert(_Result.end(), _Vec.begin(), _Vec.end());
8296 *retVal = _Result;
8461 auto _Result = _PParam->_M_vector.Get(); // copy by value
8464 auto _Result = _PParam->_M_vector; // copy by value
8465 for (auto _It = _Result.begin(); _It != _Result.end(); ++_It)
8474 _Result.push_back(_mergeVal);
8476 …_Result.push_back(_ResultContext<_ReturnType>::_GetValue(_PParam->_M_mergeVal, _PParam->_M_context…
8482 _Result.insert(_Result.begin(), _mergeVal);
8484 …_Result.insert(_Result.begin(), _ResultContext<_ReturnType>::_GetValue(_PParam->_M_mergeVal, _PPar…
8487 *retVal = _Result;
8940 …<_ElementType, size_t>, Concurrency::details::_CancellationTokenState *> _Result, std::pair<_Eleme…
8941 _CONCRT_ASSERT(_Result.second);
8944 details::_JoinAllTokens_Add(_CancellationSource, _Result.second);
8946 *retVal = _Result.first;
9023 …n([=](std::pair<size_t, Concurrency::details::_CancellationTokenState *> _Result, size_t* retVal) …
9024 _CONCRT_ASSERT(_Result.second);
9027 details::_JoinAllTokens_Add(_CancellationSource, _Result.second);
9029 *retVal = _Result.first;
9250 auto _Result = _ResultTask._GetImpl()->_GetResult();
9251 … _PParamCopy->_M_Completed.set(std::make_pair(_Result, _ResultTask._GetImpl()->_M_pTokenState));
9255 std::vector<_ReturnType> _Result = _ResultTask._GetImpl()->_GetResult();
9256 … _PParam->_M_Completed.set(std::make_pair(_Result, _ResultTask._GetImpl()->_M_pTokenState));
9272 auto _Result = _ResultTask._GetImpl()->_GetResult();
9275 _Vec.push_back(_Result);
9280 _ReturnType _Result = _ResultTask._GetImpl()->_GetResult();
9283 _Vec.push_back(_Result);