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);
 3193         match = matchers_[exam_pos].Matches(*it);
 3207     for (; it != stl_container.end(); ++it) {
 3207     for (; it != stl_container.end(); ++it) {