Searched refs:_ZipEntryRO (Results 1 – 1 of 1) sorted by relevance
39 class _ZipEntryRO { class45 _ZipEntryRO() : cookie(NULL) {} in _ZipEntryRO() function in _ZipEntryRO47 ~_ZipEntryRO() { in ~_ZipEntryRO()52 _ZipEntryRO(const _ZipEntryRO& other);53 _ZipEntryRO& operator=(const _ZipEntryRO& other);81 _ZipEntryRO* data = new _ZipEntryRO; in findEntryByName()104 const _ZipEntryRO* zipEntry = reinterpret_cast<_ZipEntryRO*>(entry); in getEntryInfo()135 _ZipEntryRO* ze = new _ZipEntryRO; in startIteration()153 _ZipEntryRO* ze = reinterpret_cast<_ZipEntryRO*>(cookie); in nextEntry()167 delete reinterpret_cast<_ZipEntryRO*>(cookie); in endIteration()[all …]