Home | History | Annotate | Download | only in memory

Lines Matching refs:p4

80   inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4) {
81 new(space_.void_data()) Type(p1, p2, p3, p4);
85 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4,
87 new(space_.void_data()) Type(p1, p2, p3, p4, p5);
92 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4,
94 new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6);
99 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4,
101 new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6, p7);
106 inline void Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4,
108 new(space_.void_data()) Type(p1, p2, p3, p4, p5, p6, p7, p8);