Searched defs:take_while (Results 1 – 3 of 3) sorted by relevance
248 template <typename F> StringView take_while(F Function) const { in take_while() function
242 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function427 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
643 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function