/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | iter_mut.rs | 13 pub struct IterMut<'a, T: 'a> { struct 14 i1: slice::IterMut<'a, T>, argument 15 i2: slice::IterMut<'a, T>, argument 18 impl<'a, T> IterMut<'a, T> { implementation 25 impl<T: fmt::Debug> fmt::Debug for IterMut<'_, T> { implementation 32 impl<'a, T> Iterator for IterMut<'a, T> { implementation 105 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation 151 impl<T> ExactSizeIterator for IterMut<'_, T> { implementation 162 impl<T> FusedIterator for IterMut<'_, T> {} implementation 165 unsafe impl<T> TrustedLen for IterMut<'_, T> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | iter_mut.rs | 13 pub struct IterMut<'a, T: 'a> { struct 14 i1: slice::IterMut<'a, T>, argument 15 i2: slice::IterMut<'a, T>, argument 18 impl<'a, T> IterMut<'a, T> { impl 25 impl<T: fmt::Debug> fmt::Debug for IterMut<'_, T> { implementation 32 impl<'a, T> Iterator for IterMut<'a, T> { implementation 105 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation 151 impl<T> ExactSizeIterator for IterMut<'_, T> { implementation 162 impl<T> FusedIterator for IterMut<'_, T> {} implementation 165 unsafe impl<T> TrustedLen for IterMut<'_, T> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | iter_mut.rs | 13 pub struct IterMut<'a, T: 'a> { struct 14 i1: slice::IterMut<'a, T>, argument 15 i2: slice::IterMut<'a, T>, argument 18 impl<'a, T> IterMut<'a, T> { implementation 25 impl<T: fmt::Debug> fmt::Debug for IterMut<'_, T> { implementation 32 impl<'a, T> Iterator for IterMut<'a, T> { implementation 105 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation 151 impl<T> ExactSizeIterator for IterMut<'_, T> { implementation 162 impl<T> FusedIterator for IterMut<'_, T> {} implementation 165 unsafe impl<T> TrustedLen for IterMut<'_, T> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | iter_mut.rs | 13 pub struct IterMut<'a, T: 'a> { struct 14 i1: slice::IterMut<'a, T>, argument 15 i2: slice::IterMut<'a, T>, argument 18 impl<'a, T> IterMut<'a, T> { impl 25 impl<T: fmt::Debug> fmt::Debug for IterMut<'_, T> { implementation 32 impl<'a, T> Iterator for IterMut<'a, T> { implementation 105 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation 151 impl<T> ExactSizeIterator for IterMut<'_, T> { implementation 162 impl<T> FusedIterator for IterMut<'_, T> {} implementation 165 unsafe impl<T> TrustedLen for IterMut<'_, T> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | iter_mut.rs | 13 pub struct IterMut<'a, T: 'a> { struct 14 i1: slice::IterMut<'a, T>, argument 15 i2: slice::IterMut<'a, T>, argument 18 impl<'a, T> IterMut<'a, T> { impl 25 impl<T: fmt::Debug> fmt::Debug for IterMut<'_, T> { implementation 32 impl<'a, T> Iterator for IterMut<'a, T> { implementation 105 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation 151 impl<T> ExactSizeIterator for IterMut<'_, T> { implementation 162 impl<T> FusedIterator for IterMut<'_, T> {} implementation 165 unsafe impl<T> TrustedLen for IterMut<'_, T> {} implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/dashmap/src/ |
D | iter.rs | 199 pub struct IterMut<'a, K, V, S = RandomState, M = DashMap<K, V, S>> { struct 202 current: Option<GuardIterMut<'a, K, V, S>>, argument 205 unsafe impl<'a, 'i, K, V, S, M> Send for IterMut<'i, K, V, S, M> implementation 214 unsafe impl<'a, 'i, K, V, S, M> Sync for IterMut<'i, K, V, S, M> implementation 223 impl<'a, K: Eq + Hash, V, S: 'a + BuildHasher + Clone, M: Map<'a, K, V, S>> 235 impl<'a, K: Eq + Hash, V, S: 'a + BuildHasher + Clone, M: Map<'a, K, V, S>> Iterator
|
/aosp_15_r20/external/rust/android-crates-io/crates/buddy_system_allocator/src/ |
D | linked_list.rs | 60 pub fn iter_mut(&mut self) -> IterMut { in iter_mut() 119 pub struct IterMut<'a> { struct 125 impl<'a> Iterator for IterMut<'a> { argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/util/ |
H A D | flat_map.rs | 220 pub struct IterMut<'a, K: 'a, V: 'a> { struct 221 keys: std::slice::IterMut<'a, K>, argument 222 values: std::slice::IterMut<'a, V>, argument 225 impl<'a, K, V> Iterator for IterMut<'a, K, V> { implementation 242 impl<'a, K, V> DoubleEndedIterator for IterMut<'a, K, V> { implementation 254 impl<'a, K, V> ExactSizeIterator for IterMut<'a, K, V> {} implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/util/ |
D | flat_map.rs | 220 pub struct IterMut<'a, K: 'a, V: 'a> { struct 221 keys: std::slice::IterMut<'a, K>, argument 222 values: std::slice::IterMut<'a, V>, argument 225 impl<'a, K, V> Iterator for IterMut<'a, K, V> { implementation 242 impl<'a, K, V> DoubleEndedIterator for IterMut<'a, K, V> { implementation 254 impl<'a, K, V> ExactSizeIterator for IterMut<'a, K, V> {} implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/ |
H A D | cxx_vector.rs | 253 pub struct IterMut<'a, T> { struct 263 type IntoIter = IterMut<'a, T>; argument 270 impl<'a, T> Iterator for IterMut<'a, T> implementation 293 impl<'a, T> ExactSizeIterator for IterMut<'a, T> implementation 302 impl<'a, T> FusedIterator for IterMut<'a, T> where T: VectorElement {} implementation
|
/aosp_15_r20/external/rust/cxx/src/ |
D | cxx_vector.rs | 253 pub struct IterMut<'a, T> { struct 263 type IntoIter = IterMut<'a, T>; argument 270 impl<'a, T> Iterator for IterMut<'a, T> implementation 293 impl<'a, T> ExactSizeIterator for IterMut<'a, T> implementation 302 impl<'a, T> FusedIterator for IterMut<'a, T> where T: VectorElement {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/ |
H A D | linked_list.rs | 111 pub struct IterMut<'a, T: 'a> { struct 119 impl<T: fmt::Debug> fmt::Debug for IterMut<'_, T> { argument 1258 impl<'a, T> Iterator for IterMut<'a, T> { implementation 1288 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation 1306 impl<T> ExactSizeIterator for IterMut<'_, T> {} implementation 1309 impl<T> FusedIterator for IterMut<'_, T> {} implementation 1312 impl<T> Default for IterMut<'_, T> { implementation 2209 unsafe impl<T: Send> Send for IterMut<'_, T> {} implementation 2212 unsafe impl<T: Sync> Sync for IterMut<'_, T> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/ |
H A D | linked_list.rs | 111 pub struct IterMut<'a, T: 'a> { struct 119 impl<T: fmt::Debug> fmt::Debug for IterMut<'_, T> { argument 1258 impl<'a, T> Iterator for IterMut<'a, T> { implementation 1288 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation 1306 impl<T> ExactSizeIterator for IterMut<'_, T> {} implementation 1309 impl<T> FusedIterator for IterMut<'_, T> {} implementation 1312 impl<T> Default for IterMut<'_, T> { implementation 2229 unsafe impl<T: Send> Send for IterMut<'_, T> {} implementation 2232 unsafe impl<T: Sync> Sync for IterMut<'_, T> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/ |
H A D | linked_list.rs | 111 pub struct IterMut<'a, T: 'a> { struct 119 impl<T: fmt::Debug> fmt::Debug for IterMut<'_, T> { argument 1258 impl<'a, T> Iterator for IterMut<'a, T> { implementation 1288 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation 1306 impl<T> ExactSizeIterator for IterMut<'_, T> {} implementation 1309 impl<T> FusedIterator for IterMut<'_, T> {} implementation 1312 impl<T> Default for IterMut<'_, T> { implementation 2229 unsafe impl<T: Send> Send for IterMut<'_, T> {} implementation 2232 unsafe impl<T: Sync> Sync for IterMut<'_, T> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/ |
H A D | linked_list.rs | 111 pub struct IterMut<'a, T: 'a> { struct 119 impl<T: fmt::Debug> fmt::Debug for IterMut<'_, T> { argument 1258 impl<'a, T> Iterator for IterMut<'a, T> { implementation 1288 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation 1306 impl<T> ExactSizeIterator for IterMut<'_, T> {} implementation 1309 impl<T> FusedIterator for IterMut<'_, T> {} implementation 1312 impl<T> Default for IterMut<'_, T> { implementation 2209 unsafe impl<T: Send> Send for IterMut<'_, T> {} implementation 2212 unsafe impl<T: Sync> Sync for IterMut<'_, T> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/ |
H A D | linked_list.rs | 111 pub struct IterMut<'a, T: 'a> { struct 119 impl<T: fmt::Debug> fmt::Debug for IterMut<'_, T> { argument 1258 impl<'a, T> Iterator for IterMut<'a, T> { implementation 1288 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation 1306 impl<T> ExactSizeIterator for IterMut<'_, T> {} implementation 1309 impl<T> FusedIterator for IterMut<'_, T> {} implementation 1312 impl<T> Default for IterMut<'_, T> { implementation 2229 unsafe impl<T: Send> Send for IterMut<'_, T> {} implementation 2232 unsafe impl<T: Sync> Sync for IterMut<'_, T> {} implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/slab/src/ |
D | lib.rs | 219 pub struct IterMut<'a, T> { struct 220 entries: iter::Enumerate<slice::IterMut<'a, Entry<T>>>, argument 221 len: usize, 1338 impl<T> fmt::Debug for IterMut<'_, T> implementation 1505 impl<'a, T> Iterator for IterMut<'a, T> { implementation 1525 impl<T> DoubleEndedIterator for IterMut<'_, T> { implementation 1539 impl<T> ExactSizeIterator for IterMut<'_, T> { implementation 1545 impl<T> FusedIterator for IterMut<'_, T> {} implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/thread_local/src/ |
D | lib.rs | 468 pub struct IterMut<'a, T: Send> { struct 473 impl<'a, T: Send> Iterator for IterMut<'a, T> { argument 485 impl<T: Send> ExactSizeIterator for IterMut<'_, T> {} implementation 486 impl<T: Send> FusedIterator for IterMut<'_, T> {} implementation 490 impl<'a, T: Send + fmt::Debug> fmt::Debug for IterMut<'a, T> { implementation
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | stack.rs | 349 pub struct IterMut<'a, T: Stackable> { struct 354 impl<'a, T: Stackable> Iterator for IterMut<'a, T> { argument 370 impl<'a, T: Stackable> DoubleEndedIterator for IterMut<'a, T> { implementation 380 impl<'a, T: Stackable> ExactSizeIterator for IterMut<'a, T> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ |
H A D | result.rs | 1828 pub struct IterMut<'a, T: 'a> { struct 1833 impl<'a, T> Iterator for IterMut<'a, T> { implementation 1848 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation 1856 impl<T> ExactSizeIterator for IterMut<'_, T> {} implementation 1859 impl<T> FusedIterator for IterMut<'_, T> {} implementation 1862 unsafe impl<A> TrustedLen for IterMut<'_, A> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ |
H A D | result.rs | 1828 pub struct IterMut<'a, T: 'a> { struct 1833 impl<'a, T> Iterator for IterMut<'a, T> { argument 1848 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation 1856 impl<T> ExactSizeIterator for IterMut<'_, T> {} implementation 1859 impl<T> FusedIterator for IterMut<'_, T> {} implementation 1862 unsafe impl<A> TrustedLen for IterMut<'_, A> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ |
H A D | result.rs | 1828 pub struct IterMut<'a, T: 'a> { struct 1833 impl<'a, T> Iterator for IterMut<'a, T> { argument 1848 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation 1856 impl<T> ExactSizeIterator for IterMut<'_, T> {} implementation 1859 impl<T> FusedIterator for IterMut<'_, T> {} implementation 1862 unsafe impl<A> TrustedLen for IterMut<'_, A> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ |
H A D | result.rs | 1828 pub struct IterMut<'a, T: 'a> { struct 1833 impl<'a, T> Iterator for IterMut<'a, T> { implementation 1848 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation 1856 impl<T> ExactSizeIterator for IterMut<'_, T> {} implementation 1859 impl<T> FusedIterator for IterMut<'_, T> {} implementation 1862 unsafe impl<A> TrustedLen for IterMut<'_, A> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ |
H A D | result.rs | 1828 pub struct IterMut<'a, T: 'a> { struct 1833 impl<'a, T> Iterator for IterMut<'a, T> { implementation 1848 impl<'a, T> DoubleEndedIterator for IterMut<'a, T> { implementation 1856 impl<T> ExactSizeIterator for IterMut<'_, T> {} implementation 1859 impl<T> FusedIterator for IterMut<'_, T> {} implementation 1862 unsafe impl<A> TrustedLen for IterMut<'_, A> {} implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/linked-hash-map/src/ |
D | lib.rs | 947 pub struct IterMut<'a, K: 'a, V: 'a> { struct 948 head: *mut Node<K, V>, 949 tail: *mut Node<K, V>, 950 remaining: usize, 951 marker: marker::PhantomData<(&'a K, &'a mut V)>, 986 unsafe impl<'a, K, V> Send for IterMut<'a, K, V> implementation 1022 unsafe impl<'a, K, V> Sync for IterMut<'a, K, V> implementation 1118 impl<'a, K, V> Iterator for IterMut<'a, K, V> { implementation 1248 impl<'a, K, V> DoubleEndedIterator for IterMut<'a, K, V> { implementation 1283 impl<'a, K, V> ExactSizeIterator for IterMut<'a, K, V> { implementation
|