Searched defs:CompressStream (Results 1 – 2 of 2) sorted by relevance
30 def CompressStream(in_stream, length=None, compresslevel=2, function
97 absl::Status CompressStream(ZstdApi& api, std::ifstream& in_stream, in CompressStream() function