Searched refs:InterceptorFunctionCalled (Results 1 – 2 of 2) sorted by relevance
25 static int InterceptorFunctionCalled; variable30 ++InterceptorFunctionCalled; in INTERCEPTOR()51 InterceptorFunctionCalled = 0; in TEST()53 EXPECT_EQ(1, InterceptorFunctionCalled); in TEST()55 EXPECT_EQ(2, InterceptorFunctionCalled); in TEST()58 InterceptorFunctionCalled = 0; in TEST()61 EXPECT_EQ(0, InterceptorFunctionCalled); in TEST()
345 int InterceptorFunctionCalled; variable349 ++InterceptorFunctionCalled; in InterceptorFunction()379 InterceptorFunctionCalled = 0; in TestIdentityFunctionPatching()382 EXPECT_EQ(0, InterceptorFunctionCalled); in TestIdentityFunctionPatching()399 InterceptorFunctionCalled = 0; in TestIdentityFunctionPatching()402 EXPECT_EQ(2, InterceptorFunctionCalled); in TestIdentityFunctionPatching()405 InterceptorFunctionCalled = 0; in TestIdentityFunctionPatching()408 EXPECT_EQ(0, InterceptorFunctionCalled); in TestIdentityFunctionPatching()532 InterceptorFunctionCalled = 0; in TEST()535 EXPECT_EQ(2, InterceptorFunctionCalled); in TEST()