Describes this matcher to an ostream.
| 9176 | |
| 9177 | // Describes this matcher to an ostream. |
| 9178 | void DescribeTo(::std::ostream* os) const { impl_->DescribeTo(os); } |
| 9179 | |
| 9180 | // Describes the negation of this matcher to an ostream. |
| 9181 | void DescribeNegationTo(::std::ostream* os) const { |
no outgoing calls
no test coverage detected