Home | History | Annotate | Download | only in base

Lines Matching refs:Tuple7

201 struct Tuple7 {
211 Tuple7() {}
212 Tuple7(typename TupleTraits<A>::ParamType a,
366 struct TupleTypes< Tuple7<A, B, C, D, E, F, G> > {
367 typedef Tuple7<typename TupleTraits<A>::ValueType,
374 typedef Tuple7<typename TupleTraits<A>::RefType,
381 typedef Tuple7<typename TupleTraits<A>::ParamType,
462 inline Tuple7<A, B, C, D, E, F, G> MakeTuple(const A& a, const B& b, const C& c,
465 return Tuple7<A, B, C, D, E, F, G>(a, b, c, d, e, f, g);
512 inline Tuple7<A&, B&, C&, D&, E&, F&, G&> MakeRefTuple(A& a, B& b, C& c, D& d,
514 return Tuple7<A&, B&, C&, D&, E&, F&, G&>(a, b, c, d, e, f, g);
601 const Tuple7<A, B, C, D, E, F, G>& arg) {
688 const Tuple7<A, B, C, D, E, F, G>& arg) {