Home
last modified time | relevance | path

Searched defs:ParIter (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/
Drustc.rs56 pub struct ParIter<'a, K, V> { struct
57 entries: &'a [Bucket<K, V>],
60 impl<'a, K: Sync, V: Sync> ParallelIterator for ParIter<'a, K, V> { implementation
66 impl<K: Sync, V: Sync> IndexedParallelIterator for ParIter<'_, K, V> { implementation
145 pub struct ParIter<'a, T> { struct
146 entries: &'a [Bucket<T, ()>],
149 impl<'a, T: Sync> ParallelIterator for ParIter<'a, T> { implementation
155 impl<T: Sync> IndexedParallelIterator for ParIter<'_, T> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Dtable.rs20 pub struct ParIter<'a, T> { struct
21 inner: RawParIter<T>, argument
25 impl<'a, T: Sync> ParallelIterator for ParIter<'a, T> { implementation
39 impl<T> Clone for ParIter<'_, T> { implementation
49 impl<T: fmt::Debug> fmt::Debug for ParIter<'_, T> { implementation
H A Dmap.rs21 pub struct ParIter<'a, K, V> { struct
22 inner: RawParIter<(K, V)>, argument
26 impl<'a, K: Sync, V: Sync> ParallelIterator for ParIter<'a, K, V> { argument
43 impl<K, V> Clone for ParIter<'_, K, V> { implementation
53 impl<K: fmt::Debug + Eq + Hash, V: fmt::Debug> fmt::Debug for ParIter<'_, K, V> { implementation
H A Dset.rs65 pub struct ParIter<'a, T> { struct
69 impl<'a, T: Sync> ParallelIterator for ParIter<'a, T> { argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Dtable.rs20 pub struct ParIter<'a, T> { struct
21 inner: RawParIter<T>, argument
25 impl<'a, T: Sync> ParallelIterator for ParIter<'a, T> { implementation
39 impl<T> Clone for ParIter<'_, T> { implementation
49 impl<T: fmt::Debug> fmt::Debug for ParIter<'_, T> { implementation
H A Dmap.rs21 pub struct ParIter<'a, K, V> { struct
22 inner: RawParIter<(K, V)>, argument
26 impl<'a, K: Sync, V: Sync> ParallelIterator for ParIter<'a, K, V> { argument
43 impl<K, V> Clone for ParIter<'_, K, V> { implementation
53 impl<K: fmt::Debug + Eq + Hash, V: fmt::Debug> fmt::Debug for ParIter<'_, K, V> { implementation
H A Dset.rs65 pub struct ParIter<'a, T> { struct
69 impl<'a, T: Sync> ParallelIterator for ParIter<'a, T> { argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Dtable.rs20 pub struct ParIter<'a, T> { struct
21 inner: RawParIter<T>, argument
25 impl<'a, T: Sync> ParallelIterator for ParIter<'a, T> { argument
39 impl<T> Clone for ParIter<'_, T> { implementation
49 impl<T: fmt::Debug> fmt::Debug for ParIter<'_, T> { implementation
H A Dmap.rs21 pub struct ParIter<'a, K, V> { struct
22 inner: RawParIter<(K, V)>, argument
26 impl<'a, K: Sync, V: Sync> ParallelIterator for ParIter<'a, K, V> { implementation
43 impl<K, V> Clone for ParIter<'_, K, V> { implementation
53 impl<K: fmt::Debug + Eq + Hash, V: fmt::Debug> fmt::Debug for ParIter<'_, K, V> { implementation
H A Dset.rs65 pub struct ParIter<'a, T> { struct
69 impl<'a, T: Sync> ParallelIterator for ParIter<'a, T> { argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Dtable.rs20 pub struct ParIter<'a, T> { struct
21 inner: RawParIter<T>, argument
25 impl<'a, T: Sync> ParallelIterator for ParIter<'a, T> { implementation
39 impl<T> Clone for ParIter<'_, T> { implementation
49 impl<T: fmt::Debug> fmt::Debug for ParIter<'_, T> { implementation
H A Dmap.rs21 pub struct ParIter<'a, K, V> { struct
22 inner: RawParIter<(K, V)>, argument
26 impl<'a, K: Sync, V: Sync> ParallelIterator for ParIter<'a, K, V> { implementation
43 impl<K, V> Clone for ParIter<'_, K, V> { implementation
53 impl<K: fmt::Debug + Eq + Hash, V: fmt::Debug> fmt::Debug for ParIter<'_, K, V> { implementation
H A Dset.rs65 pub struct ParIter<'a, T> { struct
69 impl<'a, T: Sync> ParallelIterator for ParIter<'a, T> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/external_trait_impls/rayon/
H A Dtable.rs20 pub struct ParIter<'a, T> { struct
21 inner: RawParIter<T>, argument
25 impl<'a, T: Sync> ParallelIterator for ParIter<'a, T> { argument
39 impl<T> Clone for ParIter<'_, T> { implementation
49 impl<T: fmt::Debug> fmt::Debug for ParIter<'_, T> { implementation
H A Dmap.rs21 pub struct ParIter<'a, K, V> { struct
22 inner: RawParIter<(K, V)>, argument
26 impl<'a, K: Sync, V: Sync> ParallelIterator for ParIter<'a, K, V> { argument
43 impl<K, V> Clone for ParIter<'_, K, V> { implementation
53 impl<K: fmt::Debug + Eq + Hash, V: fmt::Debug> fmt::Debug for ParIter<'_, K, V> { implementation
H A Dset.rs65 pub struct ParIter<'a, T> { struct
69 impl<'a, T: Sync> ParallelIterator for ParIter<'a, T> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/indexmap/src/rayon/
Dmap.rs89 pub struct ParIter<'a, K, V> { struct
93 impl<K, V> Clone for ParIter<'_, K, V> { implementation
99 impl<K: fmt::Debug, V: fmt::Debug> fmt::Debug for ParIter<'_, K, V> { implementation
106 impl<'a, K: Sync, V: Sync> ParallelIterator for ParIter<'a, K, V> { implementation
112 impl<K: Sync, V: Sync> IndexedParallelIterator for ParIter<'_, K, V> { implementation
Dset.rs88 pub struct ParIter<'a, T> { struct
92 impl<T> Clone for ParIter<'_, T> { implementation
98 impl<T: fmt::Debug> fmt::Debug for ParIter<'_, T> { implementation
105 impl<'a, T: Sync> ParallelIterator for ParIter<'a, T> { implementation
111 impl<T: Sync> IndexedParallelIterator for ParIter<'_, T> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/external_trait_impls/rayon/
Dmap.rs21 pub struct ParIter<'a, K, V> { struct
22 inner: RawParIter<(K, V)>, argument
26 impl<'a, K: Sync, V: Sync> ParallelIterator for ParIter<'a, K, V> { implementation
43 impl<K, V> Clone for ParIter<'_, K, V> { implementation
53 impl<K: fmt::Debug + Eq + Hash, V: fmt::Debug> fmt::Debug for ParIter<'_, K, V> { implementation
Dset.rs65 pub struct ParIter<'a, T> { struct
69 impl<'a, T: Sync> ParallelIterator for ParIter<'a, T> { argument