Home
last modified time | relevance | path

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

/third_party/rust/rust/library/std/src/os/windows/io/
Dsocket.rs238 fn as_socket(&self) -> BorrowedSocket<'_>; in as_socket() method
244 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
252 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
272 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
280 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
288 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
296 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
304 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
315 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
339 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
[all …]
/third_party/rust/crates/io-lifetimes/src/
Dtraits.rs61 fn as_socket(&self) -> BorrowedSocket<'_>; in as_socket() method
278 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
287 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
Dimpls_tokio.rs75 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
91 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
107 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
Dimpls_socket2.rs27 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
Dimpls_mio.rs27 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
107 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
187 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
Dimpls_async_std.rs114 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
194 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
274 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
Dimpls_std.rs39 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
63 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
223 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
303 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
383 fn as_socket(&self) -> BorrowedSocket { in as_socket() method
/third_party/rust/crates/rustix/src/backend/libc/io/
Dpoll_fd.rs131 fn as_socket(&self) -> BorrowedFd<'_> { in as_socket() method
/third_party/rust/rust/library/std/src/sys/windows/
Dnet.rs468 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method