Searched refs:gzout (Results 1 – 2 of 2) sorted by relevance
361 GzipOutputStream gzout(&output, options); in TEST_F() local362 WriteStuff(&gzout); in TEST_F()363 gzout.Close(); in TEST_F()396 GzipOutputStream gzout(&output, options); in TEST_F() local397 WriteStuff(&gzout); in TEST_F()398 EXPECT_TRUE(gzout.Flush()); in TEST_F()399 gzout.Close(); in TEST_F()428 GzipOutputStream gzout(&output, options); in TEST_F() local429 WriteStuff(&gzout); in TEST_F()430 EXPECT_TRUE(gzout.Flush()); in TEST_F()[all …]
247 final GZIPOutputStream gzout = new GZIPOutputStream(output); in instrumentGzip() local248 final int count = instrumentAll(gzipInputStream, gzout, name); in instrumentGzip()249 gzout.finish(); in instrumentGzip()