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

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 3135     if (count() == 0) {
 3137     } else if (count() == 1) {
 3141       *os << "has " << Elements(count()) << " where\n";
 3142       for (size_t i = 0; i != count(); ++i) {
 3145         if (i + 1 < count()) {
 3154     if (count() == 0) {
 3159     *os << "doesn't have " << Elements(count()) << ", or\n";
 3160     for (size_t i = 0; i != count(); ++i) {
 3163       if (i + 1 < count()) {
 3177     ::std::vector<internal::string> explanations(count());
 3186     for (; it != stl_container.end() && exam_pos != count(); ++it, ++exam_pos) {
 3211     if (actual_count != count()) {
 3235       for (size_t i = 0; i != count(); ++i) {