Searched refs:nextEntryOrError (Results 1 – 3 of 3) sorted by relevance
123 base::expected<ZipEntryRO, int32_t> nextEntryOrError(void* cookie);
181 auto result = nextEntryOrError(cookie); in nextEntry()188 base::expected<ZipEntryRO, int32_t> ZipFileRO::nextEntryOrError(void* cookie) { in nextEntryOrError() function in ZipFileRO
349 auto next = mZipFile->nextEntryOrError(mCookie); in next()