Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/matches/
Darg_matches.rs558 pub fn values_of_os<T: Key>(&self, id: T) -> Option<OsValues> { in values_of_os()
1740 pub struct OsValues<'a> { struct
1747 impl<'a> Iterator for OsValues<'a> { argument
1759 impl<'a> DoubleEndedIterator for OsValues<'a> { implementation
1766 impl<'a> ExactSizeIterator for OsValues<'a> {} implementation
1770 impl Default for OsValues<'_> { implementation