Describes the negation of this matcher to an ostream.
| 9179 | |
| 9180 | // Describes the negation of this matcher to an ostream. |
| 9181 | void DescribeNegationTo(::std::ostream* os) const { |
| 9182 | impl_->DescribeNegationTo(os); |
| 9183 | } |
| 9184 | |
| 9185 | // Explains why x matches, or doesn't match, the matcher. |
| 9186 | void ExplainMatchResultTo(const T& x, ::std::ostream* os) const { |
no outgoing calls
no test coverage detected