Home
last modified time | relevance | path

Searched defs:take_while (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/CPP/
H A DStringView.h248 template <typename F> StringView take_while(F Function) const { in take_while() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DArrayRef.h242 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
427 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
H A DStringRef.h643 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function