Lines Matching full:based
19 // This header file provides Container-based versions of algorithmic functions
141 // Container-based version of absl::linear_search() for performing a linear
156 // Container-based version of the <iterator> `std::distance()` function to
171 // Container-based version of the <algorithm> `std::all_of()` function to
182 // Container-based version of the <algorithm> `std::any_of()` function to
193 // Container-based version of the <algorithm> `std::none_of()` function to
204 // Container-based version of the <algorithm> `std::for_each()` function to
215 // Container-based version of the <algorithm> `std::find()` function to find
226 // Container-based version of the <algorithm> `std::find_if()` function to find
237 // Container-based version of the <algorithm> `std::find_if_not()` function to
249 // Container-based version of the <algorithm> `std::find_end()` function to
274 // Container-based version of the <algorithm> `std::find_first_of()` function to
300 // Container-based version of the <algorithm> `std::adjacent_find()` function to
321 // Container-based version of the <algorithm> `std::count()` function to count
333 // Container-based version of the <algorithm> `std::count_if()` function to
345 // Container-based version of the <algorithm> `std::mismatch()` function to
389 // Container-based version of the <algorithm> `std::equal()` function to
395 // sizes are equal. This better matches expectations about c_equal() based on
427 // Container-based version of the <algorithm> `std::is_permutation()` function
450 // Container-based version of the <algorithm> `std::search()` function to search
475 // Container-based version of the <algorithm> `std::search_n()` function to
503 // Container-based version of the <algorithm> `std::copy()` function to copy a
513 // Container-based version of the <algorithm> `std::copy_n()` function to copy a
522 // Container-based version of the <algorithm> `std::copy_if()` function to copy
534 // Container-based version of the <algorithm> `std::copy_backward()` function to
545 // Container-based version of the <algorithm> `std::move()` function to move
555 // Container-based version of the <algorithm> `std::move_backward()` function to
565 // Container-based version of the <algorithm> `std::swap_ranges()` function to
584 // Container-based version of the <algorithm> `std::transform()` function to
618 // Container-based version of the <algorithm> `std::replace()` function to
630 // Container-based version of the <algorithm> `std::replace_if()` function to
631 // replace a container's elements of some value with a new value based on some
642 // Container-based version of the <algorithm> `std::replace_copy()` function to
656 // Container-based version of the <algorithm> `std::replace_copy_if()` function
657 // to replace a container's elements of some value with a new value based on
669 // Container-based version of the <algorithm> `std::fill()` function to fill a
679 // Container-based version of the <algorithm> `std::fill_n()` function to fill
688 // Container-based version of the <algorithm> `std::generate()` function to
699 // Container-based version of the <algorithm> `std::generate_n()` function to
716 // Container-based version of the <algorithm> `std::remove_copy()` function to
729 // Container-based version of the <algorithm> `std::remove_copy_if()` function
742 // Container-based version of the <algorithm> `std::unique_copy()` function to
763 // Container-based version of the <algorithm> `std::reverse()` function to
773 // Container-based version of the <algorithm> `std::reverse()` function to
784 // Container-based version of the <algorithm> `std::rotate()` function to
796 // Container-based version of the <algorithm> `std::rotate_copy()` function to
811 // Container-based version of the <algorithm> `std::shuffle()` function to
827 // Container-based version of the <algorithm> `std::is_partitioned()` function
839 // Container-based version of the <algorithm> `std::partition()` function
852 // Container-based version of the <algorithm> `std::stable_partition()` function
867 // Container-based version of the <algorithm> `std::partition_copy()` function
883 // Container-based version of the <algorithm> `std::partition_point()` function
900 // Container-based version of the <algorithm> `std::sort()` function
919 // Container-based version of the <algorithm> `std::stable_sort()` function
939 // Container-based version of the <algorithm> `std::is_sorted()` function
958 // Container-based version of the <algorithm> `std::partial_sort()` function
983 // Container-based version of the <algorithm> `std::partial_sort_copy()`
1012 // Container-based version of the <algorithm> `std::is_sorted_until()` function
1033 // Container-based version of the <algorithm> `std::nth_element()` function
1064 // Container-based version of the <algorithm> `std::lower_bound()` function
1086 // Container-based version of the <algorithm> `std::upper_bound()` function
1108 // Container-based version of the <algorithm> `std::equal_range()` function
1130 // Container-based version of the <algorithm> `std::binary_search()` function
1156 // Container-based version of the <algorithm> `std::merge()` function
1180 // Container-based version of the <algorithm> `std::inplace_merge()` function
1202 // Container-based version of the <algorithm> `std::includes()` function
1226 // Container-based version of the <algorithm> `std::set_union()` function
1263 // Container-based version of the <algorithm> `std::set_intersection()` function
1310 // Container-based version of the <algorithm> `std::set_difference()` function
1348 // Container-based version of the <algorithm> `std::set_symmetric_difference()`
1393 // Container-based version of the <algorithm> `std::push_heap()` function
1412 // Container-based version of the <algorithm> `std::pop_heap()` function
1431 // Container-based version of the <algorithm> `std::make_heap()` function
1450 // Container-based version of the <algorithm> `std::sort_heap()` function
1469 // Container-based version of the <algorithm> `std::is_heap()` function
1488 // Container-based version of the <algorithm> `std::is_heap_until()` function
1513 // Container-based version of the <algorithm> `std::min_element()` function
1535 // Container-based version of the <algorithm> `std::max_element()` function
1557 // Container-based version of the <algorithm> `std::minmax_element()` function
1584 // Container-based version of the <algorithm> `std::lexicographical_compare()`
1614 // Container-based version of the <algorithm> `std::next_permutation()` function
1634 // Container-based version of the <algorithm> `std::prev_permutation()` function
1658 // Container-based version of the <numeric> `std::iota()` function
1669 // Container-based version of the <numeric> `std::accumulate()` function
1696 // Container-based version of the <numeric> `std::inner_product()` function
1727 // Container-based version of the <numeric> `std::adjacent_difference()`
1750 // Container-based version of the <numeric> `std::partial_sum()` function