Home
last modified time | relevance | path

Searched refs:while1_s (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/nom/src/
H A Dstr.rs363 fn while1_s(c: char) -> bool { in take_while1_succeed() functions
375 take_while1(while1_s)(input) in take_while1_succeed()
453 fn while1_s(c: char) -> bool { in take_while1_fail() functions
457 take_while1(while1_s)(input) in take_while1_fail()

Completed in 2 milliseconds