Home
last modified time | relevance | path

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

/third_party/rust/rust/library/std/src/sys/windows/
Dprocess.rs40 pub struct EnvKey { struct
49 impl EnvKey { impl
75 impl Ord for EnvKey { implementation
95 impl PartialOrd for EnvKey { implementation
100 impl PartialEq for EnvKey { implementation
109 impl PartialOrd<str> for EnvKey { implementation
114 impl PartialEq<str> for EnvKey { implementation
126 impl From<OsString> for EnvKey { implementation
138 impl From<&OsStr> for EnvKey { implementation
144 impl AsRef<OsStr> for EnvKey { implementation
[all …]
/third_party/rust/rust/library/std/src/sys_common/
Dprocess.rs36 pub fn capture(&self) -> BTreeMap<EnvKey, OsString> { in capture()
57 pub fn capture_if_changed(&self) -> Option<BTreeMap<EnvKey, OsString>> { in capture_if_changed()
87 fn maybe_saw_path(&mut self, key: &EnvKey) { in maybe_saw_path()