Home
last modified time | relevance | path

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

/external/rust/crates/clap/src/args/
Darg_matcher.rs214 pub fn inc_occurrences_of(&mut self, args: &[&'a str]) { in inc_occurrences_of() method
/external/rust/crates/clap/src/app/
Dparser.rs1125 .and_then(|vec| Some(matcher.inc_occurrences_of(&*vec))); in get_matches_with()
1832 .and_then(|vec| Some(matcher.inc_occurrences_of(&*vec))); in parse_opt()
1938 .and_then(|vec| Some(matcher.inc_occurrences_of(&*vec))); in parse_flag()
1957 .and_then(|grps| Some(matcher.inc_occurrences_of(&*grps))); in did_you_mean_error()
1961 .and_then(|grps| Some(matcher.inc_occurrences_of(&*grps))); in did_you_mean_error()