Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbind_unittest.cc234 static_func_mock_ptr = &static_func_mock_; in BindTest()
241 static_func_mock_ptr->VoidMethod0(); in VoidFunc0()
244 static int IntFunc0() { return static_func_mock_ptr->IntMethod0(); } in IntFunc0()
254 static StrictMock<NoRef>* static_func_mock_ptr; member in base::__anon8607446f0111::BindTest
260 StrictMock<NoRef>* BindTest::static_func_mock_ptr; member in base::__anon8607446f0111::BindTest
/external/libweave/third_party/chromium/base/
Dbind_unittest.cc235 static_func_mock_ptr = &static_func_mock_; in BindTest()
242 static_func_mock_ptr->VoidMethod0(); in VoidFunc0()
245 static int IntFunc0() { return static_func_mock_ptr->IntMethod0(); } in IntFunc0()
255 static StrictMock<NoRef>* static_func_mock_ptr; member in base::__anonfb311bb50111::BindTest
261 StrictMock<NoRef>* BindTest::static_func_mock_ptr; member in base::__anonfb311bb50111::BindTest