Searched refs:ZipEntryCommon (Results 1 – 2 of 2) sorted by relevance
43 struct ZipEntryCommon { struct96 struct ZipEntry : public ZipEntryCommon { argument113 ZipEntry& operator=(const ZipEntryCommon& other) {114 ZipEntryCommon::operator=(other);120 struct ZipEntry64 : public ZipEntryCommon {132 explicit ZipEntry64(const ZipEntry& zip_entry) : ZipEntryCommon(zip_entry) { in ZipEntry64()
1654 tm ZipEntryCommon::GetModificationTime() const { in GetModificationTime()