Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-message.h242 std::string StreamableToString(const T& streamable) { in StreamableToString() argument
243 return (Message() << streamable).GetString(); in StreamableToString()
/freebsd/crypto/openssl/apps/
H A Denc.c171 int streamable = 1; in enc_main()
381 streamable = 0; in enc_main()
419 if (!streamable && printkey != 2) { /* if just print key and exit, it's ok */ in enc_main()
779 if (!streamable && !BIO_eof(rbio)) { /* do not output data */ in enc_main()
787 if (!streamable) in enc_main()
146 int streamable = 1; enc_main() local
/freebsd/contrib/xz/
H A DTODO72 streamable variant BCJ2 from 7-Zip could be implemented.
/freebsd/contrib/googletest/docs/reference/
H A Dtesting.md576 given message. The `message` argument can be anything streamable to
/freebsd/contrib/googletest/docs/
H A Dadvanced.md671 where `message` can be anything streamable to `std::ostream`. `SCOPED_TRACE`