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

  /external/chromium/base/
tuple.h 151 struct Tuple5 {
159 Tuple5() {}
160 Tuple5(typename TupleTraits<A>::ParamType a,
328 struct TupleTypes< Tuple5<A, B, C, D, E> > {
329 typedef Tuple5<typename TupleTraits<A>::ValueType,
334 typedef Tuple5<typename TupleTraits<A>::RefType,
339 typedef Tuple5<typename TupleTraits<A>::ParamType,
453 inline Tuple5<A, B, C, D, E> MakeTuple(const A& a, const B& b, const C& c,
455 return Tuple5<A, B, C, D, E>(a, b, c, d, e);
504 inline Tuple5<A&, B&, C&, D&, E&> MakeRefTuple(A& a, B& b, C& c, D& d, E& e)
    [all...]
  /external/chromium_org/base/
tuple.h 148 struct Tuple5 {
156 Tuple5() {}
157 Tuple5(typename TupleTraits<A>::ParamType a,
325 struct TupleTypes< Tuple5<A, B, C, D, E> > {
326 typedef Tuple5<typename TupleTraits<A>::ValueType,
331 typedef Tuple5<typename TupleTraits<A>::RefType,
336 typedef Tuple5<typename TupleTraits<A>::ParamType,
450 inline Tuple5<A, B, C, D, E> MakeTuple(const A& a, const B& b, const C& c,
452 return Tuple5<A, B, C, D, E>(a, b, c, d, e);
501 inline Tuple5<A&, B&, C&, D&, E&> MakeRefTuple(A& a, B& b, C& c, D& d, E& e)
    [all...]

Completed in 157 milliseconds