Lines Matching refs:Matcher2
6168 template <typename Matcher1, typename Matcher2>
6169 struct MatcherList<2, Matcher1, Matcher2> {
6170 typedef ::std::pair<Matcher1, Matcher2> ListType;
6173 const Matcher2& matcher2) {
6174 return ::std::pair<Matcher1, Matcher2>(matcher1, matcher2);
6219 template <typename Matcher1, typename Matcher2>
6222 BothOfMatcher(Matcher1 matcher1, Matcher2 matcher2)
6236 Matcher2 matcher2_;
6314 template <typename Matcher1, typename Matcher2>
6317 EitherOfMatcher(Matcher1 matcher1, Matcher2 matcher2)
6331 Matcher2 matcher2_;