#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()
Definition at line 1000 of file gmock-matchers.h.
1001 {
1002#if GTEST_LANG_CXX11
1003 return p != nullptr;
1004#else
1006#endif
1007 }
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.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h