Home | History | Annotate | Download | only in gmock

Lines Matching defs:Perform

605     virtual Result Perform(const ArgumentTuple& args) {
606 return action_.Perform(SelectArgs<Result, ArgumentTuple, k1, k2, k3, k4,
642 static Result Perform(Impl* impl, const ::std::tr1::tuple<>& args) {
651 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0>& args) {
660 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1>& args) {
669 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2>& args) {
678 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2,
688 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3,
699 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4,
710 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4,
721 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4,
732 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4,
743 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4,
1398 virtual return_type Perform(const args_type& args) {\
1400 Perform(this, args);\
1459 virtual return_type Perform(const args_type& args) {\
1461 Perform(this, args);\
1505 virtual return_type Perform(const args_type& args) {\
1507 Perform(this, args);\
1557 virtual return_type Perform(const args_type& args) {\
1559 Perform(this, args);\
1612 virtual return_type Perform(const args_type& args) {\
1614 Perform(this, args);\
1673 virtual return_type Perform(const args_type& args) {\
1675 Perform(this, args);\
1741 virtual return_type Perform(const args_type& args) {\
1743 Perform(this, args);\
1812 virtual return_type Perform(const args_type& args) {\
1814 Perform(this, args);\
1887 virtual return_type Perform(const args_type& args) {\
1889 Perform(this, args);\
1970 virtual return_type Perform(const args_type& args) {\
1972 Perform(this, args);\
2058 virtual return_type Perform(const args_type& args) {\
2060 Perform(this, args);\
2150 virtual return_type Perform(const args_type& args) {\
2152 Perform(this, args);\