Searched defs:IgnoreResult (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/
H A Dbind_helpers.h16 // base::ConstRef(), and base::IgnoreResult().
34 // IgnoreResult() is used to adapt a function or Callback with a return type to
94 // EXAMPLE OF IgnoreResult():
99 // Callback<void(int)> cb = Bind(IgnoreResult(&DoSomething));
103 // ml->PostTask(FROM_HERE, Bind(IgnoreResult(&DoSomething), 1);
703 static inline internal::IgnoreResultHelper<T> IgnoreResult(T data) { function in namespace:base
709 IgnoreResult(const Callback<T>& data) { function in namespace:base
/external/libweave/third_party/chromium/base/
H A Dbind_helpers.h16 // base::ConstRef(), and base::IgnoreResult().
34 // IgnoreResult() is used to adapt a function or Callback with a return type to
94 // EXAMPLE OF IgnoreResult():
99 // Callback<void(int)> cb = Bind(IgnoreResult(&DoSomething));
103 // ml->PostTask(FROM_HERE, Bind(IgnoreResult(&DoSomething), 1);
642 static inline internal::IgnoreResultHelper<T> IgnoreResult(T data) { function in namespace:base
648 IgnoreResult(const Callback<T>& data) { function in namespace:base
/external/gmock/include/gmock/
H A Dgmock-actions.h770 // Implements the IgnoreResult(action) action.
1060 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) { function in namespace:testing
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-actions.h770 // Implements the IgnoreResult(action) action.
1060 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) { function in namespace:testing

Completed in 992 milliseconds