Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/googletest/googletest/include/gtest/
H A Dgtest-message.h243 std::string StreamableToString(const T& streamable) { in StreamableToString() argument
244 return (Message() << streamable).GetString(); in StreamableToString()
/freebsd-14.2/contrib/xz/
H A DTODO87 streamable variant BCJ2 from 7-Zip could be implemented.
/freebsd-14.2/contrib/googletest/docs/reference/
H A Dtesting.md460 given message. The `message` argument can be anything streamable to
/freebsd-14.2/contrib/googletest/docs/
H A Dadvanced.md665 where `message` can be anything streamable to `std::ostream`. `SCOPED_TRACE`