Lines Matching full:based
19 // This header file provides Container-based versions of algorithmic functions
138 // Container-based version of absl::linear_search() for performing a linear
153 // Container-based version of the <iterator> `std::distance()` function to
168 // Container-based version of the <algorithm> `std::all_of()` function to
179 // Container-based version of the <algorithm> `std::any_of()` function to
190 // Container-based version of the <algorithm> `std::none_of()` function to
201 // Container-based version of the <algorithm> `std::for_each()` function to
212 // Container-based version of the <algorithm> `std::find()` function to find
223 // Container-based version of the <algorithm> `std::find_if()` function to find
234 // Container-based version of the <algorithm> `std::find_if_not()` function to
246 // Container-based version of the <algorithm> `std::find_end()` function to
271 // Container-based version of the <algorithm> `std::find_first_of()` function to
297 // Container-based version of the <algorithm> `std::adjacent_find()` function to
318 // Container-based version of the <algorithm> `std::count()` function to count
330 // Container-based version of the <algorithm> `std::count_if()` function to
342 // Container-based version of the <algorithm> `std::mismatch()` function to
386 // Container-based version of the <algorithm> `std::equal()` function to
392 // sizes are equal. This better matches expectations about c_equal() based on
424 // Container-based version of the <algorithm> `std::is_permutation()` function
447 // Container-based version of the <algorithm> `std::search()` function to search
472 // Container-based version of the <algorithm> `std::search_n()` function to
500 // Container-based version of the <algorithm> `std::copy()` function to copy a
510 // Container-based version of the <algorithm> `std::copy_n()` function to copy a
519 // Container-based version of the <algorithm> `std::copy_if()` function to copy
531 // Container-based version of the <algorithm> `std::copy_backward()` function to
542 // Container-based version of the <algorithm> `std::move()` function to move
552 // Container-based version of the <algorithm> `std::move_backward()` function to
562 // Container-based version of the <algorithm> `std::swap_ranges()` function to
581 // Container-based version of the <algorithm> `std::transform()` function to
615 // Container-based version of the <algorithm> `std::replace()` function to
627 // Container-based version of the <algorithm> `std::replace_if()` function to
628 // replace a container's elements of some value with a new value based on some
639 // Container-based version of the <algorithm> `std::replace_copy()` function to
653 // Container-based version of the <algorithm> `std::replace_copy_if()` function
654 // to replace a container's elements of some value with a new value based on
667 // Container-based version of the <algorithm> `std::fill()` function to fill a
677 // Container-based version of the <algorithm> `std::fill_n()` function to fill
687 // Container-based version of the <algorithm> `std::generate()` function to
698 // Container-based version of the <algorithm> `std::generate_n()` function to
715 // Container-based version of the <algorithm> `std::remove_copy()` function to
727 // Container-based version of the <algorithm> `std::remove_copy_if()` function
740 // Container-based version of the <algorithm> `std::unique_copy()` function to
761 // Container-based version of the <algorithm> `std::reverse()` function to
771 // Container-based version of the <algorithm> `std::reverse()` function to
782 // Container-based version of the <algorithm> `std::rotate()` function to
794 // Container-based version of the <algorithm> `std::rotate_copy()` function to
809 // Container-based version of the <algorithm> `std::shuffle()` function to
825 // Container-based version of the <algorithm> `std::is_partitioned()` function
837 // Container-based version of the <algorithm> `std::partition()` function
850 // Container-based version of the <algorithm> `std::stable_partition()` function
865 // Container-based version of the <algorithm> `std::partition_copy()` function
881 // Container-based version of the <algorithm> `std::partition_point()` function
898 // Container-based version of the <algorithm> `std::sort()` function
917 // Container-based version of the <algorithm> `std::stable_sort()` function
937 // Container-based version of the <algorithm> `std::is_sorted()` function
956 // Container-based version of the <algorithm> `std::partial_sort()` function
981 // Container-based version of the <algorithm> `std::partial_sort_copy()`
1010 // Container-based version of the <algorithm> `std::is_sorted_until()` function
1031 // Container-based version of the <algorithm> `std::nth_element()` function
1062 // Container-based version of the <algorithm> `std::lower_bound()` function
1085 // Container-based version of the <algorithm> `std::upper_bound()` function
1108 // Container-based version of the <algorithm> `std::equal_range()` function
1131 // Container-based version of the <algorithm> `std::binary_search()` function
1157 // Container-based version of the <algorithm> `std::merge()` function
1181 // Container-based version of the <algorithm> `std::inplace_merge()` function
1203 // Container-based version of the <algorithm> `std::includes()` function
1227 // Container-based version of the <algorithm> `std::set_union()` function
1264 // Container-based version of the <algorithm> `std::set_intersection()` function
1301 // Container-based version of the <algorithm> `std::set_difference()` function
1339 // Container-based version of the <algorithm> `std::set_symmetric_difference()`
1384 // Container-based version of the <algorithm> `std::push_heap()` function
1403 // Container-based version of the <algorithm> `std::pop_heap()` function
1422 // Container-based version of the <algorithm> `std::make_heap()` function
1441 // Container-based version of the <algorithm> `std::sort_heap()` function
1460 // Container-based version of the <algorithm> `std::is_heap()` function
1479 // Container-based version of the <algorithm> `std::is_heap_until()` function
1504 // Container-based version of the <algorithm> `std::min_element()` function
1526 // Container-based version of the <algorithm> `std::max_element()` function
1548 // Container-based version of the <algorithm> `std::minmax_element()` function
1575 // Container-based version of the <algorithm> `std::lexicographical_compare()`
1604 // Container-based version of the <algorithm> `std::next_permutation()` function
1624 // Container-based version of the <algorithm> `std::prev_permutation()` function
1648 // Container-based version of the <algorithm> `std::iota()` function
1659 // Container-based version of the <algorithm> `std::accumulate()` function
1686 // Container-based version of the <algorithm> `std::inner_product()` function
1717 // Container-based version of the <algorithm> `std::adjacent_difference()`
1740 // Container-based version of the <algorithm> `std::partial_sum()` function