Home
last modified time | relevance | path

Searched refs:IgnoreResult (Results 1 – 25 of 31) sorted by relevance

12

/external/libchrome/base/
Dbind_unittest.cc494 TEST_F(BindTest, IgnoreResult) { in TEST_F() argument
503 Closure normal_func_cb = Bind(IgnoreResult(&IntFunc0)); in TEST_F()
507 Bind(IgnoreResult(&HasRef::IntMethod0), &has_ref_); in TEST_F()
511 Bind(IgnoreResult(&HasRef::IntConstMethod0), &has_ref_); in TEST_F()
518 Bind(IgnoreResult(&NoRef::IntMethod0), weak_factory.GetWeakPtr()); in TEST_F()
522 Bind(IgnoreResult(&NoRef::IntConstMethod0), weak_factory.GetWeakPtr()); in TEST_F()
Dbind_helpers.h469 static inline internal::IgnoreResultHelper<T> IgnoreResult(T data) {
/external/libmojo/mojo/edk/system/
Dmessage_pipe_perftest.cc146 base::Bind(base::IgnoreResult(&RunPingPongClient), client_handle)); in TEST_F()
Dcore.cc315 on_shutdown = base::Bind(base::IgnoreResult(&base::TaskRunner::PostTask), in RequestShutdown()
/external/libchrome/base/posix/
Dunix_domain_socket_linux_unittest.cc40 Bind(IgnoreResult(&UnixDomainSocket::SendRecvMsg), fds[1], in TEST()
/external/libchrome/base/files/
Dimportant_file_writer.cc228 MakeCriticalClosure(Bind(IgnoreResult(task)))); in PostWriteTask()
/external/google-breakpad/src/testing/test/
Dgmock-actions_test.cc62 using testing::IgnoreResult;
1141 Action<void(int)> a = IgnoreResult(Return(5)); // NOLINT in TEST()
1154 Action<void()> a = IgnoreResult(Invoke(ReturnOne)); in TEST()
1168 Action<void(int)> a = IgnoreResult(Invoke(ReturnMyClass)); // NOLINT in TEST()
Dgmock_link_test.h146 using testing::IgnoreResult;
402 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(IgnoreResult(Return(42))); in TEST()
Dgmock-spec-builders_test.cc2502 .WillByDefault(IgnoreResult(InvokeWithoutArgs(&c, in TEST()
/external/googletest/googlemock/test/
Dgmock-actions_test.cc56 using testing::IgnoreResult;
1170 Action<void(int)> a = IgnoreResult(Return(5)); // NOLINT in TEST()
1183 Action<void()> a = IgnoreResult(Invoke(ReturnOne)); in TEST()
1198 IgnoreResult(Invoke(ReturnMyNonDefaultConstructible)); // NOLINT in TEST()
Dgmock_link_test.h146 using testing::IgnoreResult;
402 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(IgnoreResult(Return(42))); in TEST()
/external/v8/testing/gmock/test/
Dgmock-actions_test.cc56 using testing::IgnoreResult;
1170 Action<void(int)> a = IgnoreResult(Return(5)); // NOLINT in TEST()
1183 Action<void()> a = IgnoreResult(Invoke(ReturnOne)); in TEST()
1198 IgnoreResult(Invoke(ReturnMyNonDefaultConstructible)); // NOLINT in TEST()
Dgmock_link_test.h146 using testing::IgnoreResult;
402 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(IgnoreResult(Return(42))); in TEST()
Dgmock-spec-builders_test.cc2611 .WillByDefault(IgnoreResult(InvokeWithoutArgs(&c, in TEST()
/external/libmojo/mojo/public/cpp/bindings/tests/
De2e_perftest.cc179 base::Bind(base::IgnoreResult(&base::TaskRunner::PostTask), in DEFINE_TEST_CLIENT_TEST_WITH_PIPE()
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-generated-internal-utils.h.pump55 // This is used in implementing the IgnoreResult(a) action.
/external/v8/testing/gmock/include/gmock/internal/
Dgmock-generated-internal-utils.h.pump55 // This is used in implementing the IgnoreResult(a) action.
/external/googletest/googlemock/include/gmock/internal/
Dgmock-generated-internal-utils.h.pump55 // This is used in implementing the IgnoreResult(a) action.
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h1060 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) { in IgnoreResult() function
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h1187 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) {
/external/v8/testing/gmock/include/gmock/
Dgmock-actions.h1187 inline internal::IgnoreResultAction<A> IgnoreResult(const A& an_action) {
/external/googletest/googlemock/docs/v1_5/
DCheatSheet.md383 |`IgnoreResult(a)` |Perform action `a` and ignore its result. `a` must not return void. …
/external/googletest/googlemock/docs/v1_6/
DCheatSheet.md392 |`IgnoreResult(a)` |Perform action `a` and ignore its result. `a` must not return void. …
/external/googletest/googlemock/docs/
DCheatSheet.md420 |`IgnoreResult(a)` |Perform action `a` and ignore its result. `a` must not return void. …
/external/googletest/googlemock/docs/v1_7/
DCheatSheet.md414 |`IgnoreResult(a)` |Perform action `a` and ignore its result. `a` must not return void. …

12