Home
last modified time | relevance | path

Searched defs:StructWithPendMethod (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_async2/
Dpendable_as_task_test.cc31 struct StructWithPendMethod { struct
32 StructWithPendMethod(int& poll_count, bool& allow_completion, Waker& waker) in StructWithPendMethod() argument
37 Poll<> Pend(Context& cx) { in Pend()
46 int& poll_count_;
47 bool& allow_completion_;
48 Waker& waker_;