Searched refs:values_of_os (Results 1 – 3 of 3) sorted by relevance
294 pub fn values_of_os<S: AsRef<str>>(&'a self, name: S) -> Option<OsValues<'a>> { in values_of_os() method982 let mut values = matches.values_of_os("").unwrap_or_default(); in test_default_osvalues_with_shorter_lifetime()
84 for path in matches.values_of_os(OUTPUT).unwrap_or_default() { in from_args()
314 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()