HomeSort by relevance Sort by last modified time
    Searched defs:IgnoreResult (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/
bind_helpers.h 16 // 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) {
709 IgnoreResult(const Callback<T>& data) {
  /external/libweave/third_party/chromium/base/
bind_helpers.h 16 // 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) {
648 IgnoreResult(const Callback<T>& data) {
  /external/gmock/include/gmock/
gmock-actions.h 770 // Implements the IgnoreResult(action) action.
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 770 // Implements the IgnoreResult(action) action.
    [all...]

Completed in 220 milliseconds