Lines Matching refs:p3

1597 #define MATCHER_P4(name, p0, p1, p2, p3, description)\
1599 typename p3##_type>\
1606 p3##_type gmock_p3)\
1607 : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2), p3(gmock_p3) {}\
1619 p3##_type p3;\
1629 p3##_type>(p0, p1, p2, p3)));\
1636 new gmock_Impl<arg_type>(p0, p1, p2, p3));\
1639 p2##_type gmock_p2, p3##_type gmock_p3) : p0(gmock_p0), p1(gmock_p1), \
1640 p2(gmock_p2), p3(gmock_p3) {\
1645 p3##_type p3;\
1650 typename p3##_type>\
1652 p3##_type> name(p0##_type p0, p1##_type p1, p2##_type p2, \
1653 p3##_type p3) {\
1654 return name##MatcherP4<p0##_type, p1##_type, p2##_type, p3##_type>(p0, \
1655 p1, p2, p3);\
1658 typename p3##_type>\
1661 p3##_type>::gmock_Impl<arg_type>::MatchAndExplain(\
1666 #define MATCHER_P5(name, p0, p1, p2, p3, p4, description)\
1668 typename p3##_type, typename p4##_type>\
1675 p3##_type gmock_p3, p4##_type gmock_p4)\
1676 : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2), p3(gmock_p3), \
1689 p3##_type p3;\
1699 ::testing::tuple<p0##_type, p1##_type, p2##_type, p3##_type, \
1700 p4##_type>(p0, p1, p2, p3, p4)));\
1707 new gmock_Impl<arg_type>(p0, p1, p2, p3, p4));\
1710 p2##_type gmock_p2, p3##_type gmock_p3, \
1712 p3(gmock_p3), p4(gmock_p4) {\
1717 p3##_type p3;\
1723 typename p3##_type, typename p4##_type>\
1724 inline name##MatcherP5<p0##_type, p1##_type, p2##_type, p3##_type, \
1725 p4##_type> name(p0##_type p0, p1##_type p1, p2##_type p2, p3##_type p3, \
1727 return name##MatcherP5<p0##_type, p1##_type, p2##_type, p3##_type, \
1728 p4##_type>(p0, p1, p2, p3, p4);\
1731 typename p3##_type, typename p4##_type>\
1733 bool name##MatcherP5<p0##_type, p1##_type, p2##_type, p3##_type, \
1739 #define MATCHER_P6(name, p0, p1, p2, p3, p4, p5, description)\
1741 typename p3##_type, typename p4##_type, typename p5##_type>\
1748 p3##_type gmock_p3, p4##_type gmock_p4, p5##_type gmock_p5)\
1749 : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2), p3(gmock_p3), \
1762 p3##_type p3;\
1773 ::testing::tuple<p0##_type, p1##_type, p2##_type, p3##_type, \
1774 p4##_type, p5##_type>(p0, p1, p2, p3, p4, p5)));\
1781 new gmock_Impl<arg_type>(p0, p1, p2, p3, p4, p5));\
1784 p2##_type gmock_p2, p3##_type gmock_p3, p4##_type gmock_p4, \
1786 p3(gmock_p3), p4(gmock_p4), p5(gmock_p5) {\
1791 p3##_type p3;\
1798 typename p3##_type, typename p4##_type, typename p5##_type>\
1799 inline name##MatcherP6<p0##_type, p1##_type, p2##_type, p3##_type, \
1801 p3##_type p3, p4##_type p4, p5##_type p5) {\
1802 return name##MatcherP6<p0##_type, p1##_type, p2##_type, p3##_type, \
1803 p4##_type, p5##_type>(p0, p1, p2, p3, p4, p5);\
1806 typename p3##_type, typename p4##_type, typename p5##_type>\
1808 bool name##MatcherP6<p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, \
1814 #define MATCHER_P7(name, p0, p1, p2, p3, p4, p5, p6, description)\
1816 typename p3##_type, typename p4##_type, typename p5##_type, \
1824 p3##_type gmock_p3, p4##_type gmock_p4, p5##_type gmock_p5, \
1826 : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2), p3(gmock_p3), \
1839 p3##_type p3;\
1851 ::testing::tuple<p0##_type, p1##_type, p2##_type, p3##_type, \
1852 p4##_type, p5##_type, p6##_type>(p0, p1, p2, p3, p4, p5, \
1860 new gmock_Impl<arg_type>(p0, p1, p2, p3, p4, p5, p6));\
1863 p2##_type gmock_p2, p3##_type gmock_p3, p4##_type gmock_p4, \
1865 p2(gmock_p2), p3(gmock_p3), p4(gmock_p4), p5(gmock_p5), \
1871 p3##_type p3;\
1879 typename p3##_type, typename p4##_type, typename p5##_type, \
1881 inline name##MatcherP7<p0##_type, p1##_type, p2##_type, p3##_type, \
1883 p2##_type p2, p3##_type p3, p4##_type p4, p5##_type p5, \
1885 return name##MatcherP7<p0##_type, p1##_type, p2##_type, p3##_type, \
1886 p4##_type, p5##_type, p6##_type>(p0, p1, p2, p3, p4, p5, p6);\
1889 typename p3##_type, typename p4##_type, typename p5##_type, \
1892 bool name##MatcherP7<p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, \
1898 #define MATCHER_P8(name, p0, p1, p2, p3, p4, p5, p6, p7, description)\
1900 typename p3##_type, typename p4##_type, typename p5##_type, \
1908 p3##_type gmock_p3, p4##_type gmock_p4, p5##_type gmock_p5, \
1910 : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2), p3(gmock_p3), \
1923 p3##_type p3;\
1936 ::testing::tuple<p0##_type, p1##_type, p2##_type, p3##_type, \
1938 p3, p4, p5, p6, p7)));\
1945 new gmock_Impl<arg_type>(p0, p1, p2, p3, p4, p5, p6, p7));\
1948 p2##_type gmock_p2, p3##_type gmock_p3, p4##_type gmock_p4, \
1951 p3(gmock_p3), p4(gmock_p4), p5(gmock_p5), p6(gmock_p6), \
1957 p3##_type p3;\
1966 typename p3##_type, typename p4##_type, typename p5##_type, \
1968 inline name##MatcherP8<p0##_type, p1##_type, p2##_type, p3##_type, \
1970 p1##_type p1, p2##_type p2, p3##_type p3, p4##_type p4, p5##_type p5, \
1972 return name##MatcherP8<p0##_type, p1##_type, p2##_type, p3##_type, \
1973 p4##_type, p5##_type, p6##_type, p7##_type>(p0, p1, p2, p3, p4, p5, \
1977 typename p3##_type, typename p4##_type, typename p5##_type, \
1980 bool name##MatcherP8<p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, \
1987 #define MATCHER_P9(name, p0, p1, p2, p3, p4, p5, p6, p7, p8, description)\
1989 typename p3##_type, typename p4##_type, typename p5##_type, \
1997 p3##_type gmock_p3, p4##_type gmock_p4, p5##_type gmock_p5, \
1999 : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2), p3(gmock_p3), \
2013 p3##_type p3;\
2027 ::testing::tuple<p0##_type, p1##_type, p2##_type, p3##_type, \
2029 p8##_type>(p0, p1, p2, p3, p4, p5, p6, p7, p8)));\
2036 new gmock_Impl<arg_type>(p0, p1, p2, p3, p4, p5, p6, p7, p8));\
2039 p2##_type gmock_p2, p3##_type gmock_p3, p4##_type gmock_p4, \
2042 p3(gmock_p3), p4(gmock_p4), p5(gmock_p5), p6(gmock_p6), p7(gmock_p7), \
2048 p3##_type p3;\
2058 typename p3##_type, typename p4##_type, typename p5##_type, \
2060 inline name##MatcherP9<p0##_type, p1##_type, p2##_type, p3##_type, \
2062 p8##_type> name(p0##_type p0, p1##_type p1, p2##_type p2, p3##_type p3, \
2065 return name##MatcherP9<p0##_type, p1##_type, p2##_type, p3##_type, \
2067 p3, p4, p5, p6, p7, p8);\
2070 typename p3##_type, typename p4##_type, typename p5##_type, \
2073 bool name##MatcherP9<p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, \
2080 #define MATCHER_P10(name, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, description)\
2082 typename p3##_type, typename p4##_type, typename p5##_type, \
2091 p3##_type gmock_p3, p4##_type gmock_p4, p5##_type gmock_p5, \
2094 : p0(gmock_p0), p1(gmock_p1), p2(gmock_p2), p3(gmock_p3), \
2108 p3##_type p3;\
2123 ::testing::tuple<p0##_type, p1##_type, p2##_type, p3##_type, \
2125 p9##_type>(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9)));\
2132 new gmock_Impl<arg_type>(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9));\
2135 p2##_type gmock_p2, p3##_type gmock_p3, p4##_type gmock_p4, \
2138 p2(gmock_p2), p3(gmock_p3), p4(gmock_p4), p5(gmock_p5), p6(gmock_p6), \
2144 p3##_type p3;\
2155 typename p3##_type, typename p4##_type, typename p5##_type, \
2158 inline name##MatcherP10<p0##_type, p1##_type, p2##_type, p3##_type, \
2160 p9##_type> name(p0##_type p0, p1##_type p1, p2##_type p2, p3##_type p3, \
2163 return name##MatcherP10<p0##_type, p1##_type, p2##_type, p3##_type, \
2165 p1, p2, p3, p4, p5, p6, p7, p8, p9);\
2168 typename p3##_type, typename p4##_type, typename p5##_type, \
2172 bool name##MatcherP10<p0##_type, p1##_type, p2##_type, p3##_type, \