Home
last modified time | relevance | path

Searched refs:many_tillc (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/nom/src/multi/
Dmod.rs206 pub fn many_tillc<I, O, P, E, F, G>(i: I, f: F, g: G) -> IResult<I, (Vec<O>, P), E> in many_tillc() function
Dmacros.rs187 $crate::multi::many_tillc($i, $f, $g)