Searched defs:Tuple5 (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dtuple.h151 struct Tuple5 { struct
159 Tuple5() {} function in struct:Tuple5
160 Tuple5(typename TupleTraits<A>::ParamType a, function in struct:Tuple5
328 struct TupleTypes< Tuple5<A, B, C, D, E> > {
329 typedef Tuple5<typename TupleTraits<A>::ValueType,
334 typedef Tuple5<typename TupleTraits<A>::RefType,
339 typedef Tuple5<typename TupleTraits<A>::ParamType,
453 inline Tuple5<A, B, C, D, E> MakeTuple(const A& a, const B& b, const C& c,
455 return Tuple5<A, B, C, D, E>(a, b, c, d, e);
504 inline Tuple5<
574 DispatchToMethod(ObjT* obj, Method method, const Tuple5<A, B, C, D, E>& arg) argument
634 DispatchToFunction(Function function, const Tuple5<A, B, C, D, E>& arg) argument
700 DispatchToMethod(ObjT* obj, Method method, const Tuple5<A, B, C, D, E>& arg, Tuple0*) argument
764 DispatchToMethod(ObjT* obj, Method method, const Tuple5<InA, InB, InC, InD, InE>& in, Tuple1<OutA>* out) argument
832 DispatchToMethod(ObjT* obj, Method method, const Tuple5<InA, InB, InC, InD, InE>& in, Tuple2<OutA, OutB>* out) argument
900 DispatchToMethod(ObjT* obj, Method method, const Tuple5<InA, InB, InC, InD, InE>& in, Tuple3<OutA, OutB, OutC>* out) argument
968 DispatchToMethod(ObjT* obj, Method method, const Tuple5<InA, InB, InC, InD, InE>& in, Tuple4<OutA, OutB, OutC, OutD>* out) argument
1039 DispatchToMethod(ObjT* obj, Method method, const Tuple5<InA, InB, InC, InD, InE>& in, Tuple5<OutA, OutB, OutC, OutD, OutE>* out) argument
[all...]
/external/chromium/testing/
H A Dgmock_mutant.h189 const Tuple5<C1, C2, C3, C4, C5>& c) {
196 const Tuple5<C1, C2, C3, C4, C5>& c) {
296 const Tuple5<C1, C2, C3, C4, C5>& c) {
303 const Tuple5<C1, C2, C3, C4, C5>& c) {
405 const Tuple5<C1, C2, C3, C4, C5>& c) {
412 const Tuple5<C1, C2, C3, C4, C5>& c) {
518 const Tuple5<C1, C2, C3, C4, C5>& c) {
525 const Tuple5<C1, C2, C3, C4, C5>& c) {
634 const Tuple5<C1, C2, C3, C4, C5>& c) {
642 const Tuple5<C
187 DispatchToMethod(T* obj, Method method, const Tuple0& p, const Tuple5<C1, C2, C3, C4, C5>& c) argument
194 DispatchToFunction(Function function, const Tuple0& p, const Tuple5<C1, C2, C3, C4, C5>& c) argument
294 DispatchToMethod(T* obj, Method method, const Tuple1<P1>& p, const Tuple5<C1, C2, C3, C4, C5>& c) argument
301 DispatchToFunction(Function function, const Tuple1<P1>& p, const Tuple5<C1, C2, C3, C4, C5>& c) argument
403 DispatchToMethod(T* obj, Method method, const Tuple2<P1, P2>& p, const Tuple5<C1, C2, C3, C4, C5>& c) argument
410 DispatchToFunction(Function function, const Tuple2<P1, P2>& p, const Tuple5<C1, C2, C3, C4, C5>& c) argument
516 DispatchToMethod(T* obj, Method method, const Tuple3<P1, P2, P3>& p, const Tuple5<C1, C2, C3, C4, C5>& c) argument
523 DispatchToFunction(Function function, const Tuple3<P1, P2, P3>& p, const Tuple5<C1, C2, C3, C4, C5>& c) argument
632 DispatchToMethod(T* obj, Method method, const Tuple4<P1, P2, P3, P4>& p, const Tuple5<C1, C2, C3, C4, C5>& c) argument
640 DispatchToFunction(Function function, const Tuple4<P1, P2, P3, P4>& p, const Tuple5<C1, C2, C3, C4, C5>& c) argument
667 DispatchToMethod(T* obj, Method method, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple0& c) argument
674 DispatchToFunction(Function function, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple0& c) argument
683 DispatchToMethod(T* obj, Method method, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple1<C1>& c) argument
690 DispatchToFunction(Function function, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple1<C1>& c) argument
699 DispatchToMethod(T* obj, Method method, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple2<C1, C2>& c) argument
706 DispatchToFunction(Function function, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple2<C1, C2>& c) argument
716 DispatchToMethod(T* obj, Method method, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple3<C1, C2, C3>& c) argument
723 DispatchToFunction(Function function, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple3<C1, C2, C3>& c) argument
733 DispatchToMethod(T* obj, Method method, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple4<C1, C2, C3, C4>& c) argument
741 DispatchToFunction(Function function, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple4<C1, C2, C3, C4>& c) argument
751 DispatchToMethod(T* obj, Method method, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple5<C1, C2, C3, C4, C5>& c) argument
759 DispatchToFunction(Function function, const Tuple5<P1, P2, P3, P4, P5>& p, const Tuple5<C1, C2, C3, C4, C5>& 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
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
[all...]

Completed in 89 milliseconds