Searched defs:Tuple7 (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dtuple.h204 struct Tuple7 { struct
214 Tuple7() {} function in struct:Tuple7
215 Tuple7(typename TupleTraits<A>::ParamType a, function in struct:Tuple7
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<
588 DispatchToMethod(ObjT* obj, Method method, const Tuple7<A, B, C, D, E, F, G>& arg) argument
647 DispatchToFunction(Function function, const Tuple7<A, B, C, D, E, F, G>& arg) argument
[all...]

Completed in 75 milliseconds