Home
last modified time | relevance | path

Searched refs:_ElementType (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp8106 template<typename _ElementType, typename _Function, typename _TaskType>
8107 …void _WhenAllContinuationWrapper(_RunAllParam<_ElementType>* _PParam, _Function _Func, task<_TaskT…
8147 template<typename _ElementType, typename _Iterator>
8151 …static task<std::vector<_ElementType>> _Perform(const task_options& _TaskOptions, _Iterator _Begin…
8153 …static task<std::vector<_ElementType>> _Perform(Concurrency::details::_CancellationTokenState *_PT…
8159 auto _PParam = new _RunAllParam<_ElementType>();
8171 …auto _ReturnTask = _All_tasks_completed._Then([=](_Unit_type, std::vector<_ElementType>* retVal) -…
8180 … *_It = _ResultContext<_ElementType>::_GetValue(*_It, _PParam->_M_contexts[_Index++], false);
8223 _PTask->_Then([_PParam, _Index](task<_ElementType> _ResultTask) -> HRESULT {
8227 typedef _ElementType _ElementTypeDev10;
[all …]
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h8106 template<typename _ElementType, typename _Function, typename _TaskType>
8107 …void _WhenAllContinuationWrapper(_RunAllParam<_ElementType>* _PParam, _Function _Func, task<_TaskT…
8147 template<typename _ElementType, typename _Iterator>
8151 …static task<std::vector<_ElementType>> _Perform(const task_options& _TaskOptions, _Iterator _Begin…
8153 …static task<std::vector<_ElementType>> _Perform(Concurrency::details::_CancellationTokenState *_PT…
8159 auto _PParam = new _RunAllParam<_ElementType>();
8171 …auto _ReturnTask = _All_tasks_completed._Then([=](_Unit_type, std::vector<_ElementType>* retVal) -…
8180 … *_It = _ResultContext<_ElementType>::_GetValue(*_It, _PParam->_M_contexts[_Index++], false);
8223 _PTask->_Then([_PParam, _Index](task<_ElementType> _ResultTask) -> HRESULT {
8227 typedef _ElementType _ElementTypeDev10;
[all …]
/external/vixl/src/vixl/
Dinvalset.h219 typedef ElementType _ElementType; typedef
227 typedef typename S::_ElementType ElementType;
688 typename S::_ElementType* InvalSetIterator<S>::Current() const { in Current()