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

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 3129       matchers_.push_back(MatcherCast<const Element&>(*first++));
 3139       matchers_[0].DescribeTo(os);
 3144         matchers_[i].DescribeTo(os);
 3162       matchers_[i].DescribeNegationTo(os);
 3190         match = matchers_[exam_pos].MatchAndExplain(*it, &s);
 3193         match = matchers_[exam_pos].Matches(*it);
 3254   size_t count() const { return matchers_.size(); }