OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReturnNothingConstly
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
gmock_unittest.cc
33
virtual void
ReturnNothingConstly
() const {
48
MOCK_CONST_METHOD0(
ReturnNothingConstly
, void());
78
EXPECT_CALL(mock,
ReturnNothingConstly
()).Times(2);
79
mock.
ReturnNothingConstly
();
80
mock.
ReturnNothingConstly
();
/external/chromium_org/base/
gmock_unittest.cc
33
virtual void
ReturnNothingConstly
() const {
48
MOCK_CONST_METHOD0(
ReturnNothingConstly
, void());
78
EXPECT_CALL(mock,
ReturnNothingConstly
()).Times(2);
79
mock.
ReturnNothingConstly
();
80
mock.
ReturnNothingConstly
();
Completed in 1366 milliseconds