Lines Matching refs:k6
410 int k4, int k5, int k6, int k7, int k8, int k9, int k10>
416 GMOCK_FIELD_(ArgumentTuple, k6), GMOCK_FIELD_(ArgumentTuple, k7),
423 get<k4>(args), get<k5>(args), get<k6>(args), get<k7>(args), in Select()
511 int k4, int k5, int k6>
513 k1, k2, k3, k4, k5, k6, -1, -1, -1, -1> {
518 GMOCK_FIELD_(ArgumentTuple, k6));
523 get<k4>(args), get<k5>(args), get<k6>(args)); in Select()
528 int k4, int k5, int k6, int k7>
530 k1, k2, k3, k4, k5, k6, k7, -1, -1, -1> {
535 GMOCK_FIELD_(ArgumentTuple, k6), GMOCK_FIELD_(ArgumentTuple, k7));
540 get<k4>(args), get<k5>(args), get<k6>(args), get<k7>(args)); in Select()
545 int k4, int k5, int k6, int k7, int k8>
547 k1, k2, k3, k4, k5, k6, k7, k8, -1, -1> {
552 GMOCK_FIELD_(ArgumentTuple, k6), GMOCK_FIELD_(ArgumentTuple, k7),
558 get<k4>(args), get<k5>(args), get<k6>(args), get<k7>(args), in Select()
564 int k4, int k5, int k6, int k7, int k8, int k9>
566 k1, k2, k3, k4, k5, k6, k7, k8, k9, -1> {
571 GMOCK_FIELD_(ArgumentTuple, k6), GMOCK_FIELD_(ArgumentTuple, k7),
577 get<k4>(args), get<k5>(args), get<k6>(args), get<k7>(args), in Select()
586 int k4 = -1, int k5 = -1, int k6 = -1, int k7 = -1, int k8 = -1,
606 k5, k6, k7, k8, k9, k10>::Select(args)); in Perform()
611 k1, k2, k3, k4, k5, k6, k7, k8, k9, k10>::type InnerFunctionType;
791 template <int k1, int k2, int k3, int k4, int k5, int k6, typename InnerAction>
792 inline internal::WithArgsAction<InnerAction, k1, k2, k3, k4, k5, k6>
794 return internal::WithArgsAction<InnerAction, k1, k2, k3, k4, k5, k6>(action); in WithArgs()
797 template <int k1, int k2, int k3, int k4, int k5, int k6, int k7,
799 inline internal::WithArgsAction<InnerAction, k1, k2, k3, k4, k5, k6, k7>
801 return internal::WithArgsAction<InnerAction, k1, k2, k3, k4, k5, k6, in WithArgs()
805 template <int k1, int k2, int k3, int k4, int k5, int k6, int k7, int k8,
807 inline internal::WithArgsAction<InnerAction, k1, k2, k3, k4, k5, k6, k7, k8>
809 return internal::WithArgsAction<InnerAction, k1, k2, k3, k4, k5, k6, k7, in WithArgs()
813 template <int k1, int k2, int k3, int k4, int k5, int k6, int k7, int k8,
815 inline internal::WithArgsAction<InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9>
817 return internal::WithArgsAction<InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, in WithArgs()
821 template <int k1, int k2, int k3, int k4, int k5, int k6, int k7, int k8,
823 inline internal::WithArgsAction<InnerAction, k1, k2, k3, k4, k5, k6, k7, k8,
826 return internal::WithArgsAction<InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, in WithArgs()