#include <gmock-matchers.h>
Definition at line 997 of file gmock-matchers.h.
void testing::internal::NotNullMatcher::DescribeNegationTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
void testing::internal::NotNullMatcher::DescribeNegationTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
void testing::internal::NotNullMatcher::DescribeNegationTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
void testing::internal::NotNullMatcher::DescribeTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
void testing::internal::NotNullMatcher::DescribeTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
void testing::internal::NotNullMatcher::DescribeTo |
( |
::std::ostream * |
os | ) |
const |
|
inline |
template<typename Pointer >
bool testing::internal::NotNullMatcher::MatchAndExplain |
( |
const Pointer & |
p, |
|
|
MatchResultListener * |
|
|
) |
| const |
|
inline |
Definition at line 1000 of file gmock-matchers.h.
References testing::internal::GetRawPointer().
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)
template<typename Pointer >
bool testing::internal::NotNullMatcher::MatchAndExplain |
( |
const Pointer & |
p, |
|
|
MatchResultListener * |
|
|
) |
| const |
|
inline |
Definition at line 1000 of file gmock-matchers.h.
References testing::internal::GetRawPointer().
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)
template<typename Pointer >
bool testing::internal::NotNullMatcher::MatchAndExplain |
( |
const Pointer & |
p, |
|
|
MatchResultListener * |
|
|
) |
| const |
|
inline |
Definition at line 1000 of file gmock-matchers.h.
References testing::internal::GetRawPointer().
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: