Searched defs:ParallelExtend (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/ |
D | extend.rs | 504 impl ParallelExtend<Box<str>> for String { impl 514 impl<'a> ParallelExtend<Cow<'a, str>> for String { impl 607 impl ParallelExtend<()> for () { impl
|
D | unzip.rs | 413 impl<A, B, FromA, FromB> ParallelExtend<(A, B)> for (FromA, FromB) impl 428 impl<L, R, A, B> ParallelExtend<Either<L, R>> for (A, B) impl
|
D | mod.rs | 3238 pub trait ParallelExtend<T> trait
|
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/rayon/ |
D | set.rs | 23 impl<K, S> ParallelExtend<K> for &'_ DashSet<K, S> impl
|
D | map.rs | 27 impl<K, V, S> ParallelExtend<(K, V)> for &'_ DashMap<K, V, S> impl
|