Lines Matching refs:P4
202 typename P4>
203 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) {
238 typename P4>
239 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) {
243 ParameterTraits<P4>::Cast(p4)));
263 typename P4>
264 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) {
281 template <typename P1, typename P2, typename P3, typename P4>
307 template <typename P1, typename P2, typename P3, typename P4>
312 ReturnValueTraits<P4>::Representation()};
346 template <typename R, typename P1, typename P2, typename P3, typename P4>
347 R Call4(P1 p1, P2 p2, P3 p3, P4 p4) {
348 typedef R V8_CDECL FType(P1, P2, P3, P4);
349 VerifyParameters4<P1, P2, P3, P4>();
380 template <typename P1, typename P2, typename P3, typename P4>
381 R Call(P1 p1, P2 p2, P3 p3, P4 p4) {