Lines Matching refs:M4

1215   template <typename M1, typename M2, typename M3, typename M4>
1216 typename EnableIfValidArity<4, VariadicOperatorMatcher<M1, M2, M3, M4> >::type
1217 operator()(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4) const {
1218 return VariadicOperatorMatcher<M1, M2, M3, M4>(Func, P1, P2, P3, P4);
1220 template <typename M1, typename M2, typename M3, typename M4, typename M5>
1222 5, VariadicOperatorMatcher<M1, M2, M3, M4, M5> >::type
1223 operator()(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4,
1225 return VariadicOperatorMatcher<M1, M2, M3, M4, M5>(Func, P1, P2, P3, P4,
1228 template <typename M1, typename M2, typename M3, typename M4, typename M5,
1231 6, VariadicOperatorMatcher<M1, M2, M3, M4, M5, M6> >::type
1232 operator()(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4,
1234 return VariadicOperatorMatcher<M1, M2, M3, M4, M5, M6>(
1237 template <typename M1, typename M2, typename M3, typename M4, typename M5,
1240 7, VariadicOperatorMatcher<M1, M2, M3, M4, M5, M6, M7> >::type
1241 operator()(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4,
1243 return VariadicOperatorMatcher<M1, M2, M3, M4, M5, M6, M7>(
1246 template <typename M1, typename M2, typename M3, typename M4, typename M5,
1249 8, VariadicOperatorMatcher<M1, M2, M3, M4, M5, M6, M7, M8> >::type
1250 operator()(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4,
1252 return VariadicOperatorMatcher<M1, M2, M3, M4, M5, M6, M7, M8>(
1255 template <typename M1, typename M2, typename M3, typename M4, typename M5,
1258 9, VariadicOperatorMatcher<M1, M2, M3, M4, M5, M6, M7, M8, M9> >::type
1259 operator()(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4,
1262 return VariadicOperatorMatcher<M1, M2, M3, M4, M5, M6, M7, M8, M9>(