Lines Matching refs:usable
345 int (*usable)(); in TEST_F() member
349 EXPECT_EQ(42, functionPointer.usable()); in TEST_F()
363 int (*usable)(); in TEST_F() member
367 EXPECT_EQ(42, functionPointer.usable()); in TEST_F()
386 int (*usable)(); in TEST_F() member
390 EXPECT_EQ(42, functionPointer.usable()); in TEST_F()
420 int (*usable)(); in TEST_F() member
426 void (*usable)(int); in TEST_F() member
430 SetGlobalFct.usable(789); in TEST_F()
431 EXPECT_EQ(789, GetGlobalFct.usable()); in TEST_F()
451 int (*usable)(); in TEST_F() member
455 EXPECT_EQ(42, functionPointer.usable()); in TEST_F()