Home | History | Annotate | Download | only in bits

Lines Matching defs:_Distance

326 	  typedef typename iterator_traits<_II>::difference_type _Distance;
327 for(_Distance __n = __last - __first; __n > 0; --__n)
345 typedef typename iterator_traits<_II>::difference_type _Distance;
346 for(_Distance __n = __last - __first; __n > 0; --__n)