| 3313 | // character in it is replaced with "\\0". |
| 3314 | template <typename T> |
| 3315 | std::string StreamableToString(const T& streamable) { |
| 3316 | return (Message() << streamable).GetString(); |
| 3317 | } |
| 3318 | |
| 3319 | } // namespace internal |
| 3320 | } // namespace testing |
no test coverage detected