Lines Matching refs:k9
410 int k4, int k5, int k6, int k7, int k8, int k9, int k10>
417 GMOCK_FIELD_(ArgumentTuple, k8), GMOCK_FIELD_(ArgumentTuple, k9),
424 get<k8>(args), get<k9>(args), get<k10>(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> {
572 GMOCK_FIELD_(ArgumentTuple, k8), GMOCK_FIELD_(ArgumentTuple, k9));
578 get<k8>(args), get<k9>(args)); in Select()
587 int k9 = -1, int k10 = -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;
814 int k9, typename InnerAction>
815 inline internal::WithArgsAction<InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9>
818 k9>(action); in WithArgs()
822 int k9, int k10, typename InnerAction>
824 k9, k10>
827 k9, k10>(action); in WithArgs()