Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_async2/
H A Dpendable_as_task_test.cc30 struct StructWithPendMethod { struct
31 StructWithPendMethod(int& poll_count, bool& allow_completion, Waker& waker) in StructWithPendMethod() function
36 Poll<> Pend(Context& cx) { in Pend()
46 int& poll_count_;
47 bool& allow_completion_;
48 Waker& waker_;
H A Djoin_test.cc66 struct StructWithPendMethod { struct
67 StructWithPendMethod(int result, PendableController& controller) in StructWithPendMethod() function
76 Poll<SomeMoveOnlyValue> Pend(Context& cx) { in Pend()
88 int result_;
89 PendableController* controller_;