/external/rust/crates/tokio/src/io/ |
D | async_buf_read.rs | 45 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>>; in poll_fill_buf() method 90 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() function 100 fn poll_fill_buf(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method 110 fn poll_fill_buf(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|
/external/rust/crates/tokio/src/io/util/ |
D | empty.rs | 62 fn poll_fill_buf(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|
D | take.rs | 103 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|
D | chain.rs | 112 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() function
|
D | buf_writer.rs | 156 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|
D | buf_stream.rs | 146 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|
D | buf_reader.rs | 121 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|
/external/rust/crates/futures-util/src/io/ |
D | empty.rs | 56 fn poll_fill_buf(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|
D | take.rs | 112 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|
D | chain.rs | 135 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() function
|
D | cursor.rs | 191 fn poll_fill_buf(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() function
|
D | buf_reader.rs | 126 fn poll_fill_buf( in poll_fill_buf() method
|
D | allow_std.rs | 169 fn poll_fill_buf(mut self: Pin<&mut Self>, _: &mut Context<'_>) in poll_fill_buf() function
|
/external/rust/crates/futures-io/src/ |
D | lib.rs | 295 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) in poll_fill_buf() method 536 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) in poll_fill_buf() function
|
/external/rust/crates/futures/tests/ |
D | io_buf_reader.rs | 65 fn poll_fill_buf(mut self: Pin<&mut Self>, _: &mut Context<'_>) in poll_fill_buf() method 321 fn poll_fill_buf(mut self: Pin<&mut Self>, cx: &mut Context<'_>) in maybe_pending_seek() method
|
/external/rust/crates/futures-util/src/stream/try_stream/ |
D | into_async_read.rs | 138 fn poll_fill_buf( in poll_fill_buf() function
|
/external/rust/crates/futures-util/src/future/ |
D | either.rs | 276 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<&[u8]>> { in poll_fill_buf() function
|