Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dppltasks_winrt.hpp3108 _ContinuationList _Cur = _M_Continuations, _Next; in _RunTaskContinuations() local
3110 while (_Cur) in _RunTaskContinuations()
3114 _Next = _Cur->_M_next; in _RunTaskContinuations()
3115 _RunContinuation(_Cur); in _RunTaskContinuations()
3116 _Cur = _Next; in _RunTaskContinuations()
/external/opencv3/modules/highgui/src/
Dppltasks_winrt.h3108 _ContinuationList _Cur = _M_Continuations, _Next;
3110 while (_Cur)
3114 _Next = _Cur->_M_next;
3115 _RunContinuation(_Cur);
3116 _Cur = _Next;