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