Searched refs:comp_type (Results 1 – 1 of 1) sorted by relevance
445 const CompressionType comp_type = std::get<1>(GetParam()); in TEST_P() local447 if (comp_type == kLZ4Compression || comp_type == kLZ4HCCompression) { in TEST_P()451 if (!ZSTD_Supported() && comp_type == kZSTD) { in TEST_P()454 if (!Zlib_Supported() && comp_type == kZlibCompression) { in TEST_P()458 options.compression = comp_type; in TEST_P()460 if (comp_type == kZSTD) { in TEST_P()559 if (comp_type == kLZ4Compression || comp_type == kLZ4HCCompression) { in TEST_P()563 if (!ZSTD_Supported() && comp_type == kZSTD) { in TEST_P()566 if (!Zlib_Supported() && comp_type == kZlibCompression) { in TEST_P()570 options.compression = comp_type; in TEST_P()[all …]