Searched defs:ZipEntry (Results 1 – 2 of 2) sorted by relevance
65 struct ZipEntry { struct88 // Crc32 value of this ZipEntry. This information might argument93 // Compressed length of this ZipEntry. Might be present argument98 // Uncompressed length of this ZipEntry. Might be present argument103 // The offset to the start of data for this ZipEntry. argument104 off64_t offset;
107 const std::function<bool(ZipEntry&, const std::string&)>& callback) { in IterateEntries()