Home
last modified time | relevance | path

Searched defs:ClapResult (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/clap/3.2.23/src/parser/
Dvalidator.rs26 ) -> ClapResult<()> { in validate()
91 fn validate_arg_values(&self, arg: &Arg, ma: &MatchedArg) -> ClapResult<()> { in validate_arg_values()
171 ) -> ClapResult<()> { in validate_conflicts()
189 fn validate_exclusive(&self, matcher: &ArgMatcher) -> ClapResult<()> { in validate_exclusive()
232 ) -> ClapResult<()> { in build_conflict_err()
315 fn validate_matched_args(&self, matcher: &ArgMatcher) -> ClapResult<()> { in validate_matched_args()
332 fn validate_arg_num_occurs(&self, a: &Arg, ma: &MatchedArg) -> ClapResult<()> { in validate_arg_num_occurs()
373 fn validate_arg_num_vals(&self, a: &Arg, ma: &MatchedArg) -> ClapResult<()> { in validate_arg_num_vals()
459 ) -> ClapResult<()> { in validate_required()
538 fn validate_required_unless(&self, matcher: &ArgMatcher) -> ClapResult<()> { in validate_required_unless()
[all …]
Dparser.rs56 ) -> ClapResult<()> { in get_matches_with()
671 ) -> ClapResult<()> { in parse_subcommand()
1092 ) -> ClapResult<()> { in push_arg_values()
1117 fn resolve_pending(&self, matcher: &mut ArgMatcher) -> ClapResult<()> { in resolve_pending()
1346 fn add_env(&mut self, matcher: &mut ArgMatcher) -> ClapResult<()> { in add_env()
1430 fn add_defaults(&self, matcher: &mut ArgMatcher) -> ClapResult<()> { in add_defaults()
1441 fn add_default_value(&self, arg: &Arg<'help>, matcher: &mut ArgMatcher) -> ClapResult<()> { in add_default_value()
/external/rust/crates/clap/src/parser/
Dvalidator.rs28 ) -> ClapResult<()> { in validate()
95 ) -> ClapResult<()> { in validate_conflicts()
113 fn validate_exclusive(&self, matcher: &ArgMatcher) -> ClapResult<()> { in validate_exclusive()
157 ) -> ClapResult<()> { in build_conflict_err()
245 fn validate_required(&mut self, matcher: &ArgMatcher, conflicts: &Conflicts) -> ClapResult<()> { in validate_required()
401 ) -> ClapResult<()> { in missing_required_error()
Dparser.rs56 ) -> ClapResult<()> { in get_matches_with()
682 ) -> ClapResult<()> { in parse_subcommand()
1076 ) -> ClapResult<()> { in push_arg_values()
1096 fn resolve_pending(&self, matcher: &mut ArgMatcher) -> ClapResult<()> { in resolve_pending()
1302 fn verify_num_args(&self, arg: &Arg, raw_vals: &[OsString]) -> ClapResult<()> { in verify_num_args()
1381 fn add_env(&mut self, matcher: &mut ArgMatcher) -> ClapResult<()> { in add_env()
1411 fn add_defaults(&self, matcher: &mut ArgMatcher) -> ClapResult<()> { in add_defaults()
1422 fn add_default_value(&self, arg: &Arg, matcher: &mut ArgMatcher) -> ClapResult<()> { in add_default_value()
/external/rust/crates/clap/3.2.23/src/builder/
Dcommand.rs4085 pub fn write_version<W: io::Write>(&self, w: &mut W) -> ClapResult<()> { in write_version()
4095 pub fn write_long_version<W: io::Write>(&self, w: &mut W) -> ClapResult<()> { in write_long_version()