Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc457 bool UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked() { in VerifyAndClearExpectationsLocked() function in testing::internal::UntypedFunctionMockerBase
643 return VerifyAndClearExpectationsLocked(mock_obj); in VerifyAndClearExpectations()
653 return VerifyAndClearExpectationsLocked(mock_obj); in VerifyAndClear()
660 bool Mock::VerifyAndClearExpectationsLocked(void* mock_obj) { in VerifyAndClearExpectationsLocked() function in testing::Mock
674 if (!(*it)->VerifyAndClearExpectationsLocked()) { in VerifyAndClearExpectationsLocked()
/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h131 bool VerifyAndClearExpectationsLocked();
427 static bool VerifyAndClearExpectationsLocked(void* mock_obj);
1399 VerifyAndClearExpectationsLocked(); in ~FunctionMockerBase()