Home
last modified time | relevance | path

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

/external/chromium/base/
Dgmock_unittest.cc33 virtual void ReturnNothingConstly() const { in ReturnNothingConstly() function in __anona353eafc0111::SampleClass
48 MOCK_CONST_METHOD0(ReturnNothingConstly, void());
78 EXPECT_CALL(mock, ReturnNothingConstly()).Times(2); in TEST()
79 mock.ReturnNothingConstly(); in TEST()
80 mock.ReturnNothingConstly(); in TEST()