Home | History | Annotate | Download | only in gtest

Lines Matching refs:streamable

161 // Converts a streamable value to a String.  A NULL pointer is
169 String StreamableToString(const T& streamable) {
170 return (Message() << streamable).GetString();
1921 // The message argument can be anything streamable to std::ostream.