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> 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/ |
| D | zip.rs | 22 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/ |
| 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/zlib/google/ |
| D | zip.cc | 124 bool Zip(const ZipParams& params) { in Zip() function 255 bool Zip(const base::FilePath& src_dir, in Zip() function
|
| D | zip_unittest.cc | 1010 TEST_F(ZipTest, Zip) { in TEST_F() argument
|
| /external/bazelbuild-rules_android/src/common/golang/ |
| D | ziputils.go | 60 func Zip(src, dst string) error { func
|
| /external/turbine/java/com/google/turbine/zip/ |
| D | Zip.java | 72 public final class Zip { class 362 private Zip() {} in Zip() method in Zip
|
| /external/bazelbuild-kotlin-rules/tools/java/com/google/devtools/kotlin/ |
| D | SourceJarZipper.kt | 103 class Zip : Runnable { class
|