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

  /external/chromium/base/
tuple.h 129 struct Tuple4 {
136 Tuple4() {}
137 Tuple4(typename TupleTraits<A>::ParamType a,
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<A&, B&, C&, D&> MakeRefTuple(A& a, B& b, C& c, D& d)
    [all...]
callback_old.h 176 typedef CallbackRunner<Tuple4<Arg1, Arg2, Arg3, Arg4> > Type;
184 Tuple4<Arg1, Arg2, Arg3, Arg4> >(object, method);
tuple_unittest.cc 37 Tuple4<int, int, int, int*> t4(1, 2, 3, &t1.a);
task.h 123 return new RunnableMethod<Method, Tuple4<A, B, C, D> >(
383 return new RunnableMethod<T, Method, Tuple4<A, B, C, D> >(object, method,
499 return new RunnableFunction<Function, Tuple4<A, B, C, D> >(function,
  /external/chromium/testing/
gmock_mutant.h 173 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<P1, P2, P3, P4>& p
    [all...]
  /external/chromium/base/memory/
raw_scoped_refptr_mismatch_checker.h 74 struct ParamsUseScopedRefptrCorrectly<Tuple4<A, B, C, D> > {
scoped_callback_factory.h 82 Tuple4<Arg1, Arg2, Arg3, Arg4> >(
  /external/chromium/chrome/browser/translate/
translate_manager_browsertest.cc 72 Tuple4<int, std::string, std::string, std::string> translate_param;
    [all...]

Completed in 187 milliseconds