Searched refs:uncompressedEntries (Results 1 – 1 of 1) sorted by relevance
310 private final List<StoredEntry> uncompressedEntries; field in ZFile500 uncompressedEntries = Lists.newArrayList(); in ZFile()554 for (StoredEntry uncompressed : uncompressedEntries) { in entries()573 for (StoredEntry stillUncompressed : Lists.reverse(uncompressedEntries)) { in get()1782 uncompressedEntries.add(newEntry); in add()1804 while (!uncompressedEntries.isEmpty()) { in processAllReadyEntries()1805 StoredEntry next = uncompressedEntries.get(0); in processAllReadyEntries()1815 uncompressedEntries.remove(0); in processAllReadyEntries()1838 while (!uncompressedEntries.isEmpty()) { in processAllReadyEntriesWithWait()1843 StoredEntry first = uncompressedEntries.get(0); in processAllReadyEntriesWithWait()[all …]