| /external/rust/crates/futures-sink/src/ | 
| D | lib.rs | 116     fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>>;  in poll_close()  method 134     fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  method 158     fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  function 185         fn poll_close(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  method 207         fn poll_close(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  method 233         fn poll_close(  in poll_close()  method
  | 
| /external/rust/crates/futures-channel/src/mpsc/ | 
| D | sink_impl.rs | 27     fn poll_close(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  method 48     fn poll_close(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  method 69     fn poll_close(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  method
  | 
| /external/rust/crates/futures-test/src/ | 
| D | track_closed.rs | 82     fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> {  in poll_close()  method 132     fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  method
  | 
| D | interleave_pending.rs | 124     fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  method 168     fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> {  in poll_close()  method
  | 
| D | assert_unmoved.rs | 95     fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  method 139     fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> {  in poll_close()  method
  | 
| /external/rust/crates/futures/tests/ | 
| D | io_buf_writer.rs | 41     fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> {  in poll_close()  method 207         fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> {  in maybe_pending_buf_writer_seek()  method
  | 
| D | io_write.rs | 30     fn poll_close(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<io::Result<()>> {  in poll_close()  method
  | 
| D | stream_split.rs | 41         fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in test_split()  method
  | 
| /external/rust/crates/futures-util/src/io/ | 
| D | sink.rs | 58     fn poll_close(self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<io::Result<()>> {  in poll_close()  method
  | 
| D | into_sink.rs | 77     fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  method
  | 
| D | line_writer.rs | 152     fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> {  in poll_close()  method
  | 
| /external/rust/crates/tokio/tests/ | 
| D | sync_watch.rs | 160 fn poll_close() {  in poll_close()  function
  | 
| /external/rust/crates/tokio-util/src/io/ | 
| D | copy_to_bytes.rs | 65     fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  function
  | 
| /external/rust/crates/futures-util/src/sink/ | 
| D | drain.rs | 56     fn poll_close(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  method
  | 
| D | map_err.rs | 49     fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  function
  | 
| D | unfold.rs | 86     fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  function
  | 
| D | buffer.rs | 100     fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  method
  | 
| D | with_flat_map.rs | 123     fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  function
  | 
| D | with.rs | 129     fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  function
  | 
| /external/rust/crates/futures-util/src/future/ | 
| D | either.rs | 192     fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  function 273         fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<()>> {  in poll_close()  function
  | 
| /external/rust/crates/futures-io/src/ | 
| D | lib.rs | 207         fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<()>>;  in poll_close()  method 435         fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<()>> {  in poll_close()  function
  | 
| /external/rust/crates/futures-util/src/stream/try_stream/ | 
| D | into_async_read.rs | 108     fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<()>> {  in poll_close()  function
  | 
| /external/rust/crates/futures-util/src/future/try_future/ | 
| D | try_flatten.rs | 152     fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  function
  | 
| /external/rust/crates/futures-util/src/future/future/ | 
| D | flatten.rs | 143     fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<(), Self::Error>> {  in poll_close()  function
  | 
| /external/rust/crates/futures-test/src/io/ | 
| D | limited.rs | 66     fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<io::Result<()>> {  in poll_close()  method
  |