Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/
Dgmock-spec-builders.cc467 bool UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked() in VerifyAndClearExpectationsLocked() function in testing::internal::UntypedFunctionMockerBase
669 return VerifyAndClearExpectationsLocked(mock_obj); in VerifyAndClearExpectations()
679 return VerifyAndClearExpectationsLocked(mock_obj); in VerifyAndClear()
685 bool Mock::VerifyAndClearExpectationsLocked(void* mock_obj) in VerifyAndClearExpectationsLocked() function in testing::Mock
700 if (!(*it)->VerifyAndClearExpectationsLocked()) { in VerifyAndClearExpectationsLocked()
/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/googletest/googlemock/src/
Dgmock-spec-builders.cc504 bool UntypedFunctionMockerBase::VerifyAndClearExpectationsLocked() in VerifyAndClearExpectationsLocked() function in testing::internal::UntypedFunctionMockerBase
717 return VerifyAndClearExpectationsLocked(mock_obj); in VerifyAndClearExpectations()
727 return VerifyAndClearExpectationsLocked(mock_obj); in VerifyAndClear()
733 bool Mock::VerifyAndClearExpectationsLocked(void* mock_obj) in VerifyAndClearExpectationsLocked() function in testing::Mock
748 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()
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h136 bool VerifyAndClearExpectationsLocked()
452 static bool VerifyAndClearExpectationsLocked(void* mock_obj)
1486 VerifyAndClearExpectationsLocked(); in ~FunctionMocker()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-spec-builders.h134 bool VerifyAndClearExpectationsLocked()
438 static bool VerifyAndClearExpectationsLocked(void* mock_obj)
1470 VerifyAndClearExpectationsLocked(); in ~FunctionMockerBase()