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

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 3405         *listener << "which has " << Elements(actual_count);
utils/unittest/googlemock/src/gmock-matchers.cc
  402     *os << "has " << Elements(1) << " and that element ";
  406   *os << "has " << Elements(matcher_describers_.size())
  423     *os << "doesn't have " << Elements(1)
  424         << ", or has " << Elements(1) << " that ";
  428   *os << "doesn't have " << Elements(matcher_describers_.size())