Searched refs:chunk_by_view (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Dchunk_by_view.h57 class _LIBCPP_ABI_LLVM18_NO_UNIQUE_ADDRESS chunk_by_view : public view_interface<chunk_by_view<_View, _Pred>> { class in namespace:ranges
70 __pred_.__has_value(), "Trying to call __find_next() on a chunk_by_view that does not have a valid predicate.");
85 __pred_.__has_value(), "Trying to call __find_prev() on a chunk_by_view that does not have a valid predicate.");
96 _LIBCPP_HIDE_FROM_ABI chunk_by_view()
100 _LIBCPP_HIDE_FROM_ABI constexpr explicit chunk_by_view(_View __base, _Pred __pred) function in class:ranges::chunk_by_view
116 __pred_.__has_value(), "Trying to call begin() on a chunk_by_view that does not have a valid predicate.");
135 chunk_by_view(_Range&&, _Pred) -> chunk_by_view<views::all_t<_Range>, _Pred>; member in namespace:ranges
139 class chunk_by_view<_Vie
[all...]
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dranges.inc316 using std::ranges::chunk_by_view;
/freebsd-current/lib/libc++/
H A DMakefile1049 RNG_HEADERS+= chunk_by_view.h

Completed in 59 milliseconds