Searched refs:test_function (Results 1 – 3 of 3) sorted by relevance
65 auto test_function = [](std::function<void(PerfEventSet*)> set_target_func) { in TEST() local84 test_function([](PerfEventSet* perf) { ASSERT_TRUE(perf->MonitorCurrentProcess()); }); in TEST()85 test_function([](PerfEventSet* perf) { ASSERT_TRUE(perf->MonitorCurrentThread()); }); in TEST()86 test_function( in TEST()
43 void RunTest(F&& test_function) { in RunTest() argument47 test_function(subcontext); in RunTest()
470 ($test_function:expr) => {471 let result = $test_function;