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> argument
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
66 impl<St1, St2> FusedStream for Zip<St1, St2> implementation
74 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.cc121 bool Zip(const ZipParams& params) { in Zip() function
245 bool Zip(const base::FilePath& src_dir, in Zip() function
Dzip_unittest.cc443 TEST_F(ZipTest, Zip) { in TEST_F() argument
/external/zlib/google/
Dzip.cc117 bool Zip(const ZipParams& params) { in Zip() function
249 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file, in Zip() function
Dzip_unittest.cc412 TEST_F(ZipTest, Zip) { in TEST_F() argument
/external/turbine/java/com/google/turbine/zip/
DZip.java74 public class Zip { class