| 8295 | class FormatForComparison { |
| 8296 | public: |
| 8297 | static ::std::string Format(const ToPrint& value) { |
| 8298 | return ::testing::PrintToString(value); |
| 8299 | } |
| 8300 | }; |
| 8301 | |
| 8302 | // Array. |
nothing calls this directly
no outgoing calls
no test coverage detected