Searched defs:take_until (Results 1 – 6 of 6) sorted by relevance
225 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() function403 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until() function
626 StringRef take_until(function_ref<bool(char)> F) const { in take_until() function
242 template <class PredicateT> ArrayRef<T> take_until(PredicateT Pred) const { in take_until() function419 MutableArrayRef<T> take_until(PredicateT Pred) const { in take_until() function
635 StringRef take_until(function_ref<bool(char)> F) const { in take_until() function
446 pub fn take_until<T, Input, Error: ParseError<Input>>( in take_until() function
435 pub fn take_until<T, Input, Error: ParseError<Input>>( in take_until() function