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

/external/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...]
/external/v8/testing/gmock/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...]
/external/fmtlib/test/gmock/
H A Dgmock.h7587 size_t exam_pos = 0; local
7593 for (; it != stl_container.end() && exam_pos != count(); ++it, ++exam_pos) {
7597 match = matchers_[exam_pos].MatchAndExplain(*it, &s);
7598 explanations[exam_pos] = s.str();
7600 match = matchers_[exam_pos].Matches(*it);
7608 // If mismatch_found is true, 'exam_pos' is the index of the mismatch.
7613 size_t actual_count = exam_pos;
7630 // The element count matches, but the exam_pos-th element doesn't match.
7632 *listener << "whose element #" << exam_pos << " does local
[all...]

Completed in 132 milliseconds