Home
last modified time | relevance | path

Searched refs:WithoutArgs (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-more-actions.h137 WithoutArgs(const InnerAction& action) { in WithoutArgs() function
/external/libbrillo/brillo/http/
Dhttp_transport_curl_test.cc23 using testing::WithoutArgs;
290 WithoutArgs(Invoke(do_socket_action)), in TEST_F()
/external/googletest/googlemock/test/
Dgmock_link_test.h183 using testing::WithoutArgs;
379 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(WithoutArgs(Return())); in TEST()
Dgmock-actions_test.cc1178 Action<Base*(double)> a = testing::WithoutArgs(inner); in TEST()
1546 a = testing::WithoutArgs([]() { return 7; }); in TEST()
Dgmock-more-actions_test.cc65 using testing::WithoutArgs;
439 Action<int(int n)> a = WithoutArgs(Invoke(Nullary)); // NOLINT in TEST()
/external/googletest/docs/
Dgmock_cheat_sheet.md331 | `WithoutArgs(a)` | Perform action `a` without any arguments. |
Dgmock_cook_book.md2565 * `WithoutArgs(action)` when the inner `action` takes *no* argument, and
2570 `WithoutArgs(Invoke(...))`.
2875 Many built-in actions (`WithArgs`, `WithoutArgs`,`DeleteArg`, `SaveArg`, ...)
/external/googletest/googlemock/include/gmock/
Dgmock-actions.h1236 WithoutArgs(InnerAction&& action) {
/external/fmtlib/test/gmock/
Dgmock.h14005 WithoutArgs(const InnerAction& action) {
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/
Dgmock.h14783 WithoutArgs(const InnerAction& action) {