Home | History | Annotate | Download | only in gmock

Lines Matching defs:Perform

604     virtual Result Perform(const ArgumentTuple& args) {
605 return action_.Perform(SelectArgs<Result, ArgumentTuple, k1, k2, k3, k4,
641 static Result Perform(Impl* impl, const ::std::tr1::tuple<>& args) {
650 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0>& args) {
659 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1>& args) {
668 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2>& args) {
677 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2,
687 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3,
698 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4,
709 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4,
720 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4,
731 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4,
742 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4,
1397 virtual return_type Perform(const args_type& args) {\
1399 Perform(this, args);\
1458 virtual return_type Perform(const args_type& args) {\
1460 Perform(this, args);\
1504 virtual return_type Perform(const args_type& args) {\
1506 Perform(this, args);\
1556 virtual return_type Perform(const args_type& args) {\
1558 Perform(this, args);\
1611 virtual return_type Perform(const args_type& args) {\
1613 Perform(this, args);\
1672 virtual return_type Perform(const args_type& args) {\
1674 Perform(this, args);\
1740 virtual return_type Perform(const args_type& args) {\
1742 Perform(this, args);\
1811 virtual return_type Perform(const args_type& args) {\
1813 Perform(this, args);\
1886 virtual return_type Perform(const args_type& args) {\
1888 Perform(this, args);\
1969 virtual return_type Perform(const args_type& args) {\
1971 Perform(this, args);\
2057 virtual return_type Perform(const args_type& args) {\
2059 Perform(this, args);\
2149 virtual return_type Perform(const args_type& args) {\
2151 Perform(this, args);\