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

  /external/chromium/base/
task.h 92 weak_factory_.GetWeakPtr(), method, MakeTuple());
98 weak_factory_.GetWeakPtr(), method, MakeTuple(a));
105 weak_factory_.GetWeakPtr(), method, MakeTuple(a, b));
114 weak_factory_.GetWeakPtr(), method, MakeTuple(a, b, c));
124 weak_factory_.GetWeakPtr(), method, MakeTuple(a, b, c, d));
135 weak_factory_.GetWeakPtr(), method, MakeTuple(a, b, c, d, e));
355 return new RunnableMethod<T, Method, Tuple0>(object, method, MakeTuple());
362 MakeTuple(a));
369 MakeTuple(a, b));
376 MakeTuple(a, b, c))
    [all...]
tuple_unittest.cc 33 Tuple0 t0 ALLOW_UNUSED = MakeTuple();
35 Tuple2<int, const char*> t2 = MakeTuple(1, static_cast<const char*>("wee"));
64 DispatchToFunction(&DoAdd, MakeTuple(9, 8, 7, &res));
observer_list_threadsafe.h 143 UnboundMethod<ObserverType, Method, Tuple0> method(m, MakeTuple());
149 UnboundMethod<ObserverType, Method, Tuple1<A> > method(m, MakeTuple(a));
tuple.h 7 // it contains. The convenient MakeTuple() function takes 0 to 6 arguments,
18 // Tuple2<int, const char*> tuple_b = MakeTuple(1, "wee");
23 // &SomeFunc, MakeTuple(10, "foo")); // SomeFunc(10, "foo")
26 // DispatchToMethod(&foo, &Foo::SomeMeth, MakeTuple(1, 2, 3));
427 inline Tuple0 MakeTuple() {
432 inline Tuple1<A> MakeTuple(const A& a) {
437 inline Tuple2<A, B> MakeTuple(const A& a, const B& b) {
442 inline Tuple3<A, B, C> MakeTuple(const A& a, const B& b, const C& c) {
447 inline Tuple4<A, B, C, D> MakeTuple(const A& a, const B& b, const C& c,
453 inline Tuple5<A, B, C, D, E> MakeTuple(const A& a, const B& b, const C& c
    [all...]
  /external/chromium/testing/
gmock_mutant.h     [all...]
  /external/chromium/chrome/browser/geolocation/
access_token_store.cc 59 request->ForwardResultAsync(MakeTuple(access_token_set));
  /external/chromium/chrome/common/extensions/
extension_unpacker.cc 283 decoded_images_.push_back(MakeTuple(image_bitmap, path));
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.cc 356 rules->push_back(MakeTuple(
  /external/chromium/chrome/browser/webdata/
autofill_table.cc 483 elements.push_back(MakeTuple(s.ColumnInt64(0),
    [all...]

Completed in 1205 milliseconds