Searched refs:WithoutArgs (Results 1 – 10 of 10) sorted by relevance
137 WithoutArgs(const InnerAction& action) { in WithoutArgs() function
23 using testing::WithoutArgs;290 WithoutArgs(Invoke(do_socket_action)), in TEST_F()
183 using testing::WithoutArgs;379 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(WithoutArgs(Return())); in TEST()
1178 Action<Base*(double)> a = testing::WithoutArgs(inner); in TEST()1546 a = testing::WithoutArgs([]() { return 7; }); in TEST()
65 using testing::WithoutArgs;439 Action<int(int n)> a = WithoutArgs(Invoke(Nullary)); // NOLINT in TEST()
331 | `WithoutArgs(a)` | Perform action `a` without any arguments. |
2565 * `WithoutArgs(action)` when the inner `action` takes *no* argument, and2570 `WithoutArgs(Invoke(...))`.2875 Many built-in actions (`WithArgs`, `WithoutArgs`,`DeleteArg`, `SaveArg`, ...)
1236 WithoutArgs(InnerAction&& action) {
14005 WithoutArgs(const InnerAction& action) {
14783 WithoutArgs(const InnerAction& action) {