Home
last modified time | relevance | path

Searched defs:ArgMatcher (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/clap/src/parser/
Dvalidator.rs27 matcher: &mut ArgMatcher, in validate()
93 matcher: &ArgMatcher, in validate_conflicts()
156 matcher: &ArgMatcher, in build_conflict_err()
193 matcher: &ArgMatcher, in build_conflict_err_usage()
220 fn gather_requires(&mut self, matcher: &ArgMatcher) { in gather_requires()
245 fn validate_required(&mut self, matcher: &ArgMatcher, conflicts: &Conflicts) -> ClapResult<()> { in validate_required()
399 matcher: &ArgMatcher, in missing_required_error()
Darg_matcher.rs17 pub(crate) struct ArgMatcher { struct
22 impl ArgMatcher { impl
242 impl Deref for ArgMatcher { implementation
Dparser.rs53 matcher: &mut ArgMatcher, in get_matches_with()
678 matcher: &mut ArgMatcher, in parse_subcommand()
725 matcher: &mut ArgMatcher, in parse_long_arg()
848 matcher: &mut ArgMatcher, in parse_short_arg()
997 matcher: &mut ArgMatcher, in parse_opt_value()
1076 matcher: &mut ArgMatcher, in push_arg_values()
1126 matcher: &mut ArgMatcher, in react()
1359 fn remove_overrides(&self, arg: &Arg, matcher: &mut ArgMatcher) { in remove_overrides()
1500 fn start_custom_arg(&self, matcher: &mut ArgMatcher, arg: &Arg, source: ValueSource) { in start_custom_arg()
1525 matcher: &mut ArgMatcher, in did_you_mean_error()
/third_party/rust/crates/clap/src/output/
Dusage.rs319 matcher: Option<&ArgMatcher>, in get_required_usage_from()