Lines Matching refs:_It
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;
211 return _It(__first.__seg_, static_cast<unsigned>(_VSTD::__ctz(__b)));
222 return _It(__first.__seg_, static_cast<unsigned>(_VSTD::__ctz(__b)));
230 return _It(__first.__seg_, static_cast<unsigned>(_VSTD::__ctz(__b)));
232 return _It(__first.__seg_, static_cast<unsigned>(__n));
251 typedef __bit_iterator<_Cp, _IsConst> _It;
252 typedef typename _It::__storage_type __storage_type;
253 typedef typename _It::difference_type difference_type;
254 static const unsigned __bits_per_word = _It::__bits_per_word;
282 typedef __bit_iterator<_Cp, _IsConst> _It;
283 typedef typename _It::__storage_type __storage_type;
284 typedef typename _It::difference_type difference_type;
285 static const unsigned __bits_per_word = _It::__bits_per_word;
325 typedef __bit_iterator<_Cp, false> _It;
326 typedef typename _It::__storage_type __storage_type;
327 static const unsigned __bits_per_word = _It::__bits_per_word;
355 typedef __bit_iterator<_Cp, false> _It;
356 typedef typename _It::__storage_type __storage_type;
357 static const unsigned __bits_per_word = _It::__bits_per_word;
959 typedef __bit_iterator<_Cp, _IC1> _It;
960 typedef typename _It::difference_type difference_type;
961 typedef typename _It::__storage_type __storage_type;
962 static const unsigned __bits_per_word = _It::__bits_per_word;
1041 typedef __bit_iterator<_Cp, _IC1> _It;
1042 typedef typename _It::difference_type difference_type;
1043 typedef typename _It::__storage_type __storage_type;
1044 static const unsigned __bits_per_word = _It::__bits_per_word;