Home
last modified time | relevance | path

Searched refs:_Return (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp1326 std::vector<_Type*> _Return; in Get() local
1327 _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>
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h1326 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>