HomeSort by relevance Sort by last modified time
    Searched defs:Tuple7 (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
tuple.h 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
    [all...]
  /external/chromium_org/base/
tuple.h 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
    [all...]

Completed in 85 milliseconds