/external/rust/crates/tokio/src/io/ |
D | async_write.rs | 133 fn poll_shutdown(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), io::Error>>; in poll_shutdown() method 254 fn poll_shutdown(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in poll_shutdown() function 285 fn poll_shutdown(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<io::Result<()>> { in poll_shutdown() method 315 fn poll_shutdown(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in poll_shutdown() method 345 fn poll_shutdown(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in poll_shutdown() method 375 fn poll_shutdown(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in poll_shutdown() method 405 fn poll_shutdown(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in poll_shutdown() method
|
D | stdio_common.rs | 100 fn poll_shutdown( in poll_shutdown() function 135 fn poll_shutdown( in poll_shutdown() method 170 fn poll_shutdown( in poll_shutdown() method
|
D | stderr.rs | 103 fn poll_shutdown( in poll_shutdown() method
|
D | stdout.rs | 102 fn poll_shutdown( in poll_shutdown() method
|
D | blocking.rs | 174 fn poll_shutdown(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<Result<(), io::Error>> { in poll_shutdown() function
|
/external/rust/crates/tokio/tests/ |
D | io_write_all_buf.rs | 39 fn poll_shutdown(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<io::Result<()>> { in write_all_buf() method 82 fn poll_shutdown(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<io::Result<()>> { in write_buf_err() method
|
D | io_write_int.rs | 27 fn poll_shutdown(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<io::Result<()>> { in write_int_should_err_if_write_count_0() method
|
D | io_write_all.rs | 38 fn poll_shutdown(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<io::Result<()>> { in write_all() method
|
D | io_write_buf.rs | 40 fn poll_shutdown(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<io::Result<()>> { in write_all() method
|
D | io_write.rs | 34 fn poll_shutdown(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<io::Result<()>> { in write() method
|
D | io_split.rs | 36 fn poll_shutdown(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<Result<(), io::Error>> { in poll_shutdown() method
|
D | io_copy.rs | 68 fn poll_shutdown(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in proxy() method
|
D | io_buf_writer.rs | 56 fn poll_shutdown(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in poll_shutdown() method 232 fn poll_shutdown(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in maybe_pending_buf_writer_seek() method 338 fn poll_shutdown(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Result<(), io::Error>> { in poll_shutdown() method
|
D | io_panic.rs | 39 fn poll_shutdown(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<Result<(), io::Error>> { in poll_shutdown() method
|
/external/rust/crates/tokio/src/io/util/ |
D | mem.rs | 136 fn poll_shutdown( in poll_shutdown() method 288 fn poll_shutdown( in poll_shutdown() method
|
D | sink.rs | 68 fn poll_shutdown(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Result<(), io::Error>> { in poll_shutdown() method
|
D | buf_stream.rs | 146 fn poll_shutdown(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in poll_shutdown() method
|
D | buf_writer.rs | 207 fn poll_shutdown(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> { in poll_shutdown() method
|
/external/rust/crates/tokio-util/src/io/ |
D | sink_writer.rs | 114 fn poll_shutdown(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), io::Error>> { in poll_shutdown() function
|
D | inspect.rs | 104 fn poll_shutdown(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<()>> { in poll_shutdown() method
|
/external/rust/crates/tokio-util/src/ |
D | either.rs | 150 fn poll_shutdown(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<tokio::io::Result<()>> { in poll_shutdown() function
|
/external/rust/crates/tokio-util/tests/ |
D | framed_write.rs | 209 fn poll_shutdown(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<Result<(), io::Error>> { in poll_shutdown() method
|
D | io_inspect.rs | 77 fn poll_shutdown( in poll_shutdown() method
|
/external/rust/crates/tokio/src/net/unix/ |
D | split.rs | 300 fn poll_shutdown(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<io::Result<()>> { in poll_shutdown() method
|
/external/rust/crates/tokio/src/net/tcp/ |
D | split.rs | 402 fn poll_shutdown(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<io::Result<()>> { in poll_shutdown() method
|