Searched refs:ZipTickNotify (Results 1 – 5 of 5) sorted by relevance
35 const ZipTickNotify notify = nullptr);37 bool FlushItems(const ZipTickNotify notify = nullptr);
21 using ZipTickNotify = std::function<bool(int progress, int subprogress)>; variable
28 const ZipTickNotify notify = nullptr);
78 …Write(const std::vector<std::pair<std::string, std::string>> &zipItems, const ZipTickNotify notify) in Write()100 bool ZipWriter::FlushItems(const ZipTickNotify notify) in FlushItems()
22 …tils::ZipFolder(const std::string &srcPath, const std::string &dstFile, const ZipTickNotify notify) in ZipFolder()