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

  /external/chromium/base/
tuple.h 151 struct Tuple5 {
159 Tuple5() {}
160 Tuple5(typename TupleTraits<A>::ParamType a,
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<A&, B&, C&, D&, E&> MakeRefTuple(A& a, B& b, C& c, D& d, E& e)
    [all...]
callback_old.h 191 typedef CallbackRunner<Tuple5<Arg1, Arg2, Arg3, Arg4, Arg5> > Type;
200 Tuple5<Arg1, Arg2, Arg3, Arg4, Arg5> >(object, method);
tuple_unittest.cc 38 Tuple5<int, int, int, int, int*> t5(1, 2, 3, 4, &t4.a);
task.h 134 return new RunnableMethod<Method, Tuple5<A, B, C, D, E> >(
394 Tuple5<A, B, C, D, E> >(object,
509 return new RunnableFunction<Function, Tuple5<A, B, C, D, E> >(function,
  /external/chromium/testing/
gmock_mutant.h 189 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<C1, C2, C3, C4, C5>& c)
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.h 121 typedef Tuple5<
  /external/chromium/base/memory/
raw_scoped_refptr_mismatch_checker.h 82 struct ParamsUseScopedRefptrCorrectly<Tuple5<A, B, C, D, E> > {
scoped_callback_factory.h 91 Tuple5<Arg1, Arg2, Arg3, Arg4, Arg5> >(
  /external/chromium/chrome/browser/autofill/
autofill_manager_unittest.cc 48 typedef Tuple5<int,
    [all...]

Completed in 228 milliseconds