Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc120 ExpectationBase* next = it->expectation_base().get(); in RetireAllPreRequisites()
142 const ExpectationBase* next = it->expectation_base().get(); in AllPrerequisitesAreSatisfied()
162 const ExpectationBase* next = it->expectation_base().get(); in FindUnsatisfiedPrerequisites()
855 if (last_expectation_->expectation_base() != nullptr) { in AddExpectation()
856 expectation.expectation_base()->immediate_prerequisites_ in AddExpectation()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h552 const std::shared_ptr<internal::ExpectationBase>& expectation_base);
555 const std::shared_ptr<internal::ExpectationBase>& expectation_base() const { in expectation_base() function
1148 it->expectation_base()->DescribeLocationTo(os); in ExplainMatchResultTo()
1906 : expectation_base_(exp.GetHandle().expectation_base()) {} in Expectation()