reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 3186     for (; it != stl_container.end() && exam_pos != count(); ++it, ++exam_pos) {
 3186     for (; it != stl_container.end() && exam_pos != count(); ++it, ++exam_pos) {
 3190         match = matchers_[exam_pos].MatchAndExplain(*it, &s);
 3191         explanations[exam_pos] = s.str();
 3193         match = matchers_[exam_pos].Matches(*it);
 3206     size_t actual_count = exam_pos;
 3225         *listener << "whose element #" << exam_pos << " doesn't match";
 3226         PrintIfNotEmpty(explanations[exam_pos], listener->stream());