| 9525 | |
| 9526 | #if GTEST_HAS_ABSL |
| 9527 | bool MatchAndExplain(const absl::string_view& s, |
| 9528 | MatchResultListener* listener) const { |
| 9529 | return MatchAndExplain(std::string(s), listener); |
| 9530 | } |
| 9531 | #endif // GTEST_HAS_ABSL |
| 9532 | |
| 9533 | // Accepts pointer types, particularly: |
nothing calls this directly
no test coverage detected