Searched refs:_It (Results 1 – 3 of 3) sorted by relevance
/external/libcxx/include/ |
D | __bit_reference | 164 typedef __bit_iterator<_Cp, _IsConst> _It; 165 typedef typename _It::__storage_type __storage_type; 166 static const unsigned __bits_per_word = _It::__bits_per_word; 175 return _It(__first.__seg_, static_cast<unsigned>(_VSTD::__ctz(__b))); 184 return _It(__first.__seg_, static_cast<unsigned>(_VSTD::__ctz(*__first.__seg_))); 191 return _It(__first.__seg_, static_cast<unsigned>(_VSTD::__ctz(__b))); 193 return _It(__first.__seg_, static_cast<unsigned>(__n)); 200 typedef __bit_iterator<_Cp, _IsConst> _It; 201 typedef typename _It::__storage_type __storage_type; 202 static const unsigned __bits_per_word = _It::__bits_per_word; [all …]
|
/external/opencv3/modules/videoio/src/ |
D | ppltasks_winrt.hpp | 1526 for (auto _It = _ObjInCtx.begin(); _It != _ObjInCtx.end(); ++_It) in _GetValue() local 1528 *_It = _Marshal<_Type>(*_It, _Ctx); in _GetValue() 8178 for (auto _It = _Result.begin(); _It != _Result.end(); ++_It) 8180 … *_It = _ResultContext<_ElementType>::_GetValue(*_It, _PParam->_M_contexts[_Index++], false); 8289 for (auto _It = _Vec.begin(); _It != _Vec.end(); ++_It) 8291 … *_It = _ResultContext<_ElementType>::_GetValue(*_It, _PParam->_M_contexts[_I], false); 8465 for (auto _It = _Result.begin(); _It != _Result.end(); ++_It) 8467 *_It = _ResultContext<_ReturnType>::_GetValue(*_It, _PParam->_M_contexts[0], false);
|
/external/opencv3/modules/highgui/src/ |
D | ppltasks_winrt.h | 1526 for (auto _It = _ObjInCtx.begin(); _It != _ObjInCtx.end(); ++_It) 1528 *_It = _Marshal<_Type>(*_It, _Ctx); 8178 for (auto _It = _Result.begin(); _It != _Result.end(); ++_It) 8180 … *_It = _ResultContext<_ElementType>::_GetValue(*_It, _PParam->_M_contexts[_Index++], false); 8289 for (auto _It = _Vec.begin(); _It != _Vec.end(); ++_It) 8291 … *_It = _ResultContext<_ElementType>::_GetValue(*_It, _PParam->_M_contexts[_I], false); 8465 for (auto _It = _Result.begin(); _It != _Result.end(); ++_It) 8467 *_It = _ResultContext<_ReturnType>::_GetValue(*_It, _PParam->_M_contexts[0], false);
|