Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/src/
Dgmock-spec-builders.cc85 ExpectationBase::ExpectationBase(const char* a_file, int a_line, in ExpectationBase() function in testing::internal::ExpectationBase
101 ExpectationBase::~ExpectationBase() {} in ~ExpectationBase()
105 void ExpectationBase::SpecifyCardinality(const Cardinality& a_cardinality) { in SpecifyCardinality()
111 void ExpectationBase::RetireAllPreRequisites() in RetireAllPreRequisites()
119 ::std::vector<ExpectationBase*> expectations(1, this); in RetireAllPreRequisites()
121 ExpectationBase* exp = expectations.back(); in RetireAllPreRequisites()
127 ExpectationBase* next = it->expectation_base().get(); in RetireAllPreRequisites()
138 bool ExpectationBase::AllPrerequisitesAreSatisfied() const in AllPrerequisitesAreSatisfied()
141 ::std::vector<const ExpectationBase*> expectations(1, this); in AllPrerequisitesAreSatisfied()
143 const ExpectationBase* exp = expectations.back(); in AllPrerequisitesAreSatisfied()
[all …]
/third_party/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h107 class ExpectationBase; variable
172 virtual const ExpectationBase* UntypedFindMatchingExpectation(
205 using UntypedExpectations = std::vector<std::shared_ptr<ExpectationBase>>;
209 Expectation GetHandleOf(ExpectationBase* exp);
497 Expectation(internal::ExpectationBase& exp); // NOLINT
513 friend class ::testing::internal::ExpectationBase;
533 const std::shared_ptr<internal::ExpectationBase>& expectation_base);
536 const std::shared_ptr<internal::ExpectationBase>& expectation_base() const { in expectation_base()
541 std::shared_ptr<internal::ExpectationBase> expectation_base_;
571 ExpectationSet(internal::ExpectationBase& exp) { // NOLINT in ExpectationSet()
[all …]