#include <gmock-matchers.h>
Definition at line 80 of file gmock-matchers.h.
◆ MatchResultListener()
| testing::MatchResultListener::MatchResultListener |
( |
::std::ostream * | os | ) |
|
|
inlineexplicit |
◆ ~MatchResultListener()
| testing::MatchResultListener::~MatchResultListener |
( |
| ) |
|
|
inlinepure virtual |
◆ IsInterested()
| bool testing::MatchResultListener::IsInterested |
( |
| ) |
const |
|
inline |
◆ operator<<()
Definition at line 91 of file gmock-matchers.h.
91 {
92 if (stream_ != NULL)
93 *stream_ << x;
94 return *this;
95 }
◆ stream()
| ::std::ostream * testing::MatchResultListener::stream |
( |
| ) |
|
|
inline |
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