Searched defs:compressors (Results 1 – 3 of 3) sorted by relevance
111 const vector<bsdiff::CompressorType>& compressors, in PuffDiff()197 const std::vector<bsdiff::CompressorType>& compressors, in PuffDiff()208 const vector<bsdiff::CompressorType>& compressors, in PuffDiff()
52 private final ConcurrentMap<String, Compressor> compressors; field in CompressorRegistry
73 private static final CompressorRegistry compressors = CompressorRegistry.newEmptyInstance(); field in TransportCompressionTest