Searched refs:streamable (Results 1 – 5 of 5) sorted by relevance
242 std::string StreamableToString(const T& streamable) { in StreamableToString() argument243 return (Message() << streamable).GetString(); in StreamableToString()
171 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
72 streamable variant BCJ2 from 7-Zip could be implemented.
576 given message. The `message` argument can be anything streamable to
671 where `message` can be anything streamable to `std::ostream`. `SCOPED_TRACE`