Home | History | Annotate | Download | only in bits

Lines Matching refs:_Iterator

262   // If _Iterator is a __normal_iterator return its base (a plain pointer,
264 template<typename _Iterator,
265 bool _IsNormal = __is_normal_iterator<_Iterator>::__value>
268 static _Iterator
269 __b(_Iterator __it)
273 template<typename _Iterator>
274 struct __niter_base<_Iterator, true>
276 static typename _Iterator::iterator_type
277 __b(_Iterator __it)
282 template<typename _Iterator,
283 bool _IsMove = __is_move_iterator<_Iterator>::__value>
286 static _Iterator
287 __b(_Iterator __it)
291 template<typename _Iterator>
292 struct __miter_base<_Iterator, true>
294 static typename _Iterator::iterator_type
295 __b(_Iterator __it)