Home
last modified time | relevance | path

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

/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
252 self.update_from_arg_matches(matches) in update_from_arg_matches_mut()
439 fn update_from_arg_matches(&mut self, matches: &ArgMatches) -> Result<(), Error> { in command() functions
440 <T as FromArgMatches>::update_from_arg_matches(self, matches) in command()
/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/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 Dsubcommand.rs61 let update_from_arg_matches = gen_update_from_arg_matches(variants)?; in gen_for_enum()
88 fn update_from_arg_matches(&mut self, __clap_arg_matches: &clap::ArgMatches) -> ::std::result::Result<(), clap::Error> { in gen_for_enum() functions
91 #update_from_arg_matches in gen_for_enum()
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

Completed in 4 milliseconds