Searched defs:many1_count (Results 1 – 2 of 2) sorted by relevance
269 macro_rules! many1_count { macro972 fn many1_count() { in many1_count() function
553 pub fn many1_count<I, O, E, F>(f: F) -> impl Fn(I) -> IResult<I, usize, E> in many1_count() function