Searched defs:Tuple7 (Results 1 - 3 of 3) 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...]
/external/chromium_org/base/
H A Dtuple.h201 struct Tuple7 { struct
211 Tuple7() {} function in struct:Tuple7
212 Tuple7(typename TupleTraits<A>::ParamType a, function in struct:Tuple7
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<
600 DispatchToMethod(ObjT* obj, Method method, const Tuple7<A, B, C, D, E, F, G>& arg) argument
687 DispatchToFunction(Function function, const Tuple7<A, B, C, D, E, F, G>& arg) argument
[all...]
/external/chromium_org/content/common/gpu/media/
H A Dvideo_decode_accelerator_unittest.cc1155 Tuple7<int, int, int, ResetPoint, ClientState, bool, bool> > {
1162 const Tuple7<int, int, int, ResetPoint, ClientState, bool, bool>& t) {
1160 operator <<( ::std::ostream& os, const Tuple7<int, int, int, ResetPoint, ClientState, bool, bool>& t) argument

Completed in 57 milliseconds