Home
last modified time | relevance | path

Searched defs:AsHandle (Results 1 – 9 of 9) 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 Dhandle.rs432 pub trait AsHandle { trait
451 impl<T: AsHandle + ?Sized> AsHandle for &T { impl
459 impl<T: AsHandle + ?Sized> AsHandle for &mut T { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Dhandle.rs432 pub trait AsHandle { interface
451 impl<T: AsHandle + ?Sized> AsHandle for &T { impl
459 impl<T: AsHandle + ?Sized> AsHandle for &mut T { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Dhandle.rs432 pub trait AsHandle { trait
451 impl<T: AsHandle + ?Sized> AsHandle for &T { impl
459 impl<T: AsHandle + ?Sized> AsHandle for &mut T { impl
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Dhandle.rs432 pub trait AsHandle { interface
451 impl<T: AsHandle + ?Sized> AsHandle for &T { impl
459 impl<T: AsHandle + ?Sized> AsHandle for &mut T { impl
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/windows/io/
H A Dhandle.rs432 pub trait AsHandle { trait
451 impl<T: AsHandle + ?Sized> AsHandle for &T { impl
459 impl<T: AsHandle + ?Sized> AsHandle for &mut T { impl
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/doc/
Dos.rs54 pub trait AsHandle { interface
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/process/
Dmod.rs1519 impl AsHandle for $type { impl
1543 impl AsHandle for $type { impl
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dsharded_device_array.cc151 py::handle ShardedDeviceArray::AsHandle() { in AsHandle() function in jax::ShardedDeviceArray
H A Dpy_buffer.cc108 py::handle PyBuffer::AsHandle() { in AsHandle() function in xla::PyBuffer