#include <gmock-matchers.h>
Definition at line 977 of file gmock-matchers.h.
◆ DescribeNegationTo()
| void testing::internal::IsNullMatcher::DescribeNegationTo |
( |
::std::ostream * | os | ) |
const |
|
inline |
◆ DescribeTo()
| void testing::internal::IsNullMatcher::DescribeTo |
( |
::std::ostream * | os | ) |
const |
|
inline |
◆ MatchAndExplain()
Definition at line 980 of file gmock-matchers.h.
981 {
982#if GTEST_LANG_CXX11
983 return p == nullptr;
984#else
986#endif
987 }
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