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

  /external/chromium/base/
tuple.h 6 // There are classes Tuple0 to Tuple6, cooresponding to the number of elements
176 struct Tuple6 {
185 Tuple6() {}
186 Tuple6(typename TupleTraits<A>::ParamType a,
347 struct TupleTypes< Tuple6<A, B, C, D, E, F> > {
348 typedef Tuple6<typename TupleTraits<A>::ValueType,
354 typedef Tuple6<typename TupleTraits<A>::RefType,
360 typedef Tuple6<typename TupleTraits<A>::ParamType,
459 inline Tuple6<A, B, C, D, E, F> MakeTuple(const A& a, const B& b, const C& c,
461 return Tuple6<A, B, C, D, E, F>(a, b, c, d, e, f)
    [all...]
  /external/chromium_org/base/
tuple.h 6 // There are classes Tuple0 to Tuple6, cooresponding to the number of elements
173 struct Tuple6 {
182 Tuple6() {}
183 Tuple6(typename TupleTraits<A>::ParamType a,
344 struct TupleTypes< Tuple6<A, B, C, D, E, F> > {
345 typedef Tuple6<typename TupleTraits<A>::ValueType,
351 typedef Tuple6<typename TupleTraits<A>::RefType,
357 typedef Tuple6<typename TupleTraits<A>::ParamType,
456 inline Tuple6<A, B, C, D, E, F> MakeTuple(const A& a, const B& b, const C& c,
458 return Tuple6<A, B, C, D, E, F>(a, b, c, d, e, f)
    [all...]

Completed in 254 milliseconds