Home | History | Annotate | Download | only in base

Lines Matching refs:Tuple7

204 struct Tuple7 {
214 Tuple7() {}
215 Tuple7(typename TupleTraits<A>::ParamType a,
369 struct TupleTypes< Tuple7<A, B, C, D, E, F, G> > {
370 typedef Tuple7<typename TupleTraits<A>::ValueType,
377 typedef Tuple7<typename TupleTraits<A>::RefType,
384 typedef Tuple7<typename TupleTraits<A>::ParamType,
465 inline Tuple7<A, B, C, D, E, F, G> MakeTuple(const A& a, const B& b, const C& c,
468 return Tuple7<A, B, C, D, E, F, G>(a, b, c, d, e, f, g);
515 inline Tuple7<A&, B&, C&, D&, E&, F&, G&> MakeRefTuple(A& a, B& b, C& c, D& d,
517 return Tuple7<A&, B&, C&, D&, E&, F&, G&>(a, b, c, d, e, f, g);
589 const Tuple7<A, B, C, D, E, F, G>& arg) {
648 const Tuple7<A, B, C, D, E, F, G>& arg) {