| /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 | 63 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|
| D | take.rs | 107 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 | copy.rs | 30 fn poll_fill_buf<R>( in poll_fill_buf() method
|
| D | buf_stream.rs | 190 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|
| D | buf_writer.rs | 280 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|
| D | buf_reader.rs | 123 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 | 48 fn poll_fill_buf(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|
| D | take.rs | 104 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|
| D | chain.rs | 119 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() function
|
| D | cursor.rs | 189 fn poll_fill_buf(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() function
|
| D | buf_reader.rs | 148 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|
| D | allow_std.rs | 192 fn poll_fill_buf(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() function
|
| /external/rust/crates/futures/tests/ |
| D | io_buf_reader.rs | 49 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method 97 fn poll_fill_buf(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method 395 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in maybe_pending_seek() method
|
| /external/rust/crates/tokio-util/src/ |
| D | compat.rs | 153 fn poll_fill_buf<'a>( in poll_fill_buf() function 169 fn poll_fill_buf<'a>( in poll_fill_buf() function
|
| D | either.rs | 114 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<&[u8]>> { in poll_fill_buf() function
|
| /external/rust/crates/futures-io/src/ |
| D | lib.rs | 280 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<&[u8]>>; in poll_fill_buf() method 531 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<&[u8]>> { in poll_fill_buf() function
|
| /external/rust/crates/futures-util/src/stream/try_stream/ |
| D | into_async_read.rs | 119 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<&[u8]>> { in poll_fill_buf() function
|
| /external/rust/crates/futures-test/src/io/ |
| D | limited.rs | 84 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|
| /external/rust/crates/tokio/tests/ |
| D | io_buf_reader.rs | 62 fn poll_fill_buf(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method 310 fn poll_fill_buf( in maybe_pending_seek() method
|
| /external/rust/crates/tokio-util/src/io/ |
| D | stream_reader.rs | 273 fn poll_fill_buf(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() function
|
| /external/rust/crates/combine/src/stream/ |
| D | buf_reader.rs | 559 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method 633 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method 696 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/future/ |
| D | either.rs | 303 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<&[u8]>> { in poll_fill_buf() function
|
| /external/rust/crates/futures-test/src/ |
| D | interleave_pending.rs | 184 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<&[u8]>> { in poll_fill_buf() method
|