Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc83 ExpectationBase::ExpectationBase(const char* a_file, int a_line, in ExpectationBase() function in testing::internal::ExpectationBase
99 ExpectationBase::~ExpectationBase() = default;
103 void ExpectationBase::SpecifyCardinality(const Cardinality& a_cardinality) { in SpecifyCardinality()
109 void ExpectationBase::RetireAllPreRequisites() in RetireAllPreRequisites()
117 ::std::vector<ExpectationBase*> expectations(1, this); in RetireAllPreRequisites()
119 ExpectationBase* exp = expectations.back(); in RetireAllPreRequisites()
125 ExpectationBase* next = it->expectation_base().get(); in RetireAllPreRequisites()
136 bool ExpectationBase::AllPrerequisitesAreSatisfied() const in AllPrerequisitesAreSatisfied()
139 ::std::vector<const ExpectationBase*> expectations(1, this); in AllPrerequisitesAreSatisfied()
141 const ExpectationBase* exp = expectations.back(); in AllPrerequisitesAreSatisfied()
[all …]
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h107 class ExpectationBase; variable
172 virtual const ExpectationBase* UntypedFindMatchingExpectation(
205 using UntypedExpectations = std::vector<std::shared_ptr<ExpectationBase>>;
212 Expectation GetHandleOf(ExpectationBase* exp);
500 Expectation(internal::ExpectationBase& exp); // NOLINT
516 friend class ::testing::internal::ExpectationBase;
536 const std::shared_ptr<internal::ExpectationBase>& expectation_base);
539 const std::shared_ptr<internal::ExpectationBase>& expectation_base() const { in expectation_base()
544 std::shared_ptr<internal::ExpectationBase> expectation_base_;
574 ExpectationSet(internal::ExpectationBase& exp) { // NOLINT in ExpectationSet()
[all …]