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

  /external/chromium_org/base/memory/
raw_scoped_refptr_mismatch_checker.h 114 struct ParamsUseScopedRefptrCorrectly<Tuple8<A, B, C, D, E, F, G, H> > {
  /external/chromium_org/base/
tuple.h 233 struct Tuple8 {
244 Tuple8() {}
245 Tuple8(typename TupleTraits<A>::ParamType a,
392 struct TupleTypes< Tuple8<A, B, C, D, E, F, G, H> > {
393 typedef Tuple8<typename TupleTraits<A>::ValueType,
401 typedef Tuple8<typename TupleTraits<A>::RefType,
409 typedef Tuple8<typename TupleTraits<A>::ParamType,
470 inline Tuple8<A, B, C, D, E, F, G, H> MakeTuple(const A& a, const B& b,
474 return Tuple8<A, B, C, D, E, F, G, H>(a, b, c, d, e, f, g, h);
519 inline Tuple8<A&, B&, C&, D&, E&, F&, G&, H&> MakeRefTuple(A& a, B& b, C& c
    [all...]

Completed in 115 milliseconds