Home
last modified time | relevance | path

Searched refs:values_of_os (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/clap/src/args/
Darg_matches.rs294 pub fn values_of_os<S: AsRef<str>>(&'a self, name: S) -> Option<OsValues<'a>> { in values_of_os() method
982 let mut values = matches.values_of_os("").unwrap_or_default(); in test_default_osvalues_with_shorter_lifetime()
/external/rust/cxx/gen/cmd/src/
Dapp.rs84 for path in matches.values_of_os(OUTPUT).unwrap_or_default() { in from_args()
/external/rust/crates/structopt-derive/src/
Dlib.rs314 quote_spanned!(span=> values_of_os), in gen_constructor()
319 quote_spanned!(span=> values_of_os), in gen_constructor()
627 quote!(values_of_os), in gen_from_subcommand()