| 3909 | // character in it is replaced with "\\0". |
| 3910 | template <typename T> |
| 3911 | std::string StreamableToString(const T& streamable) { |
| 3912 | return (Message() << streamable).GetString(); |
| 3913 | } |
| 3914 | |
| 3915 | } // namespace internal |
| 3916 | } // namespace testing |
no test coverage detected