Home
last modified time | relevance | path

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

/external/pigweed/pw_async2/
Dcoro_test.cc81 struct MockPendable { struct
82 MockPendable() : poll_count(0), return_value(Pending()), last_waker() {} in MockPendable() argument
88 Poll<int> Pend(Context& cx) { in Pend()
94 int poll_count;
95 Poll<int> return_value;
96 Waker last_waker;