Searched defs:drop_while (Results 1 – 3 of 3) sorted by relevance
260 template <typename F> StringView drop_while(F Function) const { in drop_while() function
216 template <class PredicateT> ArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function399 MutableArrayRef<T> drop_while(PredicateT Pred) const { in drop_while() function
673 StringRef drop_while(function_ref<bool(char)> F) const { in drop_while() function