Lines Matching defs:next
127 ExpectationBase* next = it->expectation_base().get();
128 if (!next->is_retired()) {
129 next->Retire();
130 expectations.push_back(next);
149 const ExpectationBase* next = it->expectation_base().get();
150 if (!next->IsSatisfied()) return false;
151 expectations.push_back(next);
169 const ExpectationBase* next = it->expectation_base().get();
171 if (next->IsSatisfied()) {
174 if (next->call_count_ == 0) {
175 expectations.push_back(next);
178 // Now that we know next is unsatisfied, we are not so interested