Home
last modified time | relevance | path

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

/external/rust/crates/combine/src/stream/
Ddecoder.rs158 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()
Dbuf_reader.rs287 read: Pin<&mut impl tokio_03_dep::io::AsyncRead>, in tokio_03_read_buf()
319 read: Pin<&mut impl tokio_dep::io::AsyncRead>, in tokio_read_buf()
502 R: futures_io_03::AsyncRead, in poll_extend_buf()
/external/rust/crates/tokio/src/io/
Dasync_read.rs43 pub trait AsyncRead { trait
76 impl<T: ?Sized + AsyncRead + Unpin> AsyncRead for &mut T { impl
94 impl AsyncRead for &[u8] { impl
/external/rust/crates/futures-io/src/
Dlib.rs44 pub trait AsyncRead { interface
324 impl<T: ?Sized + AsyncRead + Unpin> AsyncRead for &mut T { impl
370 impl AsyncRead for &[u8] { impl
/external/rust/crates/tokio/src/io/util/
Dchain.rs24 T: AsyncRead, in chain()
25 U: AsyncRead, in chain()
/external/rust/crates/futures-util/src/io/
Dcopy.rs36 R: AsyncRead, in copy()
Dmod.rs172 R: AsyncRead, in chain()
825 pub(crate) fn assert_read<R>(reader: R) -> R in assert_read()
/external/boringssl/src/ssl/test/
Dasync_bio.cc74 static int AsyncRead(BIO *bio, char *out, int outl) { in AsyncRead() function
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dasync_bio.cc74 static int AsyncRead(BIO *bio, char *out, int outl) { in AsyncRead() function