Lines Matching defs:tie
3152 -> decltype(std::tie(get<I>(t)...)) {
3155 return std::tie(get<I>(t)...);
3162 return std::tie(a);
3167 return std::tie(a, b);
3172 return std::tie(a, b, c);
3177 return std::tie(a, b, c, d);
3182 return std::tie(a, b, c, d, e);
3187 return std::tie(a, b, c, d, e, f);
3192 return std::tie(a, b, c, d, e, f, g);
3197 return std::tie(a, b, c, d, e, f, g, h);
3202 return std::tie(a, b, c, d, e, f, g, h, i);
3207 return std::tie(a, b, c, d, e, f, g, h, i, j);
3212 return std::tie(a, b, c, d, e, f, g, h, i, j, k);
3217 return std::tie(a, b, c, d, e, f, g, h, i, j, k, l);
3222 return std::tie(a, b, c, d, e, f, g, h, i, j, k, l, m);
3227 return std::tie(a, b, c, d, e, f, g, h, i, j, k, l, m, n);
3232 return std::tie(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o);
3237 return std::tie(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p);
3242 return std::tie(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q);
3247 return std::tie(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r);
3252 return std::tie(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s);