Searched defs:take_while (Results 1 – 7 of 7) sorted by relevance
219 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function396 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
618 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function
236 template <class PredicateT> ArrayRef<T> take_while(PredicateT Pred) const { in take_while() function412 MutableArrayRef<T> take_while(PredicateT Pred) const { in take_while() function
628 StringRef take_while(function_ref<bool(char)> F) const { in take_while() function
188 pub fn take_while<F, Input, Error: ParseError<Input>>( in take_while() function
183 pub fn take_while<F, Input, Error: ParseError<Input>>( in take_while() function
160 fn take_while() { in take_while() function