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

  /external/chromium_org/testing/
gmock_mutant.h 205 const Tuple6<C1, C2, C3, C4, C5, C6>& c) {
212 const Tuple6<C1, C2, C3, C4, C5, C6>& c) {
312 const Tuple6<C1, C2, C3, C4, C5, C6>& c) {
319 const Tuple6<C1, C2, C3, C4, C5, C6>& c) {
422 const Tuple6<C1, C2, C3, C4, C5, C6>& c) {
429 const Tuple6<C1, C2, C3, C4, C5, C6>& c) {
535 const Tuple6<C1, C2, C3, C4, C5, C6>& c) {
543 const Tuple6<C1, C2, C3, C4, C5, C6>& c) {
652 const Tuple6<C1, C2, C3, C4, C5, C6>& c) {
660 const Tuple6<C1, C2, C3, C4, C5, C6>& c)
    [all...]
  /external/chromium_org/base/
tuple.h 6 // There are classes Tuple0 to Tuple6, cooresponding to the number of elements
173 struct Tuple6 {
182 Tuple6() {}
183 Tuple6(typename TupleTraits<A>::ParamType a,
344 struct TupleTypes< Tuple6<A, B, C, D, E, F> > {
345 typedef Tuple6<typename TupleTraits<A>::ValueType,
351 typedef Tuple6<typename TupleTraits<A>::RefType,
357 typedef Tuple6<typename TupleTraits<A>::ParamType,
456 inline Tuple6<A, B, C, D, E, F> MakeTuple(const A& a, const B& b, const C& c,
458 return Tuple6<A, B, C, D, E, F>(a, b, c, d, e, f)
    [all...]
tuple_unittest.cc 39 Tuple6<int, int, int, int, int, int*> t6(1, 2, 3, 4, 5, &t4.a);
  /external/chromium_org/base/memory/
raw_scoped_refptr_mismatch_checker.h 91 struct ParamsUseScopedRefptrCorrectly<Tuple6<A, B, C, D, E, F> > {

Completed in 155 milliseconds