Searched refs:PkgAlgorithmBlockLz4 (Results 1 – 4 of 4) sorted by relevance
83 class PkgAlgorithmBlockLz4 : public PkgAlgorithmLz4 {86 explicit PkgAlgorithmBlockLz4(const Lz4FileInfo &config) : PkgAlgorithmLz4(config) {} in PkgAlgorithmBlockLz4() function88 ~PkgAlgorithmBlockLz4() override {} in ~PkgAlgorithmBlockLz4()
60 int32_t PkgAlgorithmBlockLz4::PackCalculate(const PkgStreamPtr inStream, const PkgStreamPtr outStre… in PackCalculate()111 int32_t PkgAlgorithmBlockLz4::Pack(const PkgStreamPtr inStream, const PkgStreamPtr outStream, in Pack()134 int32_t PkgAlgorithmBlockLz4::UnpackCalculate(const PkgStreamPtr inStream, const PkgStreamPtr outSt… in UnpackCalculate()195 int32_t PkgAlgorithmBlockLz4::Unpack(const PkgStreamPtr inStream, const PkgStreamPtr outStream, in Unpack()
239 return std::make_shared<PkgAlgorithmBlockLz4>(*info); in GetAlgorithm()
169 PkgAlgorithmBlockLz4 a3(config);178 PkgAlgorithmBlockLz4 *a9 = new PkgAlgorithmBlockLz4(config);