Home
last modified time | relevance | path

Searched refs:Expectation (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h92 class Expectation; variable
500 class GTEST_API_ Expectation {
503 Expectation();
505 ~Expectation();
544 bool operator()(const Expectation& lhs, const Expectation& rhs) const { in operator()
551 Expectation(
591 *this += Expectation(exp); in ExpectationSet()
625 Expectation::Set expectations_;
729 friend class ::testing::Expectation;
748 virtual Expectation GetHandle() = 0;
[all …]
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc485 Expectation UntypedFunctionMockerBase::GetHandleOf(ExpectationBase* exp) { in GetHandleOf()
492 return Expectation(*it); in GetHandleOf()
497 return Expectation(); in GetHandleOf()
844 Expectation::Expectation() {} in Expectation() function in testing::Expectation
846 Expectation::Expectation( in Expectation() function in testing::Expectation
850 Expectation::~Expectation() {} in ~Expectation()
853 void Sequence::AddExpectation(const Expectation& expectation) const { in AddExpectation()
/llvm-project-15.0.7/llvm/unittests/Transforms/Scalar/
H A DLoopPassManagerTest.cpp36 using testing::Expectation;