Searched refs:EmptyFunc (Results 1 – 1 of 1) sorted by relevance
29 using EmptyFunc = function_ref<void()>; in TEST() typedef31 EmptyFunc f1([] {}); in TEST()36 EmptyFunc f2(Functor{}); in TEST()38 EmptyFunc f3(fctr); in TEST()40 EmptyFunc f4(std::function<void()>([f1, f2, f3] { in TEST()47 EmptyFunc f5(func); in TEST()