Searched refs:ZipIterable (Results 1 – 6 of 6) sorted by relevance
151 public static class ZipIterable implements Iterable<Entry>, Closeable { class in Zip157 public ZipIterable(Path path) throws IOException { in ZipIterable() method in Zip.ZipIterable
63 for (Zip.Entry ze : new Zip.ZipIterable(ctSym)) { in bind()
103 for (Zip.Entry ze : new Zip.ZipIterable(path)) {
108 struct ZipIterable { struct115 ZipIterable Zip(const PersistentMap& other) const { return {*this, other}; } in Zip() argument
102 for (Zip.Entry e : new Zip.ZipIterable(path)) { in actual()
180 for (Zip.Entry ze : new Zip.ZipIterable(Paths.get(sourceJar))) { in parseAll()