Searched refs:VerifyAndClearExpectationsLocked (Results 1 – 2 of 2) sorted by relevance
457 bool UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked() in VerifyAndClearExpectationsLocked() function in testing::internal::UntypedFunctionMockerBase659 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::Mock690 if (!(*it)->VerifyAndClearExpectationsLocked()) { in VerifyAndClearExpectationsLocked()
130 bool VerifyAndClearExpectationsLocked()430 static bool VerifyAndClearExpectationsLocked(void* mock_obj)1407 VerifyAndClearExpectationsLocked(); in ~FunctionMockerBase()