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
365 // Container-based version of the <algorithm> `std::equal()` function to
371 // sizes are equal. This better matches expectations about c_equal() based on
403 // Container-based version of the <algorithm> `std::is_permutation()` function
426 // Container-based version of the <algorithm> `std::search()` function to search
451 // Container-based version of the <algorithm> `std::search_n()` function to
479 // Container-based version of the <algorithm> `std::copy()` function to copy a
489 // Container-based version of the <algorithm> `std::copy_n()` function to copy a
498 // Container-based version of the <algorithm> `std::copy_if()` function to copy
510 // Container-based version of the <algorithm> `std::copy_backward()` function to
521 // Container-based version of the <algorithm> `std::move()` function to move
531 // Container-based version of the <algorithm> `std::move_backward()` function to
541 // Container-based version of the <algorithm> `std::swap_ranges()` function to
552 // Container-based version of the <algorithm> `std::transform()` function to
579 // Container-based version of the <algorithm> `std::replace()` function to
591 // Container-based version of the <algorithm> `std::replace_if()` function to
592 // replace a container's elements of some value with a new value based on some
603 // Container-based version of the <algorithm> `std::replace_copy()` function to
617 // Container-based version of the <algorithm> `std::replace_copy_if()` function
618 // to replace a container's elements of some value with a new value based on
631 // Container-based version of the <algorithm> `std::fill()` function to fill a
641 // Container-based version of the <algorithm> `std::fill_n()` function to fill
651 // Container-based version of the <algorithm> `std::generate()` function to
662 // Container-based version of the <algorithm> `std::generate_n()` function to
679 // Container-based version of the <algorithm> `std::remove_copy()` function to
691 // Container-based version of the <algorithm> `std::remove_copy_if()` function
704 // Container-based version of the <algorithm> `std::unique_copy()` function to
725 // Container-based version of the <algorithm> `std::reverse()` function to
735 // Container-based version of the <algorithm> `std::reverse()` function to
746 // Container-based version of the <algorithm> `std::rotate()` function to
758 // Container-based version of the <algorithm> `std::rotate_copy()` function to
773 // Container-based version of the <algorithm> `std::shuffle()` function to
789 // Container-based version of the <algorithm> `std::is_partitioned()` function
801 // Container-based version of the <algorithm> `std::partition()` function
814 // Container-based version of the <algorithm> `std::stable_partition()` function
829 // Container-based version of the <algorithm> `std::partition_copy()` function
845 // Container-based version of the <algorithm> `std::partition_point()` function
862 // Container-based version of the <algorithm> `std::sort()` function
881 // Container-based version of the <algorithm> `std::stable_sort()` function
901 // Container-based version of the <algorithm> `std::is_sorted()` function
920 // Container-based version of the <algorithm> `std::partial_sort()` function
945 // Container-based version of the <algorithm> `std::partial_sort_copy()`
973 // Container-based version of the <algorithm> `std::is_sorted_until()` function
994 // Container-based version of the <algorithm> `std::nth_element()` function
1025 // Container-based version of the <algorithm> `std::lower_bound()` function
1048 // Container-based version of the <algorithm> `std::upper_bound()` function
1071 // Container-based version of the <algorithm> `std::equal_range()` function
1094 // Container-based version of the <algorithm> `std::binary_search()` function
1120 // Container-based version of the <algorithm> `std::merge()` function
1144 // Container-based version of the <algorithm> `std::inplace_merge()` function
1166 // Container-based version of the <algorithm> `std::includes()` function
1190 // Container-based version of the <algorithm> `std::set_union()` function
1227 // Container-based version of the <algorithm> `std::set_intersection()` function
1264 // Container-based version of the <algorithm> `std::set_difference()` function
1302 // Container-based version of the <algorithm> `std::set_symmetric_difference()`
1347 // Container-based version of the <algorithm> `std::push_heap()` function
1366 // Container-based version of the <algorithm> `std::pop_heap()` function
1385 // Container-based version of the <algorithm> `std::make_heap()` function
1404 // Container-based version of the <algorithm> `std::sort_heap()` function
1423 // Container-based version of the <algorithm> `std::is_heap()` function
1442 // Container-based version of the <algorithm> `std::is_heap_until()` function
1467 // Container-based version of the <algorithm> `std::min_element()` function
1489 // Container-based version of the <algorithm> `std::max_element()` function
1511 // Container-based version of the <algorithm> `std::minmax_element()` function
1538 // Container-based version of the <algorithm> `std::lexicographical_compare()`
1567 // Container-based version of the <algorithm> `std::next_permutation()` function
1587 // Container-based version of the <algorithm> `std::prev_permutation()` function
1611 // Container-based version of the <algorithm> `std::iota()` function
1622 // Container-based version of the <algorithm> `std::accumulate()` function
1649 // Container-based version of the <algorithm> `std::inner_product()` function
1680 // Container-based version of the <algorithm> `std::adjacent_difference()`
1703 // Container-based version of the <algorithm> `std::partial_sum()` function