Home
last modified time | relevance | path

Searched refs:WithoutMatchers (Results 1 - 4 of 4) sorted by relevance

/third_party/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h302 class WithoutMatchers { class
304 WithoutMatchers() {} in WithoutMatchers() function in testing::internal::WithoutMatchers
305 friend GTEST_API_ WithoutMatchers GetWithoutMatchers();
308 // Internal use only: access the singleton instance of WithoutMatchers.
309 GTEST_API_ WithoutMatchers GetWithoutMatchers();
/third_party/googletest/googlemock/src/
H A Dgmock-internal-utils.cc189 GTEST_API_ WithoutMatchers GetWithoutMatchers() { return WithoutMatchers(); } in GetWithoutMatchers()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1316 MockSpec<F>& operator()(const internal::WithoutMatchers&, void* const) {
1893 MockSpec<R(Args...)> gmock_Call(const WithoutMatchers&, R (*)(Args...)) {
2075 // mock.gmock_TwoArgsMethod(_, 45)(WithoutMatchers(), nullptr)...
2088 // mock.gmock_TwoArgsMethod(WithoutMatchers(), nullptr)...
2095 // The WithoutMatchers() argument is used to disambiguate overloads and to
H A Dgmock-function-mocker.h198 const ::testing::internal::WithoutMatchers&, \

Completed in 5 milliseconds