Home | History | Annotate | Download | only in test

Lines Matching refs:mock_function

1373   testing::MockFunction<void()> mock_function;
1376 EXPECT_CALL(mock_function, Call());
1378 InvokeWithoutArgs(&mock_function, &testing::MockFunction<void()>::Call),