Lines Matching defs:Mid
2857 const auto &Mid = Indices.begin() + Indices.size() / 2;
2860 if (fitsRegularPattern<int>(Begin, 1, Mid, 0, 2))
2862 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size(), 2))
2867 if (fitsRegularPattern<int>(Mid, 1, End, 0, 2))
2869 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size(), 2))
2900 const auto &Mid = Indices.begin() + Indices.size() / 2;
2903 if (fitsRegularPattern<int>(Begin, 1, Mid, 1, 2))
2905 else if (fitsRegularPattern<int>(Begin, 1, Mid, Indices.size() + 1, 2))
2910 if (fitsRegularPattern<int>(Mid, 1, End, 1, 2))
2912 else if (fitsRegularPattern<int>(Mid, 1, End, Indices.size() + 1, 2))