Lines Matching defs:Self
88 fn poll_read(self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &mut [u8]) in poll_read()
113 … fn poll_read_vectored(self: Pin<&mut Self>, cx: &mut Context<'_>, bufs: &mut [IoSliceMut<'_>]) in poll_read_vectored()
152 fn poll_write(self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &[u8]) in poll_write()
178 fn poll_write_vectored(self: Pin<&mut Self>, cx: &mut Context<'_>, bufs: &[IoSlice<'_>]) in poll_write_vectored()
208 fn poll_flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<()>>; in poll_flush()
225 fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<()>>; in poll_close()
255 fn poll_seek(self: Pin<&mut Self>, cx: &mut Context<'_>, pos: SeekFrom) in poll_seek()
295 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) in poll_fill_buf()
313 fn consume(self: Pin<&mut Self>, amt: usize); in consume()
355 fn poll_read(self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &mut [u8]) in poll_read()
361 … fn poll_read_vectored(self: Pin<&mut Self>, cx: &mut Context<'_>, bufs: &mut [IoSliceMut<'_>]) in poll_read_vectored()
430 fn poll_write(self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &[u8]) in poll_write()
436 fn poll_write_vectored(self: Pin<&mut Self>, cx: &mut Context<'_>, bufs: &[IoSlice<'_>]) in poll_write_vectored()
442 fn poll_flush(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<()>> { in poll_flush()
446 fn poll_close(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<()>> { in poll_close()
502 fn poll_seek(self: Pin<&mut Self>, cx: &mut Context<'_>, pos: SeekFrom) in poll_seek()
536 fn poll_fill_buf(self: Pin<&mut Self>, cx: &mut Context<'_>) in poll_fill_buf()
542 fn consume(self: Pin<&mut Self>, amt: usize) { in consume()