Home
last modified time | relevance | path

Searched defs:ParDrain (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/hashbrown/src/external_trait_impls/rayon/
Dtable.rs136 pub struct ParDrain<'a, T, A: Allocator = Global> { struct
137 inner: RawParDrain<'a, T, A>, argument
140 impl<T: Send, A: Allocator + Sync> ParallelIterator for ParDrain<'_, T, A> { implementation
152 impl<T: fmt::Debug, A: Allocator> fmt::Debug for ParDrain<'_, T, A> { implementation
Dmap.rs268 pub struct ParDrain<'a, K, V, A: Allocator = Global> { struct
269 inner: RawParDrain<'a, (K, V), A>, argument
272 impl<K: Send, V: Send, A: Allocator + Sync> ParallelIterator for ParDrain<'_, K, V, A> { implementation
284 impl<K: fmt::Debug + Eq + Hash, V: fmt::Debug, A: Allocator> fmt::Debug for ParDrain<'_, K, V, A> { implementation
Dset.rs41 pub struct ParDrain<'a, T, A: Allocator = Global> { struct
42 inner: map::ParDrain<'a, T, (), A>, argument
45 impl<T: Send, A: Allocator + Send + Sync> ParallelIterator for ParDrain<'_, T, A> { implementation
/external/rust/android-crates-io/crates/indexmap/src/rayon/
Dmap.rs183 pub struct ParDrain<'a, K: Send, V: Send> { struct
187 impl<K: Send, V: Send> ParallelIterator for ParDrain<'_, K, V> { implementation
193 impl<K: Send, V: Send> IndexedParallelIterator for ParDrain<'_, K, V> { implementation
Dset.rs137 pub struct ParDrain<'a, T: Send> { struct
141 impl<T: Send> ParallelIterator for ParDrain<'_, T> { argument
147 impl<T: Send> IndexedParallelIterator for ParDrain<'_, T> { implementation
/external/rust/android-crates-io/extra_versions/crates/hashbrown/src/external_trait_impls/rayon/
Dmap.rs270 pub struct ParDrain<'a, K, V, A: Allocator + Clone = Global> { struct
271 inner: RawParDrain<'a, (K, V), A>, argument
274 impl<K: Send, V: Send, A: Allocator + Clone + Sync> ParallelIterator for ParDrain<'_, K, V, A> { implementation
286 impl<K: fmt::Debug + Eq + Hash, V: fmt::Debug, A: Allocator + Clone> fmt::Debug
Dset.rs41 pub struct ParDrain<'a, T, A: Allocator + Clone = Global> { struct
42 inner: map::ParDrain<'a, T, (), A>, argument
45 impl<T: Send, A: Allocator + Clone + Send + Sync> ParallelIterator for ParDrain<'_, T, A> { implementation