HomeSort by relevance Sort by last modified time
    Searched refs:Tuple8 (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/
tuple.h 236 struct Tuple8 {
247 Tuple8() {}
248 Tuple8(typename TupleTraits<A>::ParamType a,
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<A&, B&, C&, D&, E&, F&, G&, H&> MakeRefTuple(A& a, B& b, C& c
    [all...]
task.h 435 Tuple8<A, B, C, D, E, F, G, H> >(object,
543 return new RunnableFunction<Function, Tuple8<A, B, C, D, E, F, G, H> >(
  /external/chromium/base/memory/
raw_scoped_refptr_mismatch_checker.h 115 struct ParamsUseScopedRefptrCorrectly<Tuple8<A, B, C, D, E, F, G, H> > {

Completed in 1664 milliseconds