Searched defs:take_while (Results 1 – 2 of 2) sorted by relevance
239 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function437 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
605 [[nodiscard]] StringRef take_while(function_ref<bool(char)> F) const { in take_while() function