Searched refs:poll_frame (Results 1 – 10 of 10) sorted by relevance
71 fn poll_frame( in poll_frame() method77 Kind::Wrap(body) => Pin::new(body).poll_frame(cx), in poll_frame()
52 fn poll_frame( in poll_frame() function58 match ready!(this.inner.poll_frame(cx)) { in poll_frame()105 fn poll_frame( in poll_frame() function
140 fn poll_frame( in poll_frame() function145 Some(b) => b.poll_frame(cx), in poll_frame()
244 fn poll_frame( in poll_frame() method250 ResponseBodyKindProj::Wrap(body) => body.poll_frame(cx), in poll_frame()
248 fn poll_frame(&mut self, cx: &mut Context<'_>) -> Poll<Result<Option<()>, Status>> { in poll_frame() method249 let frame = match ready!(Pin::new(&mut self.body).poll_frame(cx)) { in poll_frame()402 if ready!(self.inner.poll_frame(cx))?.is_none() { in poll_next()
315 fn poll_frame( in poll_frame() function
383 fn poll_frame( in poll_frame() method
182 match ready!(this.inner.poll_frame(cx)) { in poll_decode()210 .poll_frame(cx) in poll_decode()222 match ready!(this.inner.poll_frame(cx)) { in poll_encode()258 fn poll_frame( in poll_frame() function347 self.poll_frame(cx) in poll_next()
100 fn poll_frame( in poll_frame() function
63 fn poll_frame( in poll_frame() method