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

/external/gmock/include/gmock/
H A Dgmock-matchers.h2931 size_t exam_pos = 0; local
2937 for (; it != stl_container.end() && exam_pos != count(); ++it, ++exam_pos) {
2941 match = matchers_[exam_pos].MatchAndExplain(*it, &s);
2942 explanations[exam_pos] = s.str();
2944 match = matchers_[exam_pos].Matches(*it);
2952 // If mismatch_found is true, 'exam_pos' is the index of the mismatch.
2957 size_t actual_count = exam_pos;
2974 // The element count matches, but the exam_pos-th element doesn't match.
2976 *listener << "whose element #" << exam_pos << " does local
[all...]

Completed in 70 milliseconds