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

/external/libchrome/base/
H A Dbind_helpers.h16 // base::ConstRef(), and base::IgnoreResult().
37 // IgnoreResult() is used to adapt a function or Callback with a return type to
110 // EXAMPLE OF IgnoreResult():
115 // Callback<void(int)> cb = Bind(IgnoreResult(&DoSomething));
119 // ml->PostTask(FROM_HERE, Bind(IgnoreResult(&DoSomething), 1);
469 static inline internal::IgnoreResultHelper<T> IgnoreResult(T data) { function in namespace:base
/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
/external/googletest/googlemock/include/gmock/
H A Dgmock-actions.h888 // Implements the IgnoreResult(action) action.
1187 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) { function in namespace:testing
/external/v8/testing/gmock/include/gmock/
H A Dgmock-actions.h888 // Implements the IgnoreResult(action) action.
1187 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) { function in namespace:testing
/external/fmtlib/test/gmock/
H A Dgmock.h280 // This is used in implementing the IgnoreResult(a) action.
1679 // Implements the IgnoreResult(action) action.
1969 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) { function in namespace:testing

Completed in 298 milliseconds