Searched defs:ArgMatches (Results  1 – 7 of 7) sorted by relevance
| /external/rust/crates/clap/3.2.23/src/parser/matches/ | 
| D | arg_matches.rs | 68 pub struct ArgMatches {  struct 80 impl ArgMatches {  argument 1017 impl ArgMatches {  implementation 1069     pub fn subcommand(&self) -> Option<(&str, &ArgMatches)> {  in subcommand() 1126     pub fn remove_subcommand(&mut self) -> Option<(String, ArgMatches)> {  in remove_subcommand()  argument 1169     pub fn subcommand_matches<T: Key>(&self, id: T) -> Option<&ArgMatches> {  in subcommand_matches() 1222 impl ArgMatches {  impl 1326 impl ArgMatches {  impl
  | 
| /external/rust/crates/clap/src/parser/matches/ | 
| D | arg_matches.rs | 66 pub struct ArgMatches {  struct 76 impl ArgMatches {  argument 864 impl ArgMatches {  impl 918     pub fn subcommand(&self) -> Option<(&str, &ArgMatches)> {  in subcommand() 976     pub fn remove_subcommand(&mut self) -> Option<(String, ArgMatches)> {  in remove_subcommand()  argument 1019     pub fn subcommand_matches(&self, name: &str) -> Option<&ArgMatches> {  in subcommand_matches() 1071 impl ArgMatches {  implementation 1221 impl ArgMatches {  implementation
  | 
| /external/rust/crates/clap/examples/ | 
| D | find.rs | 59     fn extract<T: Clone + Into<Value> + Send + Sync + 'static>(  in extract()
  | 
| /external/rust/crates/clap/3.2.23/src/builder/ | 
| D | command.rs | 511     pub fn get_matches(self) -> ArgMatches {  in get_matches() 534     pub fn get_matches_mut(&mut self) -> ArgMatches {  in get_matches_mut() 568     pub fn try_get_matches(self) -> ClapResult<ArgMatches> {  in try_get_matches() 4105     pub fn get_matches_safe(self) -> ClapResult<ArgMatches> {  in get_matches_safe() 4175     fn get_used_global_args(&self, matches: &ArgMatches, global_arg_vec: &mut Vec<Id>) {  in get_used_global_args() 4193     ) -> ClapResult<ArgMatches> {  in _do_parse()
  | 
| /external/rust/crates/clap/src/parser/ | 
| D | arg_matcher.rs | 43     pub(crate) fn into_inner(self) -> ArgMatches {  in into_inner()
  | 
| /external/rust/crates/clap/3.2.23/src/parser/ | 
| D | arg_matcher.rs | 50     pub(crate) fn into_inner(self) -> ArgMatches {  in into_inner()
  | 
| /external/rust/crates/clap/src/builder/ | 
| D | command.rs | 489     pub fn get_matches(self) -> ArgMatches {  in get_matches() 512     pub fn get_matches_mut(&mut self) -> ArgMatches {  in get_matches_mut() 546     pub fn try_get_matches(self) -> ClapResult<ArgMatches> {  in try_get_matches() 3767     fn get_used_global_args(&self, matches: &ArgMatches, global_arg_vec: &mut Vec<Id>) {  in get_used_global_args() 3785     ) -> ClapResult<ArgMatches> {  in _do_parse()
  |