Home
last modified time | relevance | path

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

/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc457 bool UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked() in VerifyAndClearExpectationsLocked() function in testing::internal::UntypedFunctionMockerBase
659 return VerifyAndClearExpectationsLocked(mock_obj); in VerifyAndClearExpectations()
669 return VerifyAndClearExpectationsLocked(mock_obj); in VerifyAndClear()
675 bool Mock::VerifyAndClearExpectationsLocked(void* mock_obj) in VerifyAndClearExpectationsLocked() function in testing::Mock
690 if (!(*it)->VerifyAndClearExpectationsLocked()) { in VerifyAndClearExpectationsLocked()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h130 bool VerifyAndClearExpectationsLocked()
430 static bool VerifyAndClearExpectationsLocked(void* mock_obj)
1407 VerifyAndClearExpectationsLocked(); in ~FunctionMockerBase()