/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/stream/ |
D | decoder.rs | 158 pub async fn __before_parse_tokio_02<R>(&mut self, mut reader: Pin<&mut R>) -> io::Result<()> in __before_parse_tokio_02() 161 C: crate::stream::buf_reader::CombineRead<R, dyn tokio_02_dep::io::AsyncRead>, in __before_parse_tokio_02() 177 pub async fn __before_parse_tokio_03<R>(&mut self, mut reader: Pin<&mut R>) -> io::Result<()> in __before_parse_tokio_03() 180 C: crate::stream::buf_reader::CombineRead<R, dyn tokio_03_dep::io::AsyncRead>, in __before_parse_tokio_03() 196 pub async fn __before_parse_tokio<R>(&mut self, mut reader: Pin<&mut R>) -> io::Result<()> in __before_parse_tokio() 199 C: crate::stream::buf_reader::CombineRead<R, dyn tokio_dep::io::AsyncRead>, in __before_parse_tokio() 215 pub async fn __before_parse_async<R>(&mut self, reader: Pin<&mut R>) -> io::Result<()> in __before_parse_async()
|
D | buf_reader.rs | 283 read: Pin<&mut impl tokio_03_dep::io::AsyncRead>, in tokio_03_read_buf() 315 read: Pin<&mut impl tokio_dep::io::AsyncRead>, in tokio_read_buf() 501 R: futures_io_03::AsyncRead, in poll_extend_buf()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/ |
D | async_read.rs | 44 pub trait AsyncRead { trait 77 impl<T: ?Sized + AsyncRead + Unpin> AsyncRead for &mut T { impl 95 impl AsyncRead for &[u8] { impl
|
D | join.rs | 13 R: AsyncRead, in join()
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-io/src/ |
D | lib.rs | 47 pub trait AsyncRead { trait 327 impl<T: ?Sized + AsyncRead + Unpin> AsyncRead for &mut T { impl 373 impl AsyncRead for &[u8] { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/util/ |
D | chain.rs | 24 T: AsyncRead, in chain() 25 U: AsyncRead, in chain()
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/io/ |
D | mod.rs | 175 R: AsyncRead, in chain() 828 pub(crate) fn assert_read<R>(reader: R) -> R in assert_read()
|
D | copy.rs | 36 R: AsyncRead, in copy()
|
/aosp_15_r20/development/host/windows/usb/api/ |
H A D | adb_endpoint_object.cpp | 50 ADBAPIHANDLE AdbEndpointObject::AsyncRead(void* buffer, in AsyncRead() function in AdbEndpointObject
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/ |
H A D | async_bio.cc | 74 static int AsyncRead(BIO *bio, char *out, int outl) { in AsyncRead() function
|
/aosp_15_r20/external/boringssl/src/ssl/test/ |
H A D | async_bio.cc | 74 static int AsyncRead(BIO *bio, char *out, int outl) { in AsyncRead() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/ |
D | async_bio.cc | 74 static int AsyncRead(BIO *bio, char *out, int outl) { in AsyncRead() function
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | async_bio.cc | 74 static int AsyncRead(BIO *bio, char *out, int outl) { in AsyncRead() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/io/ |
D | inspect.rs | 28 R: AsyncRead, in new()
|
/aosp_15_r20/system/nfc/tools/casimir/src/ |
H A D | main.rs | 315 ) -> Result<(Pin<Box<dyn AsyncRead>>, Pin<Box<dyn AsyncWrite>>, String)> { in accept_split()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/codec/ |
D | length_delimited.rs | 991 pub fn new_read<T>(&self, upstream: T) -> FramedRead<T, LengthDelimitedCodec> in new_read()
|