Searched refs:try_poll (Results 1 – 18 of 18) sorted by relevance
49 TryFlattenProj::First { f } => match ready!(f.try_poll(cx)) { in poll()57 let output = ready!(f.try_poll(cx)); in poll()90 TryFlattenProj::First { f } => match ready!(f.try_poll(cx)) { in poll_next()121 TryFlattenProj::First { f } => match ready!(f.try_poll(cx)) { in poll_ready()
46 TryFlattenErrProj::First { f } => match ready!(f.try_poll(cx)) { in poll()54 let output = ready!(f.try_poll(cx)); in poll()
34 self.project().future.try_poll(cx) in poll()
623 Pin::new(self).try_poll(cx) in try_poll_unpin()
122 fn try_poll<I>( in try_poll() method159 self.try_poll(cx, |fut, cx| fut.poll(cx)) in poll()170 self.try_poll(cx, |stream, cx| stream.poll_next(cx)).map(Result::ok).map(Option::flatten) in poll_next()
70 fn try_poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Result<Self::Ok, Self::Error>>; in try_poll() method81 fn try_poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in try_poll() function
79 TryMaybeDone::Future(f) => match ready!(Pin::new_unchecked(f).try_poll(cx)) { in poll()
162 match elem.try_poll(cx) { in poll()
57 ready!(fut.try_poll(cx))?; in poll()
108 let step = ready!(future.try_poll(cx)); in poll_next()
70 let res = ready!(p.try_poll(cx)); in poll_next()
62 let item = ready!(fut.try_poll(cx)); in poll_next()
73 let res = ready!(fut.try_poll(cx)); in poll()
75 let res = ready!(fut.try_poll(cx)); in poll_next()
72 let res = ready!(fut.try_poll(cx)); in poll_next()
694 int try_poll = 0; in decider() local702 try_poll = 1; in decider()710 if (try_poll) { in decider()722 if (try_poll) { in decider()
105 with_context(self, |inner, cx| poll_03_to_01(inner.try_poll(cx))) in poll()