Home | History | Annotate | Download | only in debug

Lines Matching refs:__next

330       _ForwardIterator __next = __first;
331 for (++__next; __next != __last; __first = __next, ++__next)
332 if (*__next < *__first)
356 _ForwardIterator __next = __first;
357 for (++__next; __next != __last; __first = __next, ++__next)
358 if (__pred(*__next, *__first))