Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h299 class WithoutMatchers {
301 WithoutMatchers() {} in WithoutMatchers() function
302 friend GTEST_API_ WithoutMatchers GetWithoutMatchers();
306 GTEST_API_ WithoutMatchers GetWithoutMatchers();
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-internal-utils.cc191 GTEST_API_ WithoutMatchers GetWithoutMatchers() { return WithoutMatchers(); } in GetWithoutMatchers()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1319 MockSpec<F>& operator()(const internal::WithoutMatchers&, void* const) { in operator()
1930 MockSpec<R(Args...)> gmock_Call(const WithoutMatchers&, R (*)(Args...)) { in gmock_Call() argument
H A Dgmock-function-mocker.h200 const ::testing::internal::WithoutMatchers&, \