/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/matches/ |
D | arg_matches.rs | 68 pub struct ArgMatches { struct 80 impl ArgMatches { implementation 1017 impl ArgMatches { impl 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/android-crates-io/crates/clap_builder/src/parser/matches/ |
D | arg_matches.rs | 67 pub struct ArgMatches { struct 77 impl ArgMatches { argument 844 impl ArgMatches { impl 900 pub fn subcommand(&self) -> Option<(&str, &ArgMatches)> { in subcommand() 960 pub fn remove_subcommand(&mut self) -> Option<(String, ArgMatches)> { in remove_subcommand() argument 1004 pub fn subcommand_matches(&self, name: &str) -> Option<&ArgMatches> { in subcommand_matches() 1057 impl ArgMatches { implementation 1207 impl ArgMatches { impl
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/parser/matches/ |
D | arg_matches.rs | 67 pub struct ArgMatches { struct 77 impl ArgMatches { argument 864 impl ArgMatches { impl 920 pub fn subcommand(&self) -> Option<(&str, &ArgMatches)> { in subcommand() 980 pub fn remove_subcommand(&mut self) -> Option<(String, ArgMatches)> { in remove_subcommand() argument 1024 pub fn subcommand_matches(&self, name: &str) -> Option<&ArgMatches> { in subcommand_matches() 1077 impl ArgMatches { impl 1227 impl ArgMatches { impl
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/parser/matches/ |
D | arg_matches.rs | 67 pub struct ArgMatches { struct 77 impl ArgMatches { argument 864 impl ArgMatches { impl 920 pub fn subcommand(&self) -> Option<(&str, &ArgMatches)> { in subcommand() 980 pub fn remove_subcommand(&mut self) -> Option<(String, ArgMatches)> { in remove_subcommand() argument 1024 pub fn subcommand_matches(&self, name: &str) -> Option<&ArgMatches> { in subcommand_matches() 1077 impl ArgMatches { impl 1227 impl ArgMatches { impl
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap-4.5.21/examples/ |
D | find.rs | 86 fn extract<T: Clone + Into<Value> + Send + Sync + 'static>( in extract()
|
/external/rust/android-crates-io/crates/clap/examples/ |
D | find.rs | 86 fn extract<T: Clone + Into<Value> + Send + Sync + 'static>( in extract()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap-4.5.21/examples/ |
D | find.rs | 86 fn extract<T: Clone + Into<Value> + Send + Sync + 'static>( in extract()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/parser/ |
D | arg_matcher.rs | 43 pub(crate) fn into_inner(self) -> ArgMatches { in into_inner()
|
/external/rust/android-crates-io/crates/clap_builder/src/parser/ |
D | arg_matcher.rs | 43 pub(crate) fn into_inner(self) -> ArgMatches { in into_inner()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/parser/ |
D | arg_matcher.rs | 43 pub(crate) fn into_inner(self) -> ArgMatches { in into_inner()
|
/external/rust/android-crates-io/extra_versions/crates/clap/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/android-crates-io/extra_versions/crates/clap/src/parser/ |
D | arg_matcher.rs | 50 pub(crate) fn into_inner(self) -> ArgMatches { in into_inner()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/builder/ |
D | command.rs | 612 pub fn get_matches(self) -> ArgMatches { in get_matches() 636 pub fn get_matches_mut(&mut self) -> ArgMatches { in get_matches_mut() 675 pub fn try_get_matches(self) -> ClapResult<ArgMatches> { in try_get_matches() 4252 fn get_used_global_args(&self, matches: &ArgMatches, global_arg_vec: &mut Vec<Id>) { in get_used_global_args() 4270 ) -> ClapResult<ArgMatches> { in _do_parse()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/builder/ |
D | command.rs | 612 pub fn get_matches(self) -> ArgMatches { in get_matches() 636 pub fn get_matches_mut(&mut self) -> ArgMatches { in get_matches_mut() 675 pub fn try_get_matches(self) -> ClapResult<ArgMatches> { in try_get_matches() 4252 fn get_used_global_args(&self, matches: &ArgMatches, global_arg_vec: &mut Vec<Id>) { in get_used_global_args() 4270 ) -> ClapResult<ArgMatches> { in _do_parse()
|
/external/rust/android-crates-io/crates/clap_builder/src/builder/ |
D | command.rs | 609 pub fn get_matches(self) -> ArgMatches { in get_matches() 633 pub fn get_matches_mut(&mut self) -> ArgMatches { in get_matches_mut() 668 pub fn try_get_matches(self) -> ClapResult<ArgMatches> { in try_get_matches() 3971 fn get_used_global_args(&self, matches: &ArgMatches, global_arg_vec: &mut Vec<Id>) { in get_used_global_args() 3989 ) -> ClapResult<ArgMatches> { in _do_parse()
|