Searched refs:ReturnNothingConstly (Results 1 – 1 of 1) sorted by relevance
33 virtual void ReturnNothingConstly() const { in ReturnNothingConstly() function in __anona353eafc0111::SampleClass48 MOCK_CONST_METHOD0(ReturnNothingConstly, void());78 EXPECT_CALL(mock, ReturnNothingConstly()).Times(2); in TEST()79 mock.ReturnNothingConstly(); in TEST()80 mock.ReturnNothingConstly(); in TEST()