Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc525 bool UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked() in VerifyAndClearExpectationsLocked() function in testing::internal::UntypedFunctionMockerBase
738 return VerifyAndClearExpectationsLocked(mock_obj); in VerifyAndClearExpectations()
748 return VerifyAndClearExpectationsLocked(mock_obj); in VerifyAndClear()
754 bool Mock::VerifyAndClearExpectationsLocked(void* mock_obj) in VerifyAndClearExpectationsLocked() function in testing::Mock
769 if (!(*it)->VerifyAndClearExpectationsLocked()) { in VerifyAndClearExpectationsLocked()
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h146 bool VerifyAndClearExpectationsLocked()
460 static bool VerifyAndClearExpectationsLocked(void* mock_obj)
1490 VerifyAndClearExpectationsLocked(); in ~FunctionMocker()