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

/external/chromium/base/
H A Dtuple.h236 struct Tuple8 { struct
247 Tuple8() {} function in struct:Tuple8
248 Tuple8(typename TupleTraits<A>::ParamType a, function in struct:Tuple8
395 struct TupleTypes< Tuple8<A, B, C, D, E, F, G, H> > {
396 typedef Tuple8<typename TupleTraits<A>::ValueType,
404 typedef Tuple8<typename TupleTraits<A>::RefType,
412 typedef Tuple8<typename TupleTraits<A>::ParamType,
473 inline Tuple8<A, B, C, D, E, F, G, H> MakeTuple(const A& a, const B& b,
477 return Tuple8<A, B, C, D, E, F, G, H>(a, b, c, d, e, f, g, h);
522 inline Tuple8<
595 DispatchToMethod(ObjT* obj, Method method, const Tuple8<A, B, C, D, E, F, G, H>& arg) argument
654 DispatchToFunction(Function function, const Tuple8<A, B, C, D, E, F, G, H>& arg) argument
[all...]

Completed in 56 milliseconds