• Home
  • Raw
  • Download

Lines Matching full:based

19 // This header file provides Container-based versions of algorithmic functions
130 // Container-based version of absl::linear_search() for performing a linear
145 // Container-based version of the <iterator> `std::distance()` function to
160 // Container-based version of the <algorithm> `std::all_of()` function to
171 // Container-based version of the <algorithm> `std::any_of()` function to
182 // Container-based version of the <algorithm> `std::none_of()` function to
193 // Container-based version of the <algorithm> `std::for_each()` function to
204 // Container-based version of the <algorithm> `std::find()` function to find
215 // Container-based version of the <algorithm> `std::find_if()` function to find
226 // Container-based version of the <algorithm> `std::find_if_not()` function to
238 // Container-based version of the <algorithm> `std::find_end()` function to
263 // Container-based version of the <algorithm> `std::find_first_of()` function to
289 // Container-based version of the <algorithm> `std::adjacent_find()` function to
310 // Container-based version of the <algorithm> `std::count()` function to count
322 // Container-based version of the <algorithm> `std::count_if()` function to
334 // Container-based version of the <algorithm> `std::mismatch()` function to
360 // Container-based version of the <algorithm> `std::equal()` function to
383 // Container-based version of the <algorithm> `std::is_permutation()` function
406 // Container-based version of the <algorithm> `std::search()` function to search
431 // Container-based version of the <algorithm> `std::search_n()` function to
459 // Container-based version of the <algorithm> `std::copy()` function to copy a
469 // Container-based version of the <algorithm> `std::copy_n()` function to copy a
478 // Container-based version of the <algorithm> `std::copy_if()` function to copy
490 // Container-based version of the <algorithm> `std::copy_backward()` function to
501 // Container-based version of the <algorithm> `std::move()` function to move
511 // Container-based version of the <algorithm> `std::move_backward()` function to
521 // Container-based version of the <algorithm> `std::swap_ranges()` function to
540 // Container-based version of the <algorithm> `std::transform()` function to
574 // Container-based version of the <algorithm> `std::replace()` function to
586 // Container-based version of the <algorithm> `std::replace_if()` function to
587 // replace a container's elements of some value with a new value based on some
598 // Container-based version of the <algorithm> `std::replace_copy()` function to
612 // Container-based version of the <algorithm> `std::replace_copy_if()` function
613 // to replace a container's elements of some value with a new value based on
625 // Container-based version of the <algorithm> `std::fill()` function to fill a
635 // Container-based version of the <algorithm> `std::fill_n()` function to fill
644 // Container-based version of the <algorithm> `std::generate()` function to
655 // Container-based version of the <algorithm> `std::generate_n()` function to
672 // Container-based version of the <algorithm> `std::remove_copy()` function to
685 // Container-based version of the <algorithm> `std::remove_copy_if()` function
698 // Container-based version of the <algorithm> `std::unique_copy()` function to
719 // Container-based version of the <algorithm> `std::reverse()` function to
729 // Container-based version of the <algorithm> `std::reverse()` function to
740 // Container-based version of the <algorithm> `std::rotate()` function to
752 // Container-based version of the <algorithm> `std::rotate_copy()` function to
767 // Container-based version of the <algorithm> `std::shuffle()` function to
779 // Container-based version of the <algorithm> `std::sample()` function to
813 // Container-based version of the <algorithm> `std::is_partitioned()` function
825 // Container-based version of the <algorithm> `std::partition()` function
838 // Container-based version of the <algorithm> `std::stable_partition()` function
853 // Container-based version of the <algorithm> `std::partition_copy()` function
869 // Container-based version of the <algorithm> `std::partition_point()` function
886 // Container-based version of the <algorithm> `std::sort()` function
905 // Container-based version of the <algorithm> `std::stable_sort()` function
925 // Container-based version of the <algorithm> `std::is_sorted()` function
944 // Container-based version of the <algorithm> `std::partial_sort()` function
969 // Container-based version of the <algorithm> `std::partial_sort_copy()`
998 // Container-based version of the <algorithm> `std::is_sorted_until()` function
1019 // Container-based version of the <algorithm> `std::nth_element()` function
1050 // Container-based version of the <algorithm> `std::lower_bound()` function
1072 // Container-based version of the <algorithm> `std::upper_bound()` function
1094 // Container-based version of the <algorithm> `std::equal_range()` function
1116 // Container-based version of the <algorithm> `std::binary_search()` function
1142 // Container-based version of the <algorithm> `std::merge()` function
1166 // Container-based version of the <algorithm> `std::inplace_merge()` function
1188 // Container-based version of the <algorithm> `std::includes()` function
1212 // Container-based version of the <algorithm> `std::set_union()` function
1249 // Container-based version of the <algorithm> `std::set_intersection()` function
1296 // Container-based version of the <algorithm> `std::set_difference()` function
1334 // Container-based version of the <algorithm> `std::set_symmetric_difference()`
1379 // Container-based version of the <algorithm> `std::push_heap()` function
1398 // Container-based version of the <algorithm> `std::pop_heap()` function
1417 // Container-based version of the <algorithm> `std::make_heap()` function
1436 // Container-based version of the <algorithm> `std::sort_heap()` function
1455 // Container-based version of the <algorithm> `std::is_heap()` function
1474 // Container-based version of the <algorithm> `std::is_heap_until()` function
1499 // Container-based version of the <algorithm> `std::min_element()` function
1521 // Container-based version of the <algorithm> `std::max_element()` function
1543 // Container-based version of the <algorithm> `std::minmax_element()` function
1570 // Container-based version of the <algorithm> `std::lexicographical_compare()`
1600 // Container-based version of the <algorithm> `std::next_permutation()` function
1620 // Container-based version of the <algorithm> `std::prev_permutation()` function
1644 // Container-based version of the <numeric> `std::iota()` function
1655 // Container-based version of the <numeric> `std::accumulate()` function
1682 // Container-based version of the <numeric> `std::inner_product()` function
1713 // Container-based version of the <numeric> `std::adjacent_difference()`
1736 // Container-based version of the <numeric> `std::partial_sum()` function