Searched defs:Tuple4 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Ddispatch_reply_message.h54 const Tuple4<A, B, C, D>& arg) {
52 DispatchResourceReply(ObjT* obj, Method method, const ResourceMessageReplyParams& params, const Tuple4<A, B, C, D>& arg) argument
H A Dhandle_converter.cc137 void ConvertHandlesImpl(const Tuple4<A, B, C, D>& t1, Handles* handles, argument
/external/chromium/base/
H A Dtuple.h129 struct Tuple4 { struct
136 Tuple4() {} function in struct:Tuple4
137 Tuple4(typename TupleTraits<A>::ParamType a, function in struct:Tuple4
312 struct TupleTypes< Tuple4<A, B, C, D> > {
313 typedef Tuple4<typename TupleTraits<A>::ValueType,
317 typedef Tuple4<typename TupleTraits<A>::RefType,
321 typedef Tuple4<typename TupleTraits<A>::ParamType,
447 inline Tuple4<A, B, C, D> MakeTuple(const A& a, const B& b, const C& c,
449 return Tuple4<A, B, C, D>(a, b, c, d);
499 inline Tuple4<
568 DispatchToMethod(ObjT* obj, Method method, const Tuple4<A, B, C, D>& arg) argument
628 DispatchToFunction(Function function, const Tuple4<A, B, C, D>& arg) argument
694 DispatchToMethod(ObjT* obj, Method method, const Tuple4<A, B, C, D>& arg, Tuple0*) argument
756 DispatchToMethod(ObjT* obj, Method method, const Tuple4<InA, InB, InC, InD>& in, Tuple1<OutA>* out) argument
823 DispatchToMethod(ObjT* obj, Method method, const Tuple4<InA, InB, InC, InD>& in, Tuple2<OutA, OutB>* out) argument
891 DispatchToMethod(ObjT* obj, Method method, const Tuple4<InA, InB, InC, InD>& in, Tuple3<OutA, OutB, OutC>* out) argument
959 DispatchToMethod(ObjT* obj, Method method, const Tuple4<InA, InB, InC, InD>& in, Tuple4<OutA, OutB, OutC, OutD>* out) argument
1029 DispatchToMethod(ObjT* obj, Method method, const Tuple4<InA, InB, InC, InD>& in, Tuple5<OutA, OutB, OutC, OutD, OutE>* out) argument
[all...]
/external/chromium/testing/
H A Dgmock_mutant.h173 const Tuple4<C1, C2, C3, C4>& c) {
180 const Tuple4<C1, C2, C3, C4>& c) {
280 const Tuple4<C1, C2, C3, C4>& c) {
287 const Tuple4<C1, C2, C3, C4>& c) {
389 const Tuple4<C1, C2, C3, C4>& c) {
396 const Tuple4<C1, C2, C3, C4>& c) {
501 const Tuple4<C1, C2, C3, C4>& c) {
508 const Tuple4<C1, C2, C3, C4>& c) {
551 const Tuple4<P1, P2, P3, P4>& p,
558 const Tuple4<P
171 DispatchToMethod(T* obj, Method method, const Tuple0& p, const Tuple4<C1, C2, C3, C4>& c) argument
178 DispatchToFunction(Function function, const Tuple0& p, const Tuple4<C1, C2, C3, C4>& c) argument
278 DispatchToMethod(T* obj, Method method, const Tuple1<P1>& p, const Tuple4<C1, C2, C3, C4>& c) argument
285 DispatchToFunction(Function function, const Tuple1<P1>& p, const Tuple4<C1, C2, C3, C4>& c) argument
387 DispatchToMethod(T* obj, Method method, const Tuple2<P1, P2>& p, const Tuple4<C1, C2, C3, C4>& c) argument
394 DispatchToFunction(Function function, const Tuple2<P1, P2>& p, const Tuple4<C1, C2, C3, C4>& c) argument
499 DispatchToMethod(T* obj, Method method, const Tuple3<P1, P2, P3>& p, const Tuple4<C1, C2, C3, C4>& c) argument
506 DispatchToFunction(Function function, const Tuple3<P1, P2, P3>& p, const Tuple4<C1, C2, C3, C4>& c) argument
550 DispatchToMethod(T* obj, Method method, const Tuple4<P1, P2, P3, P4>& p, const Tuple0& c) argument
557 DispatchToFunction(Function function, const Tuple4<P1, P2, P3, P4>& p, const Tuple0& c) argument
566 DispatchToMethod(T* obj, Method method, const Tuple4<P1, P2, P3, P4>& p, const Tuple1<C1>& c) argument
573 DispatchToFunction(Function function, const Tuple4<P1, P2, P3, P4>& p, const Tuple1<C1>& c) argument
582 DispatchToMethod(T* obj, Method method, const Tuple4<P1, P2, P3, P4>& p, const Tuple2<C1, C2>& c) argument
589 DispatchToFunction(Function function, const Tuple4<P1, P2, P3, P4>& p, const Tuple2<C1, C2>& c) argument
598 DispatchToMethod(T* obj, Method method, const Tuple4<P1, P2, P3, P4>& p, const Tuple3<C1, C2, C3>& c) argument
605 DispatchToFunction(Function function, const Tuple4<P1, P2, P3, P4>& p, const Tuple3<C1, C2, C3>& c) argument
615 DispatchToMethod(T* obj, Method method, const Tuple4<P1, P2, P3, P4>& p, const Tuple4<C1, C2, C3, C4>& c) argument
622 DispatchToFunction(Function function, const Tuple4<P1, P2, P3, P4>& p, const Tuple4<C1, C2, C3, C4>& 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
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
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
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
[all...]
/external/chromium_org/base/
H A Dtuple.h126 struct Tuple4 { struct
133 Tuple4() {} function in struct:Tuple4
134 Tuple4(typename TupleTraits<A>::ParamType a, function in struct:Tuple4
309 struct TupleTypes< Tuple4<A, B, C, D> > {
310 typedef Tuple4<typename TupleTraits<A>::ValueType,
314 typedef Tuple4<typename TupleTraits<A>::RefType,
318 typedef Tuple4<typename TupleTraits<A>::ParamType,
444 inline Tuple4<A, B, C, D> MakeTuple(const A& a, const B& b, const C& c,
446 return Tuple4<A, B, C, D>(a, b, c, d);
496 inline Tuple4<
568 DispatchToMethod(ObjT* obj, Method method, const Tuple4<A, B, C, D>& arg) argument
656 DispatchToFunction(Function function, const Tuple4<A, B, C, D>& arg) argument
750 DispatchToMethod(ObjT* obj, Method method, const Tuple4<A, B, C, D>& arg, Tuple0*) argument
829 DispatchToMethod(ObjT* obj, Method method, const Tuple4<InA, InB, InC, InD>& in, Tuple1<OutA>* out) argument
919 DispatchToMethod(ObjT* obj, Method method, const Tuple4<InA, InB, InC, InD>& in, Tuple2<OutA, OutB>* out) argument
1017 DispatchToMethod(ObjT* obj, Method method, const Tuple4<InA, InB, InC, InD>& in, Tuple3<OutA, OutB, OutC>* out) argument
1125 DispatchToMethod(ObjT* obj, Method method, const Tuple4<InA, InB, InC, InD>& in, Tuple4<OutA, OutB, OutC, OutD>* out) argument
1240 DispatchToMethod(ObjT* obj, Method method, const Tuple4<InA, InB, InC, InD>& in, Tuple5<OutA, OutB, OutC, OutD, OutE>* out) argument
[all...]
/external/chromium_org/testing/
H A Dgmock_mutant.h173 const Tuple4<C1, C2, C3, C4>& c) {
180 const Tuple4<C1, C2, C3, C4>& c) {
280 const Tuple4<C1, C2, C3, C4>& c) {
287 const Tuple4<C1, C2, C3, C4>& c) {
389 const Tuple4<C1, C2, C3, C4>& c) {
396 const Tuple4<C1, C2, C3, C4>& c) {
501 const Tuple4<C1, C2, C3, C4>& c) {
508 const Tuple4<C1, C2, C3, C4>& c) {
551 const Tuple4<P1, P2, P3, P4>& p,
558 const Tuple4<P
171 DispatchToMethod(T* obj, Method method, const Tuple0& p, const Tuple4<C1, C2, C3, C4>& c) argument
178 DispatchToFunction(Function function, const Tuple0& p, const Tuple4<C1, C2, C3, C4>& c) argument
278 DispatchToMethod(T* obj, Method method, const Tuple1<P1>& p, const Tuple4<C1, C2, C3, C4>& c) argument
285 DispatchToFunction(Function function, const Tuple1<P1>& p, const Tuple4<C1, C2, C3, C4>& c) argument
387 DispatchToMethod(T* obj, Method method, const Tuple2<P1, P2>& p, const Tuple4<C1, C2, C3, C4>& c) argument
394 DispatchToFunction(Function function, const Tuple2<P1, P2>& p, const Tuple4<C1, C2, C3, C4>& c) argument
499 DispatchToMethod(T* obj, Method method, const Tuple3<P1, P2, P3>& p, const Tuple4<C1, C2, C3, C4>& c) argument
506 DispatchToFunction(Function function, const Tuple3<P1, P2, P3>& p, const Tuple4<C1, C2, C3, C4>& c) argument
550 DispatchToMethod(T* obj, Method method, const Tuple4<P1, P2, P3, P4>& p, const Tuple0& c) argument
557 DispatchToFunction(Function function, const Tuple4<P1, P2, P3, P4>& p, const Tuple0& c) argument
566 DispatchToMethod(T* obj, Method method, const Tuple4<P1, P2, P3, P4>& p, const Tuple1<C1>& c) argument
573 DispatchToFunction(Function function, const Tuple4<P1, P2, P3, P4>& p, const Tuple1<C1>& c) argument
582 DispatchToMethod(T* obj, Method method, const Tuple4<P1, P2, P3, P4>& p, const Tuple2<C1, C2>& c) argument
589 DispatchToFunction(Function function, const Tuple4<P1, P2, P3, P4>& p, const Tuple2<C1, C2>& c) argument
598 DispatchToMethod(T* obj, Method method, const Tuple4<P1, P2, P3, P4>& p, const Tuple3<C1, C2, C3>& c) argument
605 DispatchToFunction(Function function, const Tuple4<P1, P2, P3, P4>& p, const Tuple3<C1, C2, C3>& c) argument
615 DispatchToMethod(T* obj, Method method, const Tuple4<P1, P2, P3, P4>& p, const Tuple4<C1, C2, C3, C4>& c) argument
622 DispatchToFunction(Function function, const Tuple4<P1, P2, P3, P4>& p, const Tuple4<C1, C2, C3, C4>& 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
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
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
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
[all...]

Completed in 374 milliseconds