Searched refs:streamable (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-message.h238 // Converts a streamable value to an std::string. A NULL pointer is
243 std::string StreamableToString(const T& streamable) { argument
244 return (Message() << streamable).GetString();

Completed in 4 milliseconds