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

  /external/chromium/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/base/
tuple.h 6 // There are classes Tuple0 to Tuple6, cooresponding to the number of elements
176 struct Tuple6 {
185 Tuple6() {}
186 Tuple6(typename TupleTraits<A>::ParamType a,
347 struct TupleTypes< Tuple6<A, B, C, D, E, F> > {
348 typedef Tuple6<typename TupleTraits<A>::ValueType,
354 typedef Tuple6<typename TupleTraits<A>::RefType,
360 typedef Tuple6<typename TupleTraits<A>::ParamType,
459 inline Tuple6<A, B, C, D, E, F> MakeTuple(const A& a, const B& b, const C& c,
461 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);
task.h 407 Tuple6<A, B, C, D, E, F> >(object,
521 return new RunnableFunction<Function, Tuple6<A, B, C, D, E, F> >(function,
  /external/chromium/base/memory/
raw_scoped_refptr_mismatch_checker.h 92 struct ParamsUseScopedRefptrCorrectly<Tuple6<A, B, C, D, E, F> > {

Completed in 277 milliseconds