Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h96 class ExpectationSet; variable
514 friend class ExpectationSet;
560 class ExpectationSet {
569 ExpectationSet() = default;
574 ExpectationSet(internal::ExpectationBase& exp) { // NOLINT in ExpectationSet() function
581 ExpectationSet(const Expectation& e) { // NOLINT in ExpectationSet() function
590 bool operator==(const ExpectationSet& rhs) const {
594 bool operator!=(const ExpectationSet& rhs) const { return !(*this == rhs); }
598 ExpectationSet& operator+=(const Expectation& e) {
813 void FindUnsatisfiedPrerequisites(ExpectationSet* result) const
[all …]
/llvm-project/third-party/unittest/googlemock/src/
H A Dgmock-spec-builders.cc122 for (ExpectationSet::const_iterator it = in RetireAllPreRequisites()
144 for (ExpectationSet::const_iterator it = in AllPrerequisitesAreSatisfied()
156 void ExpectationBase::FindUnsatisfiedPrerequisites(ExpectationSet* result) const in FindUnsatisfiedPrerequisites()
164 for (ExpectationSet::const_iterator it = in FindUnsatisfiedPrerequisites()