Home | History | Annotate | Download | only in gmock

Lines Matching refs:args_type

3030 // 'args' and 'args_type', and refer to the mock function type and its
3107 const args_type& args GTEST_ATTRIBUTE_UNUSED_,\
3482 args_type;\
3484 virtual return_type Perform(const args_type& args) {\
3492 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
3543 args_type;\
3545 virtual return_type Perform(const args_type& args) {\
3553 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
3589 args_type;\
3591 virtual return_type Perform(const args_type& args) {\
3599 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
3640 args_type;\
3643 virtual return_type Perform(const args_type& args) {\
3651 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
3695 args_type;\
3698 virtual return_type Perform(const args_type& args) {\
3706 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
3755 args_type;\
3759 virtual return_type Perform(const args_type& args) {\
3767 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
3823 args_type;\
3827 virtual return_type Perform(const args_type& args) {\
3835 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
3893 args_type;\
3898 virtual return_type Perform(const args_type& args) {\
3906 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
3968 args_type;\
3973 virtual return_type Perform(const args_type& args) {\
3981 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
4050 args_type;\
4056 virtual return_type Perform(const args_type& args) {\
4064 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
4137 args_type;\
4144 virtual return_type Perform(const args_type& args) {\
4152 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
4229 args_type;\
4236 virtual return_type Perform(const args_type& args) {\
4244 return_type gmock_PerformImpl(const args_type& args, arg0_type arg0, \
12461 typedef typename ::std::tr1::tuple_element<k, args_type>::type argk_type;