Searched refs:static_func_mock_ (Results 1 – 2 of 2) sorted by relevance
234 static_func_mock_ptr = &static_func_mock_; in BindTest()251 StrictMock<NoRef> static_func_mock_; member in base::__anon8607446f0111::BindTest340 EXPECT_CALL(static_func_mock_, VoidMethod0()); in TEST_F()381 EXPECT_CALL(static_func_mock_, IntMethod0()).WillOnce(Return(1337)); in TEST_F()408 EXPECT_CALL(static_func_mock_, IntMethod0()).WillOnce(Return(1337)); in TEST_F()
235 static_func_mock_ptr = &static_func_mock_; in BindTest()252 StrictMock<NoRef> static_func_mock_; member in base::__anonfb311bb50111::BindTest341 EXPECT_CALL(static_func_mock_, VoidMethod0()); in TEST_F()382 EXPECT_CALL(static_func_mock_, IntMethod0()).WillOnce(Return(1337)); in TEST_F()409 EXPECT_CALL(static_func_mock_, IntMethod0()).WillOnce(Return(1337)); in TEST_F()