Searched refs:exam_pos (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3172 size_t exam_pos = 0; local
3178 for (; it != stl_container.end() && exam_pos != count(); ++it, ++exam_pos) {
3182 match = matchers_[exam_pos].MatchAndExplain(*it, &s);
3183 explanations[exam_pos] = s.str();
3185 match = matchers_[exam_pos].Matches(*it);
3193 // If mismatch_found is true, 'exam_pos' is the index of the mismatch.
3198 size_t actual_count = exam_pos;
3215 // The element count matches, but the exam_pos-th element doesn't match.
3217 *listener << "whose element #" << exam_pos << " does local
[all...]

Completed in 20 milliseconds