Searched refs:__at_end (Results 1 – 3 of 3) sorted by relevance
132 _LIBCPP_HIDE_FROM_ABI constexpr bool __at_end() const noexcept { return __first_ == __last_; } in __at_end() function261 _LIBCPP_HIDE_FROM_ABI constexpr bool __at_end() const noexcept { return __first_ == __last_; } in __at_end() function553 while (!__code_point_view_.__at_end()) { in __consume()581 _LIBCPP_HIDE_FROM_ABI constexpr bool __at_end() const noexcept { return __first_ == __last_; } in __at_end() function
193 while (!__view.__at_end()) { in __escape()
160 while (!__view.__at_end())