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