Home
last modified time | relevance | path

Searched refs:EmptyFunc (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/libbase/
H A Dfunction_ref_test.cpp29 using EmptyFunc = function_ref<void()>; in TEST() typedef
31 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()