#include <gmock-matchers.h>
Definition at line 79 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 90 of file gmock-matchers.h.
90 {
91 if (stream_ != NULL)
92 *stream_ << x;
93 return *this;
94 }
◆ stream()
::std::ostream * testing::MatchResultListener::stream |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- libraries/fc/include/fc/crypto/webauthn_json/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h