Home
last modified time | relevance | path

Searched defs:ParallelExtend (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/
Dextend.rs504 impl ParallelExtend<Box<str>> for String { impl
514 impl<'a> ParallelExtend<Cow<'a, str>> for String { impl
607 impl ParallelExtend<()> for () { impl
Dunzip.rs413 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
Dmod.rs3238 pub trait ParallelExtend<T> trait
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/rayon/
Dset.rs23 impl<K, S> ParallelExtend<K> for &'_ DashSet<K, S> impl
Dmap.rs27 impl<K, V, S> ParallelExtend<(K, V)> for &'_ DashMap<K, V, S> impl