Home
last modified time | relevance | path

Searched defs:update_from_arg_matches (Results 1 - 6 of 6) sorted by relevance

/third_party/rust/crates/clap/examples/derive_ref/
H A Dhand_subcommand.rs36 fn update_from_arg_matches(&mut self, matches: &ArgMatches) -> Result<(), Error> { in update_from_arg_matches() functions
H A Dflatten_hand_args.rs23 fn update_from_arg_matches(&mut self, matches: &ArgMatches) -> Result<(), Error> { in update_from_arg_matches() functions
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dargs.rs121 fn update_from_arg_matches(&mut self, __clap_arg_matches: &clap::ArgMatches) -> ::std::result::Result<(), clap::Error> { in gen_for_struct() functions
H A Dsubcommand.rs88 fn update_from_arg_matches(&mut self, __clap_arg_matches: &clap::ArgMatches) -> ::std::result::Result<(), clap::Error> { in gen_for_enum() functions
/third_party/rust/crates/clap/clap_derive/src/
H A Ddummies.rs36 fn update_from_arg_matches(&mut self, matches: &clap::ArgMatches) -> ::std::result::Result<(), clap::Error>{ in from_arg_matches() functions
/third_party/rust/crates/clap/src/
H A Dderive.rs248 fn update_from_arg_matches(&mut self, matches: &ArgMatches) -> Result<(), Error>; in update_from_arg_matches() functions
439 fn update_from_arg_matches(&mut self, matches: &ArgMatches) -> Result<(), Error> { in command() functions

Completed in 4 milliseconds