Searched refs:ExpectationSet (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-spec-builders.h | 95 class ExpectationSet; variable 530 friend class ExpectationSet; 576 class ExpectationSet { 585 ExpectationSet() {} in ExpectationSet() function 988 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2) { in After() 991 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() 995 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() 996 const ExpectationSet& s3, const ExpectationSet& s4) { in After() 999 TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2, in After() 1000 const ExpectationSet& s3, const ExpectationSet& s4, in After() [all …]
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/ |
| H A D | gmock-spec-builders.cc | 117 for (ExpectationSet::const_iterator it = in RetireAllPreRequisites() 139 for (ExpectationSet::const_iterator it = in AllPrerequisitesAreSatisfied() 151 void ExpectationBase::FindUnsatisfiedPrerequisites(ExpectationSet* result) const in FindUnsatisfiedPrerequisites() 159 for (ExpectationSet::const_iterator it = in FindUnsatisfiedPrerequisites()
|