Home | History | Annotate | Download | only in gtest

Lines Matching refs:streamable

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