Searched refs:TestFunctionPtr (Results 1 – 3 of 3) sorted by relevance
22 typedef void (U_CALLCONV *TestFunctionPtr)(void); typedef157 TestFunctionPtr test,
315 int (*TestFunctionPtr)() = reinterpret_cast<int(*)()>( in TEST_F() local318 EXPECT_EQ(8, TestFunctionPtr()); in TEST_F()
205 TestFunctionPtr test, in addTest()