Home
last modified time | relevance | path

Searched refs:__result_real_last (Results 1 – 1 of 1) sorted by relevance

/freebsd-9-stable/contrib/libstdc++/include/bits/
Dstl_algo.h2637 _RandomAccessIterator __result_real_last = __result_first; in partial_sort_copy() local
2638 while(__first != __last && __result_real_last != __result_last) in partial_sort_copy()
2640 *__result_real_last = *__first; in partial_sort_copy()
2641 ++__result_real_last; in partial_sort_copy()
2644 std::make_heap(__result_first, __result_real_last); in partial_sort_copy()
2649 _DistanceType(__result_real_last in partial_sort_copy()
2654 std::sort_heap(__result_first, __result_real_last); in partial_sort_copy()
2655 return __result_real_last; in partial_sort_copy()
2706 _RandomAccessIterator __result_real_last = __result_first; in partial_sort_copy() local
2707 while(__first != __last && __result_real_last != __result_last) in partial_sort_copy()
[all …]