Searched refs:_PPLTaskHandle (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 2433 struct _PPLTaskHandle : _BaseTaskHandle struct 2435 _PPLTaskHandle(const typename _Task_ptr<_ReturnType>::_Type & _PTask) : _M_pTask(_PTask) in _PPLTaskHandle() argument 2438 …tion = reinterpret_cast <Concurrency::TaskProc> (&_UnrealizedChore::_InvokeBridge<_PPLTaskHandle>); in _PPLTaskHandle() 2442 virtual ~_PPLTaskHandle() { in ~_PPLTaskHandle() argument 2514 _PPLTaskHandle const & operator=(_PPLTaskHandle const&); // no assignment operator 4823 …details::_PPLTaskHandle<_ReturnType, _InitialTaskHandle<_InternalReturnType, _Function, _TypeSelec… 4826 …_Type & _TaskImpl, const _Function & _Function) : _M_function(_Function), _PPLTaskHandle(_TaskImpl) 5004 …details::_PPLTaskHandle<typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type, 5016 …details::_PPLTaskHandle<typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type, 5018 ::_PPLTaskHandle(_ContinuationImpl) [all …]
|
/external/opencv3/modules/highgui/src/ |
D | ppltasks_winrt.h | 2433 struct _PPLTaskHandle : _BaseTaskHandle 2435 _PPLTaskHandle(const typename _Task_ptr<_ReturnType>::_Type & _PTask) : _M_pTask(_PTask) 2438 …tion = reinterpret_cast <Concurrency::TaskProc> (&_UnrealizedChore::_InvokeBridge<_PPLTaskHandle>); 2442 virtual ~_PPLTaskHandle() { 2514 _PPLTaskHandle const & operator=(_PPLTaskHandle const&); // no assignment operator 4823 …details::_PPLTaskHandle<_ReturnType, _InitialTaskHandle<_InternalReturnType, _Function, _TypeSelec… 4826 …_Type & _TaskImpl, const _Function & _Function) : _M_function(_Function), _PPLTaskHandle(_TaskImpl) 5004 …details::_PPLTaskHandle<typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type, 5016 …details::_PPLTaskHandle<typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type, 5018 ::_PPLTaskHandle(_ContinuationImpl) [all …]
|