Searched defs:take_while1 (Results 1 – 4 of 4) sorted by relevance
222 pub fn take_while1<F, Input, Error: ParseError<Input>>( in take_while1() function
213 pub fn take_while1<F, Input, Error: ParseError<Input>>( in take_while1() function
178 fn take_while1() { in take_while1() function
411 pub fn take_while1<Input, F>(f: F) -> TakeWhile1<Input, F> in take_while1() function