Lines Matching defs:__last
81 _Function for_each(_InputIter __first, _InputIter __last, _Function __f) { in for_each()
90 inline _InputIter find(_InputIter __first, _InputIter __last, in find()
100 inline _InputIter find_if(_InputIter __first, _InputIter __last, in find_if()
112 _RandomAccessIter find(_RandomAccessIter __first, _RandomAccessIter __last, in find()
150 _RandomAccessIter find_if(_RandomAccessIter __first, _RandomAccessIter __last, in find_if()
190 inline _InputIter find(_InputIter __first, _InputIter __last, in find()
197 inline _InputIter find_if(_InputIter __first, _InputIter __last, in find_if()
205 _ForwardIter adjacent_find(_ForwardIter __first, _ForwardIter __last) { in adjacent_find()
218 _ForwardIter adjacent_find(_ForwardIter __first, _ForwardIter __last, in adjacent_find()
238 void count(_InputIter __first, _InputIter __last, const _Tp& __value, in count()
246 void count_if(_InputIter __first, _InputIter __last, _Predicate __pred, in count_if()
257 count(_InputIter __first, _InputIter __last, const _Tp& __value) { in count()
267 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { in count_if()
377 _ForwardIter search_n(_ForwardIter __first, _ForwardIter __last, in search_n()
401 _ForwardIter search_n(_ForwardIter __first, _ForwardIter __last, in search_n()
448 _OutputIter transform(_InputIter __first, _InputIter __last, in transform()
468 void replace(_ForwardIter __first, _ForwardIter __last, in replace()
476 void replace_if(_ForwardIter __first, _ForwardIter __last, in replace_if()
484 _OutputIter replace_copy(_InputIter __first, _InputIter __last, in replace_copy()
493 _OutputIter replace_copy_if(Iterator __first, Iterator __last, in replace_copy_if()
504 void generate(_ForwardIter __first, _ForwardIter __last, _Generator __gen) { in generate()
519 _OutputIter remove_copy(_InputIter __first, _InputIter __last, in remove_copy()
530 _OutputIter remove_copy_if(_InputIter __first, _InputIter __last, in remove_copy_if()
541 _ForwardIter remove(_ForwardIter __first, _ForwardIter __last, in remove()
550 _ForwardIter remove_if(_ForwardIter __first, _ForwardIter __last, in remove_if()
561 _OutputIter __unique_copy(_InputIter __first, _InputIter __last, in __unique_copy()
574 inline _OutputIter __unique_copy(_InputIter __first, _InputIter __last, in __unique_copy()
581 _ForwardIter __unique_copy(_InputIter __first, _InputIter __last, in __unique_copy()
590 inline _OutputIter unique_copy(_InputIter __first, _InputIter __last, in unique_copy()
599 _OutputIter __unique_copy(_InputIter __first, _InputIter __last, in __unique_copy()
613 inline _OutputIter __unique_copy(_InputIter __first, _InputIter __last, in __unique_copy()
622 _ForwardIter __unique_copy(_InputIter __first, _InputIter __last, in __unique_copy()
633 inline _OutputIter unique_copy(_InputIter __first, _InputIter __last, in unique_copy()
642 _ForwardIter unique(_ForwardIter __first, _ForwardIter __last) { in unique()
648 _ForwardIter unique(_ForwardIter __first, _ForwardIter __last, in unique()
657 void __reverse(_BidirectionalIter __first, _BidirectionalIter __last, in __reverse()
667 void __reverse(_RandomAccessIter __first, _RandomAccessIter __last, in __reverse()
674 inline void reverse(_BidirectionalIter __first, _BidirectionalIter __last) { in reverse()
680 _BidirectionalIter __last, in reverse_copy()
707 _ForwardIter __last, in __rotate()
741 _BidirectionalIter __last, in __rotate()
768 _RandomAccessIter __last, in __rotate()
820 _ForwardIter __last) { in rotate()
828 _ForwardIter __last, _OutputIter __result) { in rotate_copy()
849 _RandomAccessIter __last) { in random_shuffle()
856 void random_shuffle(_RandomAccessIter __first, _RandomAccessIter __last, in random_shuffle()
866 _OutputIter random_sample_n(_ForwardIter __first, _ForwardIter __last, in random_sample_n()
888 _OutputIter random_sample_n(_ForwardIter __first, _ForwardIter __last, in random_sample_n()
910 _RandomAccessIter __random_sample(_InputIter __first, _InputIter __last, in __random_sample()
932 _RandomAccessIter __random_sample(_InputIter __first, _InputIter __last, in __random_sample()
955 random_sample(_InputIter __first, _InputIter __last, in random_sample()
966 random_sample(_InputIter __first, _InputIter __last, in random_sample()
979 _ForwardIter __last, in __partition()
1000 _BidirectionalIter __last, in __partition()
1026 _ForwardIter __last, in partition()
1034 _ForwardIter __last, in __inplace_stable_partition()
1050 _ForwardIter __last, in __stable_partition_adaptive()
1085 __stable_partition_aux(_ForwardIter __first, _ForwardIter __last, in __stable_partition_aux()
1100 _ForwardIter __last, in stable_partition()
1112 _RandomAccessIter __last, in __unguarded_partition()
1130 _RandomAccessIter __last, in __unguarded_partition()
1151 void __unguarded_linear_insert(_RandomAccessIter __last, _Tp __val) { in __unguarded_linear_insert()
1163 void __unguarded_linear_insert(_RandomAccessIter __last, _Tp __val, in __unguarded_linear_insert()
1177 _RandomAccessIter __last, _Tp*) { in __linear_insert()
1189 _RandomAccessIter __last, _Tp*, _Compare __comp) { in __linear_insert()
1200 void __insertion_sort(_RandomAccessIter __first, _RandomAccessIter __last) { in __insertion_sort()
1208 _RandomAccessIter __last, _Compare __comp) { in __insertion_sort()
1216 _RandomAccessIter __last, _Tp*) { in __unguarded_insertion_sort_aux()
1223 _RandomAccessIter __last) { in __unguarded_insertion_sort()
1229 _RandomAccessIter __last, in __unguarded_insertion_sort_aux()
1237 _RandomAccessIter __last, in __unguarded_insertion_sort()
1245 _RandomAccessIter __last) { in __final_insertion_sort()
1256 _RandomAccessIter __last, _Compare __comp) { in __final_insertion_sort()
1274 _RandomAccessIter __last, _Tp*, in __introsort_loop()
1295 _RandomAccessIter __last, _Tp*, in __introsort_loop()
1316 inline void sort(_RandomAccessIter __first, _RandomAccessIter __last) { in sort()
1326 inline void sort(_RandomAccessIter __first, _RandomAccessIter __last, in sort()
1341 _RandomAccessIter __last) { in __inplace_stable_sort()
1356 _RandomAccessIter __last, _Compare __comp) { in __inplace_stable_sort()
1373 _RandomAccessIter1 __last, in __merge_sort_loop()
1392 _RandomAccessIter1 __last, in __merge_sort_loop()
1416 _RandomAccessIter __last, _Distance __chunk_size) in __chunk_insertion_sort()
1427 _RandomAccessIter __last, in __chunk_insertion_sort()
1439 _RandomAccessIter __last, in __merge_sort_with_buffer()
1458 _RandomAccessIter __last, _Pointer __buffer, in __merge_sort_with_buffer()
1476 _RandomAccessIter __last, _Pointer __buffer, in __stable_sort_adaptive()
1495 _RandomAccessIter __last, _Pointer __buffer, in __stable_sort_adaptive()
1518 _RandomAccessIter __last, _Tp*, _Distance*) { in __stable_sort_aux()
1529 _RandomAccessIter __last, _Tp*, _Distance*, in __stable_sort_aux()
1542 _RandomAccessIter __last) { in stable_sort()
1550 _RandomAccessIter __last, _Compare __comp) { in stable_sort()
1561 _RandomAccessIter __last, _Tp*) { in __partial_sort()
1573 _RandomAccessIter __last) { in partial_sort()
1579 _RandomAccessIter __last, _Tp*, _Compare __comp) { in __partial_sort()
1591 _RandomAccessIter __last, _Compare __comp) { in partial_sort()
1598 _InputIter __last, in __partial_sort_copy()
1623 partial_sort_copy(_InputIter __first, _InputIter __last, in partial_sort_copy()
1634 _InputIter __last, in __partial_sort_copy()
1660 partial_sort_copy(_InputIter __first, _InputIter __last, in partial_sort_copy()
1673 _RandomAccessIter __last, _Tp*) { in __nth_element()
1690 _RandomAccessIter __last) { in nth_element()
1696 _RandomAccessIter __last, _Tp*, _Compare __comp) { in __nth_element()
1715 _RandomAccessIter __last, _Compare __comp) { in nth_element()
1723 _ForwardIter __lower_bound(_ForwardIter __first, _ForwardIter __last, in __lower_bound()
1747 inline _ForwardIter lower_bound(_ForwardIter __first, _ForwardIter __last, in lower_bound()
1754 _ForwardIter __lower_bound(_ForwardIter __first, _ForwardIter __last, in __lower_bound()
1778 inline _ForwardIter lower_bound(_ForwardIter __first, _ForwardIter __last, in lower_bound()
1785 _ForwardIter __upper_bound(_ForwardIter __first, _ForwardIter __last, in __upper_bound()
1809 inline _ForwardIter upper_bound(_ForwardIter __first, _ForwardIter __last, in upper_bound()
1816 _ForwardIter __upper_bound(_ForwardIter __first, _ForwardIter __last, in __upper_bound()
1840 inline _ForwardIter upper_bound(_ForwardIter __first, _ForwardIter __last, in upper_bound()
1848 __equal_range(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, in __equal_range()
1879 equal_range(_ForwardIter __first, _ForwardIter __last, const _Tp& __val) { in equal_range()
1886 __equal_range(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, in __equal_range()
1917 equal_range(_ForwardIter __first, _ForwardIter __last, const _Tp& __val, in equal_range()
1924 bool binary_search(_ForwardIter __first, _ForwardIter __last, in binary_search()
1931 bool binary_search(_ForwardIter __first, _ForwardIter __last, in binary_search()
1982 _BidirectionalIter __last, in __merge_without_buffer()
2018 _BidirectionalIter __last, in __merge_without_buffer()
2056 _BidirectionalIter1 __last, in __rotate_adaptive()
2137 _BidirectionalIter __last, in __merge_adaptive()
2179 _BidirectionalIter __last, in __merge_adaptive()
2222 _BidirectionalIter __last, _Tp*, _Distance*) { in __inplace_merge_aux()
2240 _BidirectionalIter __last, _Tp*, _Distance*, in __inplace_merge_aux()
2259 _BidirectionalIter __last) { in inplace_merge()
2269 _BidirectionalIter __last, _Compare __comp) { in inplace_merge()
2485 _ForwardIter max_element(_ForwardIter __first, _ForwardIter __last) { in max_element()
2495 _ForwardIter max_element(_ForwardIter __first, _ForwardIter __last, in max_element()
2505 _ForwardIter min_element(_ForwardIter __first, _ForwardIter __last) { in min_element()
2515 _ForwardIter min_element(_ForwardIter __first, _ForwardIter __last, in min_element()
2529 bool next_permutation(_BidirectionalIter __first, _BidirectionalIter __last) { in next_permutation()
2558 bool next_permutation(_BidirectionalIter __first, _BidirectionalIter __last, in next_permutation()
2588 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last) { in prev_permutation()
2617 bool prev_permutation(_BidirectionalIter __first, _BidirectionalIter __last, in prev_permutation()
2836 inline bool is_heap(_RandomAccessIter __first, _RandomAccessIter __last) in is_heap()
2843 inline bool is_heap(_RandomAccessIter __first, _RandomAccessIter __last, in is_heap()
2854 bool is_sorted(_ForwardIter __first, _ForwardIter __last) in is_sorted()
2869 bool is_sorted(_ForwardIter __first, _ForwardIter __last, in is_sorted()