Searched defs:Tuple3 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/proxy/
H A Ddispatch_reply_message.h47 const Tuple3<A, B, C>& arg) {
45 DispatchResourceReply(ObjT* obj, Method method, const ResourceMessageReplyParams& params, const Tuple3<A, B, C>& arg) argument
H A Dhandle_converter.cc129 void ConvertHandlesImpl(const Tuple3<A, B, C>& t1, Handles* handles, argument
/external/chromium/base/
H A Dtuple.h110 struct Tuple3 { struct
116 Tuple3() {} function in struct:Tuple3
117 Tuple3(typename TupleTraits<A>::ParamType a, function in struct:Tuple3
299 struct TupleTypes< Tuple3<A, B, C> > {
300 typedef Tuple3<typename TupleTraits<A>::ValueType,
303 typedef Tuple3<typename TupleTraits<A>::RefType,
306 typedef Tuple3<typename TupleTraits<A>::ParamType,
442 inline Tuple3<A, B, C> MakeTuple(const A& a, const B& b, const C& c) {
443 return Tuple3<A, B, C>(a, b, c);
494 inline Tuple3<
562 DispatchToMethod(ObjT* obj, Method method, const Tuple3<A, B, C>& arg) argument
623 DispatchToFunction(Function function, const Tuple3<A, B, C>& arg) argument
688 DispatchToMethod(ObjT* obj, Method method, const Tuple3<A, B, C>& arg, Tuple0*) argument
748 DispatchToMethod(ObjT* obj, Method method, const Tuple3<InA, InB, InC>& in, Tuple1<OutA>* out) argument
815 DispatchToMethod(ObjT* obj, Method method, const Tuple3<InA, InB, InC>& in, Tuple2<OutA, OutB>* out) argument
883 DispatchToMethod(ObjT* obj, Method method, const Tuple3<InA, InB, InC>& in, Tuple3<OutA, OutB, OutC>* out) argument
951 DispatchToMethod(ObjT* obj, Method method, const Tuple3<InA, InB, InC>& in, Tuple4<OutA, OutB, OutC, OutD>* out) argument
1021 DispatchToMethod(ObjT* obj, Method method, const Tuple3<InA, InB, InC>& in, Tuple5<OutA, OutB, OutC, OutD, OutE>* out) argument
[all...]
/external/chromium/testing/
H A Dgmock_mutant.h158 const Tuple3<C1, C2, C3>& c) {
164 const Tuple3<C1, C2, C3>& c) {
264 const Tuple3<C1, C2, C3>& c) {
271 const Tuple3<C1, C2, C3>& c) {
373 const Tuple3<C1, C2, C3>& c) {
380 const Tuple3<C1, C2, C3>& c) {
437 const Tuple3<P1, P2, P3>& p,
443 const Tuple3<P1, P2, P3>& p,
452 const Tuple3<P1, P2, P3>& p,
459 const Tuple3<P
156 DispatchToMethod(T* obj, Method method, const Tuple0& p, const Tuple3<C1, C2, C3>& c) argument
162 DispatchToFunction(Function function, const Tuple0& p, const Tuple3<C1, C2, C3>& c) argument
262 DispatchToMethod(T* obj, Method method, const Tuple1<P1>& p, const Tuple3<C1, C2, C3>& c) argument
269 DispatchToFunction(Function function, const Tuple1<P1>& p, const Tuple3<C1, C2, C3>& c) argument
371 DispatchToMethod(T* obj, Method method, const Tuple2<P1, P2>& p, const Tuple3<C1, C2, C3>& c) argument
378 DispatchToFunction(Function function, const Tuple2<P1, P2>& p, const Tuple3<C1, C2, C3>& c) argument
436 DispatchToMethod(T* obj, Method method, const Tuple3<P1, P2, P3>& p, const Tuple0& c) argument
442 DispatchToFunction(Function function, const Tuple3<P1, P2, P3>& p, const Tuple0& c) argument
451 DispatchToMethod(T* obj, Method method, const Tuple3<P1, P2, P3>& p, const Tuple1<C1>& c) argument
458 DispatchToFunction(Function function, const Tuple3<P1, P2, P3>& p, const Tuple1<C1>& c) argument
467 DispatchToMethod(T* obj, Method method, const Tuple3<P1, P2, P3>& p, const Tuple2<C1, C2>& c) argument
474 DispatchToFunction(Function function, const Tuple3<P1, P2, P3>& p, const Tuple2<C1, C2>& c) argument
483 DispatchToMethod(T* obj, Method method, const Tuple3<P1, P2, P3>& p, const Tuple3<C1, C2, C3>& c) argument
490 DispatchToFunction(Function function, const Tuple3<P1, P2, P3>& p, const Tuple3<C1, C2, C3>& 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
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
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
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
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
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
[all...]
/external/chromium_org/base/
H A Dtuple.h107 struct Tuple3 { struct
113 Tuple3() {} function in struct:Tuple3
114 Tuple3(typename TupleTraits<A>::ParamType a, function in struct:Tuple3
296 struct TupleTypes< Tuple3<A, B, C> > {
297 typedef Tuple3<typename TupleTraits<A>::ValueType,
300 typedef Tuple3<typename TupleTraits<A>::RefType,
303 typedef Tuple3<typename TupleTraits<A>::ParamType,
439 inline Tuple3<A, B, C> MakeTuple(const A& a, const B& b, const C& c) {
440 return Tuple3<A, B, C>(a, b, c);
491 inline Tuple3<
560 DispatchToMethod(ObjT* obj, Method method, const Tuple3<A, B, C>& arg) argument
649 DispatchToFunction(Function function, const Tuple3<A, B, C>& arg) argument
742 DispatchToMethod(ObjT* obj, Method method, const Tuple3<A, B, C>& arg, Tuple0*) argument
818 DispatchToMethod(ObjT* obj, Method method, const Tuple3<InA, InB, InC>& in, Tuple1<OutA>* out) argument
907 DispatchToMethod(ObjT* obj, Method method, const Tuple3<InA, InB, InC>& in, Tuple2<OutA, OutB>* out) argument
1004 DispatchToMethod(ObjT* obj, Method method, const Tuple3<InA, InB, InC>& in, Tuple3<OutA, OutB, OutC>* out) argument
1111 DispatchToMethod(ObjT* obj, Method method, const Tuple3<InA, InB, InC>& in, Tuple4<OutA, OutB, OutC, OutD>* out) argument
1225 DispatchToMethod(ObjT* obj, Method method, const Tuple3<InA, InB, InC>& in, Tuple5<OutA, OutB, OutC, OutD, OutE>* out) argument
[all...]
/external/chromium_org/testing/
H A Dgmock_mutant.h158 const Tuple3<C1, C2, C3>& c) {
164 const Tuple3<C1, C2, C3>& c) {
264 const Tuple3<C1, C2, C3>& c) {
271 const Tuple3<C1, C2, C3>& c) {
373 const Tuple3<C1, C2, C3>& c) {
380 const Tuple3<C1, C2, C3>& c) {
437 const Tuple3<P1, P2, P3>& p,
443 const Tuple3<P1, P2, P3>& p,
452 const Tuple3<P1, P2, P3>& p,
459 const Tuple3<P
156 DispatchToMethod(T* obj, Method method, const Tuple0& p, const Tuple3<C1, C2, C3>& c) argument
162 DispatchToFunction(Function function, const Tuple0& p, const Tuple3<C1, C2, C3>& c) argument
262 DispatchToMethod(T* obj, Method method, const Tuple1<P1>& p, const Tuple3<C1, C2, C3>& c) argument
269 DispatchToFunction(Function function, const Tuple1<P1>& p, const Tuple3<C1, C2, C3>& c) argument
371 DispatchToMethod(T* obj, Method method, const Tuple2<P1, P2>& p, const Tuple3<C1, C2, C3>& c) argument
378 DispatchToFunction(Function function, const Tuple2<P1, P2>& p, const Tuple3<C1, C2, C3>& c) argument
436 DispatchToMethod(T* obj, Method method, const Tuple3<P1, P2, P3>& p, const Tuple0& c) argument
442 DispatchToFunction(Function function, const Tuple3<P1, P2, P3>& p, const Tuple0& c) argument
451 DispatchToMethod(T* obj, Method method, const Tuple3<P1, P2, P3>& p, const Tuple1<C1>& c) argument
458 DispatchToFunction(Function function, const Tuple3<P1, P2, P3>& p, const Tuple1<C1>& c) argument
467 DispatchToMethod(T* obj, Method method, const Tuple3<P1, P2, P3>& p, const Tuple2<C1, C2>& c) argument
474 DispatchToFunction(Function function, const Tuple3<P1, P2, P3>& p, const Tuple2<C1, C2>& c) argument
483 DispatchToMethod(T* obj, Method method, const Tuple3<P1, P2, P3>& p, const Tuple3<C1, C2, C3>& c) argument
490 DispatchToFunction(Function function, const Tuple3<P1, P2, P3>& p, const Tuple3<C1, C2, C3>& 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
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
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
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
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
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
[all...]
/external/chromium/testing/gmock/test/
H A Dgmock-generated-matchers_test.cc167 typedef tuple<char, int, int> Tuple3; typedef
168 const Matcher<Tuple3> m = Args<1, 2>(Lt());
169 EXPECT_TRUE(m.Matches(Tuple3('a', 1, 2)));
170 EXPECT_FALSE(m.Matches(Tuple3('b', 2, 2)));
174 typedef tuple<char, char, int> Tuple3; typedef
175 const Matcher<const Tuple3&> m = Args<0, 1>(Lt());
176 EXPECT_TRUE(m.Matches(Tuple3('a', 'b', 2)));
177 EXPECT_FALSE(m.Matches(Tuple3('b', 'b', 2)));

Completed in 223 milliseconds