Searched refs:_Func (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 468 …_IsCallable(_Function _Func, int, int, int) -> decltype(_Func(stdx::declval<task<_ReturnType>*>())… in _IsCallable() argument 469 …to _IsCallable(_Function _Func, int, int, ...) -> decltype(_Func(stdx::declval<_ReturnType*>()), s… in _IsCallable() argument 470 …ame _Function> auto _IsCallable(_Function _Func, int, ...) -> decltype(_Func(), std::true_type()) … in _IsCallable() argument 913 …pename _Function> auto _IsVoidConversionHelper(_Function _Func, int) -> typename decltype(_Func(_T… 914 template <typename _Function> std::false_type _IsVoidConversionHelper(_Function _Func, ...); 1062 …static void _ScheduleFuncWithAutoInline(const std::function<HRESULT(void)> & _Func, _TaskInliningM… in _ScheduleFuncWithAutoInline() argument 1065 …s::_TaskCollection_t::_RunTask(&_TaskProcThunk::_Bridge, new _TaskProcThunk(_Func), _InliningMode); in _ScheduleFuncWithAutoInline() 1070 _Func(); in _ScheduleFuncWithAutoInline() 1074 …Task(reinterpret_cast<Concurrency::TaskProc>(&_TaskProcThunk::_Bridge), new _TaskProcThunk(_Func)); in _ScheduleFuncWithAutoInline() 1182 HRESULT _CallInContext(_CallbackFunction _Func) const in _CallInContext() [all …]
|
/external/opencv3/modules/highgui/src/ |
D | ppltasks_winrt.h | 468 …_IsCallable(_Function _Func, int, int, int) -> decltype(_Func(stdx::declval<task<_ReturnType>*>())… 469 …to _IsCallable(_Function _Func, int, int, ...) -> decltype(_Func(stdx::declval<_ReturnType*>()), s… 470 …ame _Function> auto _IsCallable(_Function _Func, int, ...) -> decltype(_Func(), std::true_type()) … 913 …pename _Function> auto _IsVoidConversionHelper(_Function _Func, int) -> typename decltype(_Func(_T… 914 template <typename _Function> std::false_type _IsVoidConversionHelper(_Function _Func, ...); 1062 …static void _ScheduleFuncWithAutoInline(const std::function<HRESULT(void)> & _Func, _TaskInliningM… 1065 …s::_TaskCollection_t::_RunTask(&_TaskProcThunk::_Bridge, new _TaskProcThunk(_Func), _InliningMode); 1070 _Func(); 1074 …Task(reinterpret_cast<Concurrency::TaskProc>(&_TaskProcThunk::_Bridge), new _TaskProcThunk(_Func)); 1182 HRESULT _CallInContext(_CallbackFunction _Func) const [all …]
|