Home | History | Annotate | Download | only in testing

Lines Matching refs:Arg3

1000   template <typename Arg1, typename Arg2, typename Arg3>
1001 inline R operator()(const Arg1& a, const Arg2& b, const Arg3& c) {
1005 template <typename Arg1, typename Arg2, typename Arg3, typename Arg4>
1006 inline R operator()(const Arg1& a, const Arg2& b, const Arg3& c,