Home
last modified time | relevance | path

Searched refs:static_func_mock_ptr (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/
Dbind_unittest.cc329 static_func_mock_ptr = &static_func_mock_; in BindTest()
335 static_func_mock_ptr->VoidMethod0(); in VoidFunc0()
338 static int IntFunc0() { return static_func_mock_ptr->IntMethod0(); } in IntFunc0()
350 static StrictMock<NoRef>* static_func_mock_ptr; member in base::__anon398078b80111::BindTest
356 StrictMock<NoRef>* BindTest::static_func_mock_ptr; member in base::__anon398078b80111::BindTest