| 9452 | return Op()(lhs, Unwrap(rhs_)); |
| 9453 | } |
| 9454 | void DescribeTo(::std::ostream* os) const override { |
| 9455 | *os << D::Desc() << " "; |
| 9456 | UniversalPrint(Unwrap(rhs_), os); |
| 9457 | } |
| 9458 | void DescribeNegationTo(::std::ostream* os) const override { |
| 9459 | *os << D::NegatedDesc() << " "; |
| 9460 | UniversalPrint(Unwrap(rhs_), os); |
nothing calls this directly
no outgoing calls
no test coverage detected