Home
last modified time | relevance | path

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

/third_party/rust/rust/library/std/src/os/fd/
Downed.rs94 pub fn try_clone_to_owned(&self) -> crate::io::Result<OwnedFd> { in try_clone_to_owned() method
117 pub fn try_clone_to_owned(&self) -> crate::io::Result<OwnedFd> { in try_clone_to_owned() method
/third_party/rust/crates/io-lifetimes/src/
Dtypes.rs134 pub fn try_clone_to_owned(&self) -> std::io::Result<OwnedFd> { in try_clone_to_owned() method
215 pub fn try_clone_to_owned(&self) -> std::io::Result<OwnedHandle> { in try_clone_to_owned() method
303 pub fn try_clone_to_owned(&self) -> std::io::Result<OwnedSocket> { in try_clone_to_owned() method
/third_party/rust/rust/library/std/src/os/windows/io/
Dsocket.rs115 pub fn try_clone_to_owned(&self) -> io::Result<OwnedSocket> { in try_clone_to_owned() method
Dhandle.rs192 pub fn try_clone_to_owned(&self) -> crate::io::Result<OwnedHandle> { in try_clone_to_owned() method