Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc125 ExpectationBase* next = it->expectation_base().get(); in RetireAllPreRequisites()
147 const ExpectationBase* next = it->expectation_base().get(); in AllPrerequisitesAreSatisfied()
167 const ExpectationBase* next = it->expectation_base().get(); in FindUnsatisfiedPrerequisites()
760 if (last_expectation_->expectation_base() != nullptr) { in AddExpectation()
761 expectation.expectation_base()->immediate_prerequisites_ += in AddExpectation()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h536 const std::shared_ptr<internal::ExpectationBase>& expectation_base);
539 const std::shared_ptr<internal::ExpectationBase>& expectation_base() const { in expectation_base() function
1167 it->expectation_base()->DescribeLocationTo(os); in ExplainMatchResultTo()
2069 : expectation_base_(exp.GetHandle().expectation_base()) {}