• Home
  • Raw
  • Download

Lines Matching refs:p6

1055     p6) , typename p0##_type, typename p1##_type, typename p2##_type, \  argument
1057 typename p6##_type
1059 p6, p7) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument
1061 typename p6##_type, typename p7##_type
1063 p6, p7, p8) , typename p0##_type, typename p1##_type, typename p2##_type, \ argument
1065 typename p6##_type, typename p7##_type, typename p8##_type
1067 p6, p7, p8, p9) , typename p0##_type, typename p1##_type, \ argument
1069 typename p5##_type, typename p6##_type, typename p7##_type, \
1095 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)\ argument
1098 p6##_type gmock_p6) : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2), \
1099 p3(gmock_p3), p4(gmock_p4), p5(gmock_p5), p6(gmock_p6)
1100 #define GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7)\ argument
1103 p6##_type gmock_p6, p7##_type gmock_p7) : p0(gmock_p0), p1(gmock_p1), \
1104 p2(gmock_p2), p3(gmock_p3), p4(gmock_p4), p5(gmock_p5), p6(gmock_p6), \
1106 #define GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
1110 p6##_type gmock_p6, p7##_type gmock_p7, \
1112 p3(gmock_p3), p4(gmock_p4), p5(gmock_p5), p6(gmock_p6), p7(gmock_p7), \
1114 #define GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
1118 p6##_type gmock_p6, p7##_type gmock_p7, p8##_type gmock_p8, \
1120 p3(gmock_p3), p4(gmock_p4), p5(gmock_p5), p6(gmock_p6), p7(gmock_p7), \
1138 p6) p0##_type p0; p1##_type p1; p2##_type p2; p3##_type p3; p4##_type p4; \ argument
1139 p5##_type p5; p6##_type p6;
1140 #define GMOCK_INTERNAL_DEFN_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
1142 p5##_type p5; p6##_type p6; p7##_type p7;
1143 #define GMOCK_INTERNAL_DEFN_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
1145 p4##_type p4; p5##_type p5; p6##_type p6; p7##_type p7; p8##_type p8;
1146 #define GMOCK_INTERNAL_DEFN_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
1148 p4##_type p4; p5##_type p5; p6##_type p6; p7##_type p7; p8##_type p8; \
1162 p6) p0, p1, p2, p3, p4, p5, p6 argument
1163 #define GMOCK_INTERNAL_LIST_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
1164 p7) p0, p1, p2, p3, p4, p5, p6, p7
1165 #define GMOCK_INTERNAL_LIST_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
1166 p7, p8) p0, p1, p2, p3, p4, p5, p6, p7, p8
1167 #define GMOCK_INTERNAL_LIST_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
1168 p7, p8, p9) p0, p1, p2, p3, p4, p5, p6, p7, p8, p9
1184 p6) , p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, p5##_type, \ argument
1185 p6##_type
1187 p6, p7) , p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, \ argument
1188 p5##_type, p6##_type, p7##_type
1190 p6, p7, p8) , p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, \ argument
1191 p5##_type, p6##_type, p7##_type, p8##_type
1193 p6, p7, p8, p9) , p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, \ argument
1194 p5##_type, p6##_type, p7##_type, p8##_type, p9##_type
1211 p6) p0##_type p0, p1##_type p1, p2##_type p2, p3##_type p3, p4##_type p4, \ argument
1212 p5##_type p5, p6##_type p6
1213 #define GMOCK_INTERNAL_DECL_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
1215 p5##_type p5, p6##_type p6, p7##_type p7
1216 #define GMOCK_INTERNAL_DECL_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
1218 p4##_type p4, p5##_type p5, p6##_type p6, p7##_type p7, p8##_type p8
1219 #define GMOCK_INTERNAL_DECL_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
1221 p4##_type p4, p5##_type p5, p6##_type p6, p7##_type p7, p8##_type p8, \
1232 #define GMOCK_INTERNAL_COUNT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) P7 argument
1233 #define GMOCK_INTERNAL_COUNT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
1235 #define GMOCK_INTERNAL_COUNT_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
1237 #define GMOCK_INTERNAL_COUNT_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
1726 #define ACTION_P7(name, p0, p1, p2, p3, p4, p5, p6)\ argument
1729 typename p6##_type>\
1734 p5##_type gmock_p5, p6##_type gmock_p6) : p0(gmock_p0), p1(gmock_p1), \
1736 p6(gmock_p6) {}\
1746 p6##_type gmock_p6) : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2), \
1747 p3(gmock_p3), p4(gmock_p4), p5(gmock_p5), p6(gmock_p6) {}\
1766 p6##_type p6;\
1772 p6));\
1780 p6##_type p6;\
1786 typename p6##_type>\
1788 p4##_type, p5##_type, p6##_type> name(p0##_type p0, p1##_type p1, \
1790 p6##_type p6) {\
1792 p4##_type, p5##_type, p6##_type>(p0, p1, p2, p3, p4, p5, p6);\
1796 typename p6##_type>\
1804 p5##_type, p6##_type>::gmock_Impl<F>::gmock_PerformImpl(\
1807 #define ACTION_P8(name, p0, p1, p2, p3, p4, p5, p6, p7)\ argument
1810 typename p6##_type, typename p7##_type>\
1815 p5##_type gmock_p5, p6##_type gmock_p6, \
1817 p3(gmock_p3), p4(gmock_p4), p5(gmock_p5), p6(gmock_p6), \
1828 p6##_type gmock_p6, p7##_type gmock_p7) : p0(gmock_p0), \
1830 p5(gmock_p5), p6(gmock_p6), p7(gmock_p7) {}\
1849 p6##_type p6;\
1856 p6, p7));\
1864 p6##_type p6;\
1871 typename p6##_type, typename p7##_type>\
1873 p4##_type, p5##_type, p6##_type, p7##_type> name(p0##_type p0, \
1875 p6##_type p6, p7##_type p7) {\
1877 p4##_type, p5##_type, p6##_type, p7##_type>(p0, p1, p2, p3, p4, p5, \
1878 p6, p7);\
1882 typename p6##_type, typename p7##_type>\
1890 p5##_type, p6##_type, \
1894 #define ACTION_P9(name, p0, p1, p2, p3, p4, p5, p6, p7, p8)\ argument
1897 typename p6##_type, typename p7##_type, typename p8##_type>\
1902 p5##_type gmock_p5, p6##_type gmock_p6, p7##_type gmock_p7, \
1904 p3(gmock_p3), p4(gmock_p4), p5(gmock_p5), p6(gmock_p6), p7(gmock_p7), \
1915 p6##_type gmock_p6, p7##_type gmock_p7, \
1917 p3(gmock_p3), p4(gmock_p4), p5(gmock_p5), p6(gmock_p6), \
1937 p6##_type p6;\
1945 p6, p7, p8));\
1953 p6##_type p6;\
1961 typename p6##_type, typename p7##_type, typename p8##_type>\
1963 p4##_type, p5##_type, p6##_type, p7##_type, \
1965 p4##_type p4, p5##_type p5, p6##_type p6, p7##_type p7, \
1968 p4##_type, p5##_type, p6##_type, p7##_type, p8##_type>(p0, p1, p2, \
1969 p3, p4, p5, p6, p7, p8);\
1973 typename p6##_type, typename p7##_type, typename p8##_type>\
1981 p5##_type, p6##_type, p7##_type, \
1985 #define ACTION_P10(name, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9)\ argument
1988 typename p6##_type, typename p7##_type, typename p8##_type, \
1994 p5##_type gmock_p5, p6##_type gmock_p6, p7##_type gmock_p7, \
1996 p2(gmock_p2), p3(gmock_p3), p4(gmock_p4), p5(gmock_p5), p6(gmock_p6), \
2007 p6##_type gmock_p6, p7##_type gmock_p7, p8##_type gmock_p8, \
2009 p3(gmock_p3), p4(gmock_p4), p5(gmock_p5), p6(gmock_p6), \
2029 p6##_type p6;\
2038 p6, p7, p8, p9));\
2046 p6##_type p6;\
2055 typename p6##_type, typename p7##_type, typename p8##_type, \
2058 p4##_type, p5##_type, p6##_type, p7##_type, p8##_type, \
2060 p4##_type p4, p5##_type p5, p6##_type p6, p7##_type p7, p8##_type p8, \
2063 p4##_type, p5##_type, p6##_type, p7##_type, p8##_type, p9##_type>(p0, \
2064 p1, p2, p3, p4, p5, p6, p7, p8, p9);\
2068 typename p6##_type, typename p7##_type, typename p8##_type, \
2077 p5##_type, p6##_type, p7##_type, p8##_type, \
2261 AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)) { in ACTION_TEMPLATE() argument
2265 ::testing::get<k>(args), p0, p1, p2, p3, p4, p5, p6); in ACTION_TEMPLATE()
2270 AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7)) { in ACTION_TEMPLATE() argument
2274 ::testing::get<k>(args), p0, p1, p2, p3, p4, p5, p6, p7); in ACTION_TEMPLATE()
2279 AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8)) { in ACTION_TEMPLATE() argument
2283 ::testing::get<k>(args), p0, p1, p2, p3, p4, p5, p6, p7, p8); in ACTION_TEMPLATE()
2288 AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9)) { in ACTION_TEMPLATE() argument
2292 ::testing::get<k>(args), p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); in ACTION_TEMPLATE()
2344 AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)) { in ACTION_TEMPLATE() argument
2345 return new T(p0, p1, p2, p3, p4, p5, p6); in ACTION_TEMPLATE()
2350 AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7)) { in ACTION_TEMPLATE() argument
2351 return new T(p0, p1, p2, p3, p4, p5, p6, p7); in ACTION_TEMPLATE()
2356 AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8)) { in ACTION_TEMPLATE() argument
2357 return new T(p0, p1, p2, p3, p4, p5, p6, p7, p8); in ACTION_TEMPLATE()
2362 AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9)) { in ACTION_TEMPLATE() argument
2363 return new T(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9); in ACTION_TEMPLATE()