Searched defs:Zip (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/rayon/src/iter/ |
D | zip.rs | 14 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/ |
D | zip.rs | 22 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/ |
D | ziptuple.rs | 6 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/ |
D | zip.cc | 121 bool Zip(const ZipParams& params) { in Zip() function 245 bool Zip(const base::FilePath& src_dir, in Zip() function
|
D | zip_unittest.cc | 443 TEST_F(ZipTest, Zip) { in TEST_F() argument
|
/external/zlib/google/ |
D | zip.cc | 117 bool Zip(const ZipParams& params) { in Zip() function 249 bool Zip(const base::FilePath& src_dir, const base::FilePath& dest_file, in Zip() function
|
D | zip_unittest.cc | 412 TEST_F(ZipTest, Zip) { in TEST_F() argument
|
/external/turbine/java/com/google/turbine/zip/ |
D | Zip.java | 74 public class Zip { class
|