Searched defs:__range (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_move_backward.h59 operator()(_Range&& __range, _Iter __result) const { argument
H A Dranges_next_permutation.h58 operator()(_Range&& __range, _Comp __comp = {}, _Proj __proj = {}) const { argument
H A Dranges_move.h57 operator()(_Range&& __range, _OutIter __result) const { argument
H A Dranges_none_of.h58 operator()(_Range&& __range, _Pred __pred, _Proj __proj = {}) const { argument
H A Dranges_contains.h48 operator()(_Range&& __range, const _Type& __value, _Proj __proj = {}) { argument
H A Dranges_inplace_merge.h65 operator()(_Range&& __range, iterator_t<_Range> __middle, _Comp __comp = {}, _Proj __proj = {}) const { argument
H A Dranges_is_heap_until.h63 operator()(_Range&& __range, _Comp __comp = {}, _Proj __proj = {}) const { argument
H A Dranges_generate.h55 _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range> operator()(_Range&& __range, _Func __gen) const { argument
H A Dranges_is_partitioned.h69 operator()(_Range&& __range, _Pred __pred, _Proj __proj = {}) const { argument
H A Dranges_sample.h55 operator()(_Range&& __range, _OutIter __out_first, range_difference_t<_Range> __n, _Gen&& __gen) const { argument
H A Dranges_shuffle.h54 _LIBCPP_HIDE_FROM_ABI borrowed_iterator_t<_Range> operator()(_Range&& __range, _Gen&& __gen) const { argument
H A Dranges_rotate_copy.h51 operator()(_Range&& __range, iterator_t<_Range> __middle, _OutIter __result) const { argument
H A Dranges_rotate.h53 operator()(_Range&& __range, iterator_t<_Range> __middle) const { argument
H A Dcopy_move_common.h108 auto __range = std::__unwrap_range(__first, std::move(__last)); local
H A Dranges_equal_range.h60 operator()(_Range&& __range, const _Tp& __value, _Comp __comp = {}, _Proj __proj = {}) const { argument
H A Dranges_for_each.h64 operator()(_Range&& __range, _Func __func, _Proj __proj = {}) const { argument
H A Dranges_fill.h45 _LIBCPP_HIDE_FROM_ABI constexpr borrowed_iterator_t<_Range> operator()(_Range&& __range, const _Type& __value) const { argument
H A Dranges_partial_sort_copy.h87 operator ()( _Range1&& __range, _Range2&& __result_range, _Comp __comp = {}, _Proj1 __proj1 = {}, _Proj2 __proj2 = {}) const argument
H A Dranges_partition_copy.h91 operator()(_Range&& __range, _OutIter1 __out_true, _OutIter2 __out_false, _Pred __pred, _Proj __proj = {}) const { argument
H A Dranges_partition.h70 operator()(_Range&& __range, _Pred __pred, _Proj __proj = {}) const { argument
H A Dranges_prev_permutation.h58 operator()(_Range&& __range, _Comp __comp = {}, _Proj __proj = {}) const { argument
H A Dranges_is_sorted_until.h65 operator()(_Range&& __range, _Comp __comp = {}, _Proj __proj = {}) const { argument
H A Dranges_is_sorted.h49 operator()(_Range&& __range, _Comp __comp = {}, _Proj __proj = {}) const { argument
H A Dranges_unique_copy.h96 operator()(_Range&& __range, _OutIter __result, _Comp __comp = {}, _Proj __proj = {}) const { argument
H A Dranges_unique.h62 operator()(_Range&& __range, _Comp __comp = {}, _Proj __proj = {}) const { argument

Completed in 139 milliseconds

12