#include <gmock-matchers.h>
Definition at line 997 of file gmock-matchers.h.
◆ DescribeNegationTo()
| void testing::internal::NotNullMatcher::DescribeNegationTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
◆ DescribeTo()
| void testing::internal::NotNullMatcher::DescribeTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
◆ MatchAndExplain()
template<typename Pointer >
Definition at line 1000 of file gmock-matchers.h.
1002 #if GTEST_LANG_CXX11 1003 return p !=
nullptr;
1004 #else // GTEST_LANG_CXX11 1006 #endif // GTEST_LANG_CXX11 const Pointer::element_type * GetRawPointer(const Pointer &p)
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h