Home
last modified time | relevance | path

Searched refs:arg_matches (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/clap/src/parser/matches/
H A Dmod.rs2 mod arg_matches; modules
7 pub use arg_matches::IdsRef;
8 pub use arg_matches::RawValues;
9 pub use arg_matches::Values;
10 pub use arg_matches::ValuesRef;
11 pub use arg_matches::{ArgMatches, Indices};
15 pub(crate) use arg_matches::SubCommand;
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dargs.rs427 let arg_matches = format_ident!("__clap_arg_matches"); in gen_constructor()
446 if #arg_matches.subcommand_name().map(<#subcmd_type as clap::Subcommand>::has_subcommand).unwrap_or(false) { in gen_constructor()
447 Some(<#subcmd_type as clap::FromArgMatches>::from_arg_matches_mut(#arg_matches)?) in gen_constructor()
457 <#subcmd_type as clap::FromArgMatches>::from_arg_matches_mut(#arg_matches)? in gen_constructor()
484 #field_name: <#inner_type as clap::FromArgMatches>::from_arg_matches_mut(#arg_matches)? in gen_constructor()
492 if #arg_matches.contains_id(group_id.as_str()) { in gen_constructor()
494 <#inner_type as clap::FromArgMatches>::from_arg_matches_mut(#arg_matches)? in gen_constructor()
548 let arg_matches = format_ident!("__clap_arg_matches"); in gen_updater()
564 <#subcmd_type as clap::FromArgMatches>::update_from_arg_matches_mut(#field_name, #arg_matches)?; in gen_updater()
573 #arg_matches in gen_updater()
[all...]
/third_party/rust/crates/clap/tests/builder/
H A Dmain.rs10 mod arg_matches; modules

Completed in 2 milliseconds