Searched refs:IsCompressorSupported (Results 1 – 2 of 2) sorted by relevance
54 if (IsCompressorSupported(CompressorType::kBrotli) && in IsValid()62 IsCompressorSupported(CompressorType::kBZ2); in IsValid()64 if (IsCompressorSupported(CompressorType::kNoCompression)) { in IsValid()110 IsCompressorSupported(CompressorType::kBrotli) && brotli_quality_ == -1) { in ParseCommandLine()112 } else if (!IsCompressorSupported(CompressorType::kBrotli) && in ParseCommandLine()212 bool BsdiffArguments::IsCompressorSupported(CompressorType type) const { in IsCompressorSupported() function in bsdiff::BsdiffArguments
68 bool IsCompressorSupported(CompressorType type) const;