Searched refs:ExpectationSet (Results 1 – 2 of 2) sorted by relevance
96 class ExpectationSet; variable514 friend class ExpectationSet;560 class ExpectationSet {569 ExpectationSet() = default;574 ExpectationSet(internal::ExpectationBase& exp) { // NOLINT in ExpectationSet() function581 ExpectationSet(const Expectation& e) { // NOLINT in ExpectationSet() function590 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 …]
122 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()