Searched defs:take_until (Results 1 – 9 of 9) 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
328 fn take_until() { in take_until() function
306 macro_rules! take_until { macro
156 mod take_until; module1037 fn take_until<Fut>(self, fut: Fut) -> TakeUntil<Self, Fut> in take_until() method
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