Searched refs:many0_countc (Results 1 – 2 of 2) sorted by relevance
246 $crate::multi::many0_countc($i, |i| $submac!(i, $($args)*))250 $crate::multi::many0_countc($i, $f)
523 pub fn many0_countc<I, O, E, F>(i: I, f: F) -> IResult<I, usize, E> in many0_countc() function