Searched refs:inc_occurrences_of (Results 1 – 2 of 2) sorted by relevance
214 pub fn inc_occurrences_of(&mut self, args: &[&'a str]) { in inc_occurrences_of() method
1125 .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()