Home | History | Annotate | Download | only in base

Lines Matching refs:Sig

69 template <typename Sig>
1006 // Sig type like in InvokerN above to know the return type, and the arity
1012 template <typename Sig>
1016 typedef FunctionTraits<Sig> TargetTraits;
1022 InvokerStorage0(Sig f)
1028 Sig f_;
1031 template <typename Sig, typename P1>
1035 typedef FunctionTraits<Sig> TargetTraits;
1058 InvokerStorage1(Sig f, const P1& p1)
1067 Sig f_;
1071 template <typename Sig, typename P1, typename P2>
1075 typedef FunctionTraits<Sig> TargetTraits;
1101 InvokerStorage2(Sig f, const P1& p1, const P2& p2)
1111 Sig f_;
1116 template <typename Sig, typename P1, typename P2, typename P3>
1120 typedef FunctionTraits<Sig> TargetTraits;
1149 InvokerStorage3(Sig f, const P1& p1, const P2& p2, const P3& p3)
1160 Sig f_;
1166 template <typename Sig, typename P1, typename P2, typename P3, typename P4>
1170 typedef FunctionTraits<Sig> TargetTraits;
1202 InvokerStorage4(Sig f, const P1& p1, const P2& p2, const P3& p3, const P4& p4)
1214 Sig f_;
1221 template <typename Sig, typename P1, typename P2, typename P3, typename P4,
1226 typedef FunctionTraits<Sig> TargetTraits;
1261 InvokerStorage5(Sig f, const P1& p1, const P2& p2, const P3& p3,
1275 Sig f_;
1283 template <typename Sig, typename P1, typename P2, typename P3, typename P4,
1288 typedef FunctionTraits<Sig> TargetTraits;
1326 InvokerStorage6(Sig f, const P1& p1, const P2& p2, const P3& p3,
1341 Sig f_;