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);97 _ZipEntryRO* data = new _ZipEntryRO; in findEntryByName()120 const _ZipEntryRO* zipEntry = reinterpret_cast<_ZipEntryRO*>(entry); in getEntryInfo()151 _ZipEntryRO* ze = new _ZipEntryRO; in startIteration()167 _ZipEntryRO* ze = reinterpret_cast<_ZipEntryRO*>(cookie); in nextEntry()182 delete reinterpret_cast<_ZipEntryRO*>(cookie); in endIteration()[all …]