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