Searched refs:many1_count (Results 1 – 3 of 3) sorted by relevance
269 macro_rules! many1_count { macro972 fn many1_count() { in many1_count() function975 many1_count!(pair!(digit, tag!(","))) in many1_count()
553 pub fn many1_count<I, O, E, F>(f: F) -> impl Fn(I) -> IResult<I, usize, E> in many1_count() function595 many1_count(f)(i) in many1_countc()
173 - `many0_count` and `many1_count` to count applications of a parser instead of