Searched defs:StructWithPendMethod (Results 1 – 2 of 2) sorted by relevance
30 struct StructWithPendMethod { struct31 StructWithPendMethod(int& poll_count, bool& allow_completion, Waker& waker) in StructWithPendMethod() function36 Poll<> Pend(Context& cx) { in Pend()46 int& poll_count_;47 bool& allow_completion_;48 Waker& waker_;
66 struct StructWithPendMethod { struct67 StructWithPendMethod(int result, PendableController& controller) in StructWithPendMethod() function76 Poll<SomeMoveOnlyValue> Pend(Context& cx) { in Pend()88 int result_;89 PendableController* controller_;