HomeSort by relevance Sort by last modified time
    Searched refs:WithoutArgs (Results 1 - 9 of 9) sorted by null

  /external/google-breakpad/src/testing/include/gmock/
gmock-more-actions.h 112 // WithoutArgs(inner_action) can be used in a mock function with a
118 WithoutArgs(const InnerAction& action) {
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-more-actions.h 129 // WithoutArgs(inner_action) can be used in a mock function with a
135 WithoutArgs(const InnerAction& action) {
  /external/libbrillo/brillo/http/
http_transport_curl_unittest.cc 22 using testing::WithoutArgs;
285 WithoutArgs(Invoke(do_socket_action)),
  /external/google-breakpad/src/testing/test/
gmock_link_test.h 57 // WithoutArgs
178 using testing::WithoutArgs;
370 // Tests the linkage of the WithoutArgs action.
374 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(WithoutArgs(Return()));
gmock-more-actions_test.cc 68 using testing::WithoutArgs;
471 // Tests using WithoutArgs with an action that takes no argument.
473 Action<int(int n)> a = WithoutArgs(Invoke(Nullary)); // NOLINT
  /external/googletest/googlemock/test/
gmock_link_test.h 56 // WithoutArgs
183 using testing::WithoutArgs;
375 // Tests the linkage of the WithoutArgs action.
379 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(WithoutArgs(Return()));
gmock-more-actions_test.cc 63 using testing::WithoutArgs;
473 // Tests using WithoutArgs with an action that takes no argument.
475 Action<int(int n)> a = WithoutArgs(Invoke(Nullary)); // NOLINT
gmock-actions_test.cc     [all...]
  /external/googletest/googlemock/include/gmock/
gmock-actions.h     [all...]

Completed in 558 milliseconds