Lines Matching refs:p9
995 #define MATCHER_P10(name, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, description)\ argument
999 typename p9##_type>\
1009 p9##_type gmock_p9)\
1014 p8(::std::move(gmock_p8)), p9(::std::move(gmock_p9)) {}\
1033 p9##_type const p9;\
1045 p9##_type>(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9)));\
1051 new gmock_Impl<arg_type>(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9));\
1056 p8##_type gmock_p8, p9##_type gmock_p9) : p0(::std::move(gmock_p0)), \
1061 p9(::std::move(gmock_p9)) {\
1072 p9##_type const p9;\
1078 typename p9##_type>\
1081 p9##_type> name(p0##_type p0, p1##_type p1, p2##_type p2, p3##_type p3, \
1083 p9##_type p9) {\
1085 p4##_type, p5##_type, p6##_type, p7##_type, p8##_type, p9##_type>(p0, \
1086 p1, p2, p3, p4, p5, p6, p7, p8, p9);\
1091 typename p9##_type>\
1095 p9##_type>::gmock_Impl<arg_type>::MatchAndExplain(\