Searched defs:Tuple6 (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/
H A Dtuple.h6 // There are classes Tuple0 to Tuple6, cooresponding to the number of elements
176 struct Tuple6 { struct
185 Tuple6() {} function in struct:Tuple6
186 Tuple6(typename TupleTraits<A>::ParamType a, function in struct:Tuple6
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<
581 DispatchToMethod(ObjT* obj, Method method, const Tuple6<A, B, C, D, E, F>& arg) argument
640 DispatchToFunction(Function function, const Tuple6<A, B, C, D, E, F>& arg) argument
707 DispatchToMethod(ObjT* obj, Method method, const Tuple6<A, B, C, D, E, F>& arg, Tuple0*) argument
773 DispatchToMethod(ObjT* obj, Method method, const Tuple6<InA, InB, InC, InD, InE, InF>& in, Tuple1<OutA>* out) argument
841 DispatchToMethod(ObjT* obj, Method method, const Tuple6<InA, InB, InC, InD, InE, InF>& in, Tuple2<OutA, OutB>* out) argument
909 DispatchToMethod(ObjT* obj, Method method, const Tuple6<InA, InB, InC, InD, InE, InF>& in, Tuple3<OutA, OutB, OutC>* out) argument
978 DispatchToMethod(ObjT* obj, Method method, const Tuple6<InA, InB, InC, InD, InE, InF>& in, Tuple4<OutA, OutB, OutC, OutD>* out) argument
1049 DispatchToMethod(ObjT* obj, Method method, const Tuple6<InA, InB, InC, InD, InE, InF>& in, Tuple5<OutA, OutB, OutC, OutD, OutE>* out) argument
[all...]
/external/chromium/testing/
H A Dgmock_mutant.h205 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<C
203 DispatchToMethod(T* obj, Method method, const Tuple0& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
210 DispatchToFunction(Function function, const Tuple0& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
310 DispatchToMethod(T* obj, Method method, const Tuple1<P1>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
317 DispatchToFunction(Function function, const Tuple1<P1>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
420 DispatchToMethod(T* obj, Method method, const Tuple2<P1, P2>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
427 DispatchToFunction(Function function, const Tuple2<P1, P2>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
533 DispatchToMethod(T* obj, Method method, const Tuple3<P1, P2, P3>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
541 DispatchToFunction(Function function, const Tuple3<P1, P2, P3>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
650 DispatchToMethod(T* obj, Method method, const Tuple4<P1, P2, P3, P4>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
658 DispatchToFunction(Function function, const Tuple4<P1, P2, P3, P4>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
769 DispatchToMethod(T* obj, Method method, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
777 DispatchToFunction(Function function, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
786 DispatchToMethod(T* obj, Method method, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple0& c) argument
793 DispatchToFunction(Function function, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple0& c) argument
802 DispatchToMethod(T* obj, Method method, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple1<C1>& c) argument
809 DispatchToFunction(Function function, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple1<C1>& c) argument
819 DispatchToMethod(T* obj, Method method, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple2<C1, C2>& c) argument
826 DispatchToFunction(Function function, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple2<C1, C2>& c) argument
836 DispatchToMethod(T* obj, Method method, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple3<C1, C2, C3>& c) argument
844 DispatchToFunction(Function function, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple3<C1, C2, C3>& c) argument
854 DispatchToMethod(T* obj, Method method, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple4<C1, C2, C3, C4>& c) argument
862 DispatchToFunction(Function function, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple4<C1, C2, C3, C4>& c) argument
872 DispatchToMethod(T* obj, Method method, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple5<C1, C2, C3, C4, C5>& c) argument
880 DispatchToFunction(Function function, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple5<C1, C2, C3, C4, C5>& c) argument
890 DispatchToMethod(T* obj, Method method, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
898 DispatchToFunction(Function function, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
[all...]
/external/chromium_org/base/
H A Dtuple.h6 // There are classes Tuple0 to Tuple6, cooresponding to the number of elements
173 struct Tuple6 { struct
182 Tuple6() {} function in struct:Tuple6
183 Tuple6(typename TupleTraits<A>::ParamType a, function in struct:Tuple6
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<
588 DispatchToMethod(ObjT* obj, Method method, const Tuple6<A, B, C, D, E, F>& arg) argument
675 DispatchToFunction(Function function, const Tuple6<A, B, C, D, E, F>& arg) argument
770 DispatchToMethod(ObjT* obj, Method method, const Tuple6<A, B, C, D, E, F>& arg, Tuple0*) argument
855 DispatchToMethod(ObjT* obj, Method method, const Tuple6<InA, InB, InC, InD, InE, InF>& in, Tuple1<OutA>* out) argument
948 DispatchToMethod(ObjT* obj, Method method, const Tuple6<InA, InB, InC, InD, InE, InF>& in, Tuple2<OutA, OutB>* out) argument
1048 DispatchToMethod(ObjT* obj, Method method, const Tuple6<InA, InB, InC, InD, InE, InF>& in, Tuple3<OutA, OutB, OutC>* out) argument
1158 DispatchToMethod(ObjT* obj, Method method, const Tuple6<InA, InB, InC, InD, InE, InF>& in, Tuple4<OutA, OutB, OutC, OutD>* out) argument
1275 DispatchToMethod(ObjT* obj, Method method, const Tuple6<InA, InB, InC, InD, InE, InF>& in, Tuple5<OutA, OutB, OutC, OutD, OutE>* out) argument
[all...]
/external/chromium_org/testing/
H A Dgmock_mutant.h205 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<C
203 DispatchToMethod(T* obj, Method method, const Tuple0& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
210 DispatchToFunction(Function function, const Tuple0& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
310 DispatchToMethod(T* obj, Method method, const Tuple1<P1>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
317 DispatchToFunction(Function function, const Tuple1<P1>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
420 DispatchToMethod(T* obj, Method method, const Tuple2<P1, P2>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
427 DispatchToFunction(Function function, const Tuple2<P1, P2>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
533 DispatchToMethod(T* obj, Method method, const Tuple3<P1, P2, P3>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
541 DispatchToFunction(Function function, const Tuple3<P1, P2, P3>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
650 DispatchToMethod(T* obj, Method method, const Tuple4<P1, P2, P3, P4>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
658 DispatchToFunction(Function function, const Tuple4<P1, P2, P3, P4>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
769 DispatchToMethod(T* obj, Method method, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
777 DispatchToFunction(Function function, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
786 DispatchToMethod(T* obj, Method method, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple0& c) argument
793 DispatchToFunction(Function function, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple0& c) argument
802 DispatchToMethod(T* obj, Method method, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple1<C1>& c) argument
809 DispatchToFunction(Function function, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple1<C1>& c) argument
819 DispatchToMethod(T* obj, Method method, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple2<C1, C2>& c) argument
826 DispatchToFunction(Function function, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple2<C1, C2>& c) argument
836 DispatchToMethod(T* obj, Method method, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple3<C1, C2, C3>& c) argument
844 DispatchToFunction(Function function, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple3<C1, C2, C3>& c) argument
854 DispatchToMethod(T* obj, Method method, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple4<C1, C2, C3, C4>& c) argument
862 DispatchToFunction(Function function, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple4<C1, C2, C3, C4>& c) argument
872 DispatchToMethod(T* obj, Method method, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple5<C1, C2, C3, C4, C5>& c) argument
880 DispatchToFunction(Function function, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple5<C1, C2, C3, C4, C5>& c) argument
890 DispatchToMethod(T* obj, Method method, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
898 DispatchToFunction(Function function, const Tuple6<P1, P2, P3, P4, P5, P6>& p, const Tuple6<C1, C2, C3, C4, C5, C6>& c) argument
[all...]

Completed in 106 milliseconds