Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/
Diter.rs26 pub struct OwningIter<K, V, S = RandomState> { struct
29 current: Option<GuardOwningIter<K, V>>, argument
32 impl<K: Eq + Hash, V, S: BuildHasher + Clone> OwningIter<K, V, S> { argument
44 impl<K: Eq + Hash, V, S: BuildHasher + Clone> Iterator for OwningIter<K, V, S> { implementation
78 unsafe impl<K, V, S> Send for OwningIter<K, V, S> implementation
86 unsafe impl<K, V, S> Sync for OwningIter<K, V, S> implementation
Diter_set.rs5 pub struct OwningIter<K, S> { struct
6 inner: crate::iter::OwningIter<K, (), S>, argument
9 impl<K: Eq + Hash, S: BuildHasher + Clone> OwningIter<K, S> { impl
15 impl<K: Eq + Hash, S: BuildHasher + Clone> Iterator for OwningIter<K, S> { implementation
23 unsafe impl<K, S> Send for OwningIter<K, S> implementation
30 unsafe impl<K, S> Sync for OwningIter<K, S> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/rayon/
Dset.rs69 pub struct OwningIter<K, S = RandomState> { struct
70 inner: super::map::OwningIter<K, (), S>, argument
73 impl<K, S> ParallelIterator for OwningIter<K, S> implementation
Dmap.rs82 pub struct OwningIter<K, V, S = RandomState> { struct
86 impl<K, V, S> ParallelIterator for OwningIter<K, V, S> argument
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/
Ddir.rs151 pub struct OwningIter(Dir); struct
153 impl Iterator for OwningIter { implementation
163 impl AsRawFd for OwningIter { implementation