Searched refs:StructWithPendMethod (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pigweed/pw_async2/ |
H A D | join_test.cc | 66 struct StructWithPendMethod { struct 67 StructWithPendMethod(int result, PendableController& controller) in StructWithPendMethod() argument 70 StructWithPendMethod(const StructWithPendMethod&) = delete; 71 StructWithPendMethod& operator=(const StructWithPendMethod&) = delete; 72 StructWithPendMethod(StructWithPendMethod&&) = default; 73 StructWithPendMethod& operator=(StructWithPendMethod&&) = default; 74 ~StructWithPendMethod() = default; 97 StructWithPendMethod pendable_1(1, controller_1); in TEST() 98 StructWithPendMethod pendable_2(2, controller_2); in TEST() 122 StructWithPendMethod pendable_1(1, controller_1); in TEST() [all …]
|
H A D | pendable_as_task_test.cc | 30 struct StructWithPendMethod { struct 31 StructWithPendMethod(int& poll_count, bool& allow_completion, Waker& waker) in StructWithPendMethod() argument 57 StructWithPendMethod pendable(poll_count, allow_completion, waker); in TEST() 82 StructWithPendMethod pendable(poll_count, allow_completion, waker); in TEST()
|