Lines Matching refs:k9
294 int k4, int k5, int k6, int k7, int k8, int k9, int k10>
301 GMOCK_FIELD_(ArgumentTuple, k8), GMOCK_FIELD_(ArgumentTuple, k9),
307 get<k8>(args), get<k9>(args), get<k10>(args)); in Select()
438 int k4, int k5, int k6, int k7, int k8, int k9>
440 k1, k2, k3, k4, k5, k6, k7, k8, k9, -1> {
446 GMOCK_FIELD_(ArgumentTuple, k8), GMOCK_FIELD_(ArgumentTuple, k9));
451 get<k8>(args), get<k9>(args)); in Select()
460 int k9 = -1, int k10 = -1>
479 k5, k6, k7, k8, k9, k10>::Select(args)); in Perform()
484 k1, k2, k3, k4, k5, k6, k7, k8, k9, k10>::type InnerFunctionType;
676 int k9, typename InnerAction>
677 inline internal::WithArgsAction<InnerAction, k1, k2, k3, k4, k5, k6, k7, k8, k9>
680 k9>(action); in WithArgs()
684 int k9, int k10, typename InnerAction>
686 k9, k10>
689 k9, k10>(action); in WithArgs()