Searched refs:drop_while (Results 1 – 9 of 9) sorted by relevance
125 inline constexpr auto drop_while = __drop_while::__fn{};
217 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function400 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
608 [[nodiscard]] StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function
150 return S.drop_while([](char c) { return isASCII(c) && isWhitespace(c); }); in consumeWhitespace()
98 scratch = scratch.drop_while([](char c) { return std::isalnum(c); }); in consumeInlineNamespace()
218 using std::ranges::views::drop_while;
217 namespace views { inline constexpr unspecified drop_while = unspecified; }
3783 SYMBOL(drop_while, std::ranges::views::, <ranges>)3854 SYMBOL(drop_while, std::views::, <ranges>)