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

  /external/chromium/testing/
gmock_mutant.h 114 const Tuple0& p,
115 const Tuple0& c) {
120 const Tuple0& p,
121 const Tuple0& c) {
128 const Tuple0& p,
134 const Tuple0& p,
142 const Tuple0& p,
148 const Tuple0& p,
157 const Tuple0& p,
163 const Tuple0& p
    [all...]
  /external/chromium/base/
tuple.h 6 // There are classes Tuple0 to Tuple6, cooresponding to the number of elements
69 // Tuple0 is supplied to act as a 'void' type. It can be used, for example,
76 struct Tuple0 {
77 typedef Tuple0 ValueTuple;
78 typedef Tuple0 RefTuple;
79 typedef Tuple0 ParamTuple;
275 struct TupleTypes< Tuple0 > {
276 typedef Tuple0 ValueTuple;
277 typedef Tuple0 RefTuple;
278 typedef Tuple0 ParamTuple
    [all...]
observer_list_threadsafe.h 143 UnboundMethod<ObserverType, Method, Tuple0> method(m, MakeTuple());
144 Notify<Method, Tuple0>(method);
callback_old.h 79 RunWithParams(Tuple0());
125 typedef CallbackRunner<Tuple0> Type;
130 return new CallbackImpl<T, void (T::*)(), Tuple0 >(object, method);
timer.h 161 DispatchToMethod(receiver_, method_, Tuple0());
tuple_unittest.cc 33 Tuple0 t0 ALLOW_UNUSED = MakeTuple();
task.h 91 return new RunnableMethod<Method, Tuple0>(
355 return new RunnableMethod<T, Method, Tuple0>(object, method, MakeTuple());
472 return new RunnableFunction<Function, Tuple0>(function, MakeTuple());
  /external/chromium/chrome/browser/sync/notifier/
chrome_system_resources_unittest.cc 30 MOCK_METHOD1(RunWithParams, void(const Tuple0&));
  /external/chromium/base/memory/
raw_scoped_refptr_mismatch_checker.h 51 struct ParamsUseScopedRefptrCorrectly<Tuple0> {
scoped_callback_factory.h 52 return new CallbackImpl<void (T::*)(), Tuple0 >(

Completed in 582 milliseconds