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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3310 // Converts a streamable value to an std::string. A NULL pointer is
3315 std::string StreamableToString(const T& streamable) { argument
3316 return (Message() << streamable).GetString();
19934 // The message argument can be anything streamable to std::ostream.

Completed in 91 milliseconds