Home
last modified time | relevance | path

Searched refs:__clap_arg_matches (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/clap/clap_derive/src/derives/
Dsubcommand.rs86 …fn from_arg_matches(__clap_arg_matches: &clap::ArgMatches) -> ::std::result::Result<Self, clap::Er… in gen_for_enum()
87 Self::from_arg_matches_mut(&mut __clap_arg_matches.clone()) in gen_for_enum()
92 …fn update_from_arg_matches(&mut self, __clap_arg_matches: &clap::ArgMatches) -> ::std::result::Res… in gen_for_enum()
93 self.update_from_arg_matches_mut(&mut __clap_arg_matches.clone()) in gen_for_enum()
504 … quote!( ( <#ty as clap::FromArgMatches>::from_arg_matches_mut(__clap_arg_matches)? ) ) in gen_from_arg_matches()
521 if __clap_arg_matches in gen_from_arg_matches()
526 … let __clap_res = <#ty as clap::FromArgMatches>::from_arg_matches_mut(__clap_arg_matches)?; in gen_from_arg_matches()
559 …fn from_arg_matches_mut(__clap_arg_matches: &mut clap::ArgMatches) -> ::std::result::Result<Self, … in gen_from_arg_matches()
564 …if let Some((#subcommand_name_var, mut __clap_arg_sub_matches)) = __clap_arg_matches.remove_subcom… in gen_from_arg_matches()
624 __clap_arg_matches in gen_update_from_arg_matches()
[all …]
Dargs.rs115 …fn from_arg_matches(__clap_arg_matches: &clap::ArgMatches) -> ::std::result::Result<Self, clap::Er… in gen_for_struct()
116 Self::from_arg_matches_mut(&mut __clap_arg_matches.clone()) in gen_for_struct()
119 …fn from_arg_matches_mut(__clap_arg_matches: &mut clap::ArgMatches) -> ::std::result::Result<Self, … in gen_for_struct()
125 …fn update_from_arg_matches(&mut self, __clap_arg_matches: &clap::ArgMatches) -> ::std::result::Res… in gen_for_struct()
126 self.update_from_arg_matches_mut(&mut __clap_arg_matches.clone()) in gen_for_struct()
129 …fn update_from_arg_matches_mut(&mut self, __clap_arg_matches: &mut clap::ArgMatches) -> ::std::res… in gen_for_struct()