Home | History | Annotate | Download | only in base

Lines Matching refs:P5

76     typename P5>
78 P5> >
80 const P5& p5) {
82 new internal::InvokerStorage5<Sig, P1, P2, P3, P4, P5>(
83 f, p1, p2, p3, p4, p5));
87 typename P5, typename P6>
89 P5, P6> >
91 const P5& p5, const P6& p6) {
93 new internal::InvokerStorage6<Sig, P1, P2, P3, P4, P5, P6>(
94 f, p1, p2, p3, p4, p5, p6));