Home | History | Annotate | Download | only in gmock

Lines Matching full:actionp

1493   class name##ActionP {\
1495 name##ActionP(p0##_type gmock_p0) : p0(gmock_p0) {}\
1525 GTEST_DISALLOW_ASSIGN_(name##ActionP);\
1528 inline name##ActionP<p0##_type> name(p0##_type p0) {\
1529 return name##ActionP<p0##_type>(p0);\
1538 name##ActionP<p0##_type>::gmock_Impl<F>::gmock_PerformImpl(\