Home
last modified time | relevance | path

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

/third_party/rust/crates/clap/clap_derive/src/
Ddummies.rs30 pub fn from_arg_matches(name: &Ident) -> proc_macro2::TokenStream { in from_arg_matches() function
45 let from_arg_matches = from_arg_matches(name); in subcommand() localVariable
64 let from_arg_matches = from_arg_matches(name); in args() localVariable
/third_party/rust/crates/clap/examples/derive_ref/
Dhand_subcommand.rs22 fn from_arg_matches(matches: &ArgMatches) -> Result<Self, Error> { in from_arg_matches() method
Dflatten_hand_args.rs12 fn from_arg_matches(matches: &ArgMatches) -> Result<Self, Error> { in from_arg_matches() method
/third_party/rust/crates/clap/src/
Dderive.rs209 fn from_arg_matches(matches: &ArgMatches) -> Result<Self, Error>; in from_arg_matches() method
433 fn from_arg_matches(matches: &ArgMatches) -> Result<Self, Error> { in from_arg_matches() method
/third_party/rust/crates/clap/clap_derive/src/derives/
Dsubcommand.rs60 let from_arg_matches = gen_from_arg_matches(variants)?; in gen_for_enum() localVariable