Lines Matching refs:mock_function
1283 testing::MockFunction<void()> mock_function;1286 EXPECT_CALL(mock_function, Call());1288 InvokeWithoutArgs(&mock_function, &testing::MockFunction<void()>::Call),