Searched refs:__find_next (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Dsplit_view.h67 _LIBCPP_HIDE_FROM_ABI constexpr subrange<iterator_t<_View>> __find_next(iterator_t<_View> __it) { function in class:ranges::split_view
101 __cached_begin_.__emplace(__find_next(ranges::begin(__base_)));
157 __next_ = __parent_->__find_next(__cur_);
H A Dchunk_by_view.h67 _LIBCPP_HIDE_FROM_ABI constexpr iterator_t<_View> __find_next(iterator_t<_View> __current) { function in class:ranges::chunk_by_view
70 __pred_.__has_value(), "Trying to call __find_next() on a chunk_by_view that does not have a valid predicate.");
120 __cached_begin_.__emplace(__find_next(__first));
166 // Attempting to increment an end iterator is a no-op (`__find_next` would return the same argument given to it).
169 __next_ = __parent_->__find_next(__current_);

Completed in 146 milliseconds