Home | History | Annotate | Download | only in gmock

Lines Matching full:actionp

3623   class name##ActionP {\
3625 name##ActionP(p0##_type gmock_p0) : p0(gmock_p0) {}\
3655 GTEST_DISALLOW_ASSIGN_(name##ActionP);\
3658 inline name##ActionP<p0##_type> name(p0##_type p0) {\
3659 return name##ActionP<p0##_type>(p0);\
3668 name##ActionP<p0##_type>::gmock_Impl<F>::gmock_PerformImpl(\