Searched refs:_Perform (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 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); [all …]
|
/external/opencv3/modules/highgui/src/ |
D | ppltasks_winrt.h | 1377 static _Type* _Perform(_Type(&_ObjInCtx)[N], const _ContextCallback& _Ctx) 1414 static _Type* _Perform(_Type* _ObjInCtx, const _ContextCallback& _Ctx) 1454 static HSTRING _Perform(HSTRING _ObjInCtx, const _ContextCallback& _Ctx) 1463 return _MarshalHelper<_Type>::_Perform(_ObjInCtx, _Ctx); 2469 static_cast<const _DerivedTaskHandle *>(this)->_Perform(); 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); [all …]
|