Lines Matching refs:v4
1367 bool PredFunction4(T1 v1, T2 v2, T3 v3, T4 v4) { in PredFunction4() argument
1368 return v1 + v2 + v3 + v4 > 0; in PredFunction4()
1374 bool PredFunction4Int(int v1, int v2, int v3, int v4) { in PredFunction4Int() argument
1375 return v1 + v2 + v3 + v4 > 0; in PredFunction4Int()
1377 bool PredFunction4Bool(Bool v1, Bool v2, Bool v3, Bool v4) { in PredFunction4Bool() argument
1378 return v1 + v2 + v3 + v4 > 0; in PredFunction4Bool()
1387 const T4& v4) { in operator ()()
1388 return v1 + v2 + v3 + v4 > 0; in operator ()()
1401 const T4& v4) { in PredFormatFunction4() argument
1402 if (PredFunction4(v1, v2, v3, v4)) in PredFormatFunction4()
1408 << v1 + v2 + v3 + v4 << "."; in PredFormatFunction4()
1422 const T4& v4) const { in operator ()()
1423 return PredFormatFunction4(e1, e2, e3, e4, v1, v2, v3, v4); in operator ()()
1881 bool PredFunction5(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) { in PredFunction5() argument
1882 return v1 + v2 + v3 + v4 + v5 > 0; in PredFunction5()
1888 bool PredFunction5Int(int v1, int v2, int v3, int v4, int v5) { in PredFunction5Int() argument
1889 return v1 + v2 + v3 + v4 + v5 > 0; in PredFunction5Int()
1891 bool PredFunction5Bool(Bool v1, Bool v2, Bool v3, Bool v4, Bool v5) { in PredFunction5Bool() argument
1892 return v1 + v2 + v3 + v4 + v5 > 0; in PredFunction5Bool()
1901 const T4& v4, in operator ()()
1903 return v1 + v2 + v3 + v4 + v5 > 0; in operator ()()
1917 const T4& v4, in PredFormatFunction5() argument
1919 if (PredFunction5(v1, v2, v3, v4, v5)) in PredFormatFunction5()
1925 << v1 + v2 + v3 + v4 + v5 << "."; in PredFormatFunction5()
1940 const T4& v4, in operator ()()
1942 return PredFormatFunction5(e1, e2, e3, e4, e5, v1, v2, v3, v4, v5); in operator ()()