Searched defs:take_while (Results 1 – 2 of 2) sorted by relevance
241 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function426 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
636 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function