Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc78 ExpectationBase::ExpectationBase(const char* a_file, int a_line, in ExpectationBase() function in testing::internal::ExpectationBase
94 ExpectationBase::~ExpectationBase() {} in ~ExpectationBase()
104 void ExpectationBase::RetireAllPreRequisites() in RetireAllPreRequisites()
112 ::std::vector<ExpectationBase*> expectations(1, this); in RetireAllPreRequisites()
114 ExpectationBase* exp = expectations.back(); in RetireAllPreRequisites()
120 ExpectationBase* next = it->expectation_base().get(); in RetireAllPreRequisites()
131 bool ExpectationBase::AllPrerequisitesAreSatisfied() const in AllPrerequisitesAreSatisfied()
136 const ExpectationBase* exp = expectations.back(); in AllPrerequisitesAreSatisfied()
156 const ExpectationBase* exp = expectations.back(); in FindUnsatisfiedPrerequisites()
205 void ExpectationBase::CheckActionCountIfNotDone() const in CheckActionCountIfNotDone()
[all …]
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h105 class ExpectationBase; variable
227 Expectation GetHandleOf(ExpectationBase* exp);
516 Expectation(internal::ExpectationBase& exp); // NOLINT
532 friend class ::testing::internal::ExpectationBase;
700 class GTEST_API_ ExpectationBase {
705 virtual ~ExpectationBase();
885 GTEST_DISALLOW_ASSIGN_(ExpectationBase);
890 class TypedExpectation : public ExpectationBase {
899 : ExpectationBase(a_file, a_line, a_source_text), in TypedExpectation()
938 ExpectationBase::UntypedTimes(a_cardinality); in Times()
[all …]