| 2766 | // character in it is replaced with "\\0". |
| 2767 | template <typename T> |
| 2768 | std::string StreamableToString(const T& streamable) { |
| 2769 | return (Message() << streamable).GetString(); |
| 2770 | } |
| 2771 | |
| 2772 | } // namespace internal |
| 2773 | } // namespace testing |
no test coverage detected