Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_async2/
H A Dcoro_test.cc105 struct MockPendable { struct
106 MockPendable() : poll_count(0), return_value(Pending()), last_waker() {} in MockPendable() function
112 Poll<int> Pend(Context& cx) { in Pend()
119 int poll_count;
120 Poll<int> return_value;
121 Waker last_waker;
H A Ddispatcher_test.cc43 class MockPendable { class
45 MockPendable(Poll<int> value) : value_(value) {} in MockPendable() function in pw::async2::__anon7c65e6fa0111::MockPendable