Home
last modified time | relevance | path

Searched defs:Zip (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/rayon/src/iter/
Dzip.rs14 pub struct Zip<A: IndexedParallelIterator, B: IndexedParallelIterator> { struct
19 impl<A, B> Zip<A, B> impl
30 impl<A, B> ParallelIterator for Zip<A, B> implementation
49 impl<A, B> IndexedParallelIterator for Zip<A, B> implementation
/external/rust/crates/futures-util/src/stream/stream/
Dzip.rs22 impl<St1: Stream, St2: Stream> Zip<St1, St2> { implementation
61 impl<St1, St2> FusedStream for Zip<St1, St2> implementation
71 impl<St1, St2> Stream for Zip<St1, St2> implementation
/external/rust/crates/itertools/src/
Dziptuple.rs6 pub struct Zip<T> { struct
12 /// The iterator `Zip<(I, J, ..., M)>` is formed from a tuple of iterators (or values that argument
/external/angle/third_party/zlib/google/
Dzip.cc124 bool Zip(const ZipParams& params) { in Zip() function
252 bool Zip(const base::FilePath& src_dir, in Zip() function
Dzip_unittest.cc1010 TEST_F(ZipTest, Zip) { in TEST_F() argument
/external/zlib/google/
Dzip.cc124 bool Zip(const ZipParams& params) { in Zip() function
252 bool Zip(const base::FilePath& src_dir, in Zip() function
Dzip_unittest.cc913 TEST_F(ZipTest, Zip) { in TEST_F() argument
/external/turbine/java/com/google/turbine/zip/
DZip.java74 public final class Zip { class
339 private Zip() {} in Zip() method in Zip