Lines Matching refs:StructWithPendMethod
66 struct StructWithPendMethod { struct
67 StructWithPendMethod(int result, PendableController& controller) in StructWithPendMethod() function
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()
123 StructWithPendMethod pendable_2(2, controller_2); in TEST()