Home | History | Annotate | Download | only in bits

Lines Matching refs:_Distance

340 	  typedef typename iterator_traits<_II>::difference_type _Distance;
341 for(_Distance __n = __last - __first; __n > 0; --__n)
359 typedef typename iterator_traits<_II>::difference_type _Distance;
360 for(_Distance __n = __last - __first; __n > 0; --__n)