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

  /external/chromium_org/base/memory/
raw_scoped_refptr_mismatch_checker.h 102 struct ParamsUseScopedRefptrCorrectly<Tuple7<A, B, C, D, E, F, G> > {
  /external/chromium_org/base/
tuple.h 201 struct Tuple7 {
211 Tuple7() {}
212 Tuple7(typename TupleTraits<A>::ParamType a,
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<A&, B&, C&, D&, E&, F&, G&> MakeRefTuple(A& a, B& b, C& c, D& d
    [all...]
  /external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc     [all...]
video_encode_accelerator_unittest.cc     [all...]

Completed in 161 milliseconds