Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Dsocket.rs240 fn as_socket(&self) -> BorrowedSocket<'_>; in as_socket() method
246 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
254 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
274 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
282 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
290 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
298 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
306 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
317 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
342 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A 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
340 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Dsocket.rs240 fn as_socket(&self) -> BorrowedSocket<'_>; in as_socket() method
246 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
254 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
274 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
282 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
290 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
298 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
306 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
317 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
342 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Dsocket.rs240 fn as_socket(&self) -> BorrowedSocket<'_>; in as_socket() method
246 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
254 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
274 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
282 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
290 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
298 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
306 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
317 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
342 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A 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
340 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/maybe_polyfill/no_std/os/windows/io/
Dsocket.rs163 fn as_socket(&self) -> BorrowedSocket<'_>; in as_socket() method
169 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
177 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
185 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
193 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/doc/
Dos.rs65 fn as_socket(&self) -> BorrowedSocket<'_>; in as_socket() method
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/event/
Dpoll_fd.rs137 fn as_socket(&self) -> BorrowedFd<'_> { in as_socket() method
/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/net/tcp/
Dlistener.rs263 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
Dstream.rs445 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
/aosp_15_r20/external/rust/android-crates-io/crates/socket2/src/
Dsockaddr.rs210 pub fn as_socket(&self) -> Option<SocketAddr> { in as_socket() method
/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/net/
Dudp.rs739 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs470 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs470 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs470 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs470 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs470 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/net/
Dudp.rs268 fn as_socket(&self) -> socket2::SockRef<'_> { in as_socket() method
/aosp_15_r20/external/rust/android-crates-io/crates/socket2/src/sys/
Dwindows.rs944 fn as_socket(&self) -> BorrowedSocket<'_> { in as_socket() method