Searched defs:Compress (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc119 string Compress(const string& data, const GzipOutputStream::Options& options);
376 string IoTest::Compress(const string& data, function in class:google::protobuf::io::__anon10105::IoTest
410 string gzip_compressed = Compress(golden, options);
413 string not_compressed = Compress(golden, options);
418 string zlib_compressed = Compress(golden, options);
/external/v8/src/
H A Dmksnapshot.cc90 virtual bool Compress(i::Vector<char> input) = 0;
116 bool Compress(Compressor* compressor) { function in class:PartialSnapshotSink
119 if (!compressor->Compress(data_.ToVector())) return false;
235 virtual bool Compress(i::Vector<char> input) { function in class:BZip2Compressor
331 if (!sink.Compress(&compressor))
333 if (!sink.partial_sink()->Compress(&compressor))

Completed in 210 milliseconds