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

References

utils/unittest/googlemock/include/gmock/gmock-matchers.h
 1589 struct MatcherList<2, Matcher1, Matcher2> {
 1590   typedef ::std::pair<Matcher1, Matcher2> ListType;
 1592   static ListType BuildList(const Matcher1& matcher1,
 1594     return ::std::pair<Matcher1, Matcher2>(matcher1, matcher2);