Home
last modified time | relevance | path

Searched refs:many1_count (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/nom/src/multi/
Dmacros.rs269 macro_rules! many1_count { macro
972 fn many1_count() { in many1_count() function
975 many1_count!(pair!(digit, tag!(","))) in many1_count()
Dmod.rs553 pub fn many1_count<I, O, E, F>(f: F) -> impl Fn(I) -> IResult<I, usize, E> in many1_count() function
595 many1_count(f)(i) in many1_countc()
/external/rust/crates/nom/
DCHANGELOG.md173 - `many0_count` and `many1_count` to count applications of a parser instead of