Searched refs:_Return (Results 1 – 2 of 2) sorted by relevance
1326 std::vector<_Type*> _Return; in Get() local1327 _Return.reserve(_Result.size()); in Get()1331 …_Return.push_back(_PTask->Get()); // Agile will marshal the object to appropriate appartment if ne… in Get()1334 return _Return; in Get()7803 template<typename _Attributes, typename _ReturnType, typename _Return>7804 class _AsyncTaskReturn abstract : public _AsyncTaskThunkBase<_Attributes, _Return>
1326 std::vector<_Type*> _Return;1327 _Return.reserve(_Result.size());1331 …_Return.push_back(_PTask->Get()); // Agile will marshal the object to appropriate appartment if ne…1334 return _Return;7803 template<typename _Attributes, typename _ReturnType, typename _Return>7804 class _AsyncTaskReturn abstract : public _AsyncTaskThunkBase<_Attributes, _Return>