Home
last modified time | relevance | path

Searched defs:ArgMatches (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/matches/
Darg_matches.rs68 pub struct ArgMatches { struct
80 impl ArgMatches { implementation
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
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/matches/
Darg_matches.rs67 pub struct ArgMatches { struct
77 impl ArgMatches { implementation
844 impl ArgMatches { implementation
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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/matches/
H A Darg_matches.rs67 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
/aosp_15_r20/build/make/tools/aconfig/aconfig/src/
H A Dmain.rs179 fn get_required_arg<'a, T>(matches: &'a ArgMatches, arg_name: &str) -> Result<&'a T> in get_required_arg()
188 fn get_optional_arg<'a, T>(matches: &'a ArgMatches, arg_name: &str) -> Option<&'a T> in get_optional_arg()
195 fn open_zero_or_more_files(matches: &ArgMatches, arg_name: &str) -> Result<Vec<Input>> { in open_zero_or_more_files()
204 fn open_single_file(matches: &ArgMatches, arg_name: &str) -> Result<Input> { in open_single_file()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Dcommand.rs511 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()
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/
Dcommand.rs609 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()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A Dcommand.rs609 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()
/aosp_15_r20/external/rust/android-crates-io/crates/clap/examples/
Dfind.rs86 fn extract<T: Clone + Into<Value> + Send + Sync + 'static>( in extract()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap-4.5.4/examples/
H A Dfind.rs86 fn extract<T: Clone + Into<Value> + Send + Sync + 'static>( in extract()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/
H A Darg_matcher.rs43 pub(crate) fn into_inner(self) -> ArgMatches { in into_inner()
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/
Darg_matcher.rs43 pub(crate) fn into_inner(self) -> ArgMatches { in into_inner()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/
Darg_matcher.rs50 pub(crate) fn into_inner(self) -> ArgMatches { in into_inner()