Home
last modified time | relevance | path

Searched defs:ZipIterable (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dpersistent-map.h108 struct ZipIterable { struct
115 ZipIterable Zip(const PersistentMap& other) const { return {*this, other}; } in Zip() argument
/external/turbine/java/com/google/turbine/zip/
DZip.java151 public static class ZipIterable implements Iterable<Entry>, Closeable { class in Zip
157 public ZipIterable(Path path) throws IOException { in ZipIterable() method in Zip.ZipIterable