/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/vec/ |
H A D | into_iter.rs | 45 pub struct IntoIter< struct 64 impl<T: fmt::Debug, A: Allocator> fmt::Debug for IntoIter<T, A> { argument 70 impl<T, A: Allocator> IntoIter<T, A> { implementation 191 impl<T, A: Allocator> AsRef<[T]> for IntoIter<T, A> { implementation 198 unsafe impl<T: Send, A: Allocator + Send> Send for IntoIter<T, A> {} implementation 200 unsafe impl<T: Sync, A: Allocator + Sync> Sync for IntoIter<T, A> {} implementation 203 impl<T, A: Allocator> Iterator for IntoIter<T, A> { implementation 368 impl<T, A: Allocator> DoubleEndedIterator for IntoIter<T, A> { implementation 412 impl<T, A: Allocator> ExactSizeIterator for IntoIter<T, A> { implementation 423 impl<T, A: Allocator> FusedIterator for IntoIter<T, A> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/vec/ |
H A D | into_iter.rs | 45 pub struct IntoIter< struct 64 impl<T: fmt::Debug, A: Allocator> fmt::Debug for IntoIter<T, A> { implementation 70 impl<T, A: Allocator> IntoIter<T, A> { impl 191 impl<T, A: Allocator> AsRef<[T]> for IntoIter<T, A> { implementation 198 unsafe impl<T: Send, A: Allocator + Send> Send for IntoIter<T, A> {} implementation 200 unsafe impl<T: Sync, A: Allocator + Sync> Sync for IntoIter<T, A> {} implementation 203 impl<T, A: Allocator> Iterator for IntoIter<T, A> { implementation 368 impl<T, A: Allocator> DoubleEndedIterator for IntoIter<T, A> { implementation 412 impl<T, A: Allocator> ExactSizeIterator for IntoIter<T, A> { implementation 423 impl<T, A: Allocator> FusedIterator for IntoIter<T, A> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/vec/ |
H A D | into_iter.rs | 45 pub struct IntoIter< struct 64 impl<T: fmt::Debug, A: Allocator> fmt::Debug for IntoIter<T, A> { implementation 70 impl<T, A: Allocator> IntoIter<T, A> { impl 186 impl<T, A: Allocator> AsRef<[T]> for IntoIter<T, A> { implementation 193 unsafe impl<T: Send, A: Allocator + Send> Send for IntoIter<T, A> {} implementation 195 unsafe impl<T: Sync, A: Allocator + Sync> Sync for IntoIter<T, A> {} implementation 198 impl<T, A: Allocator> Iterator for IntoIter<T, A> { implementation 363 impl<T, A: Allocator> DoubleEndedIterator for IntoIter<T, A> { implementation 407 impl<T, A: Allocator> ExactSizeIterator for IntoIter<T, A> { implementation 418 impl<T, A: Allocator> FusedIterator for IntoIter<T, A> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/vec/ |
H A D | into_iter.rs | 45 pub struct IntoIter< struct 64 impl<T: fmt::Debug, A: Allocator> fmt::Debug for IntoIter<T, A> { implementation 70 impl<T, A: Allocator> IntoIter<T, A> { impl 186 impl<T, A: Allocator> AsRef<[T]> for IntoIter<T, A> { implementation 193 unsafe impl<T: Send, A: Allocator + Send> Send for IntoIter<T, A> {} implementation 195 unsafe impl<T: Sync, A: Allocator + Sync> Sync for IntoIter<T, A> {} implementation 198 impl<T, A: Allocator> Iterator for IntoIter<T, A> { implementation 363 impl<T, A: Allocator> DoubleEndedIterator for IntoIter<T, A> { implementation 407 impl<T, A: Allocator> ExactSizeIterator for IntoIter<T, A> { implementation 418 impl<T, A: Allocator> FusedIterator for IntoIter<T, A> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/vec/ |
H A D | into_iter.rs | 45 pub struct IntoIter< struct 64 impl<T: fmt::Debug, A: Allocator> fmt::Debug for IntoIter<T, A> { argument 70 impl<T, A: Allocator> IntoIter<T, A> { implementation 191 impl<T, A: Allocator> AsRef<[T]> for IntoIter<T, A> { implementation 198 unsafe impl<T: Send, A: Allocator + Send> Send for IntoIter<T, A> {} implementation 200 unsafe impl<T: Sync, A: Allocator + Sync> Sync for IntoIter<T, A> {} implementation 203 impl<T, A: Allocator> Iterator for IntoIter<T, A> { implementation 368 impl<T, A: Allocator> DoubleEndedIterator for IntoIter<T, A> { implementation 412 impl<T, A: Allocator> ExactSizeIterator for IntoIter<T, A> { implementation 423 impl<T, A: Allocator> FusedIterator for IntoIter<T, A> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/array/ |
H A D | iter.rs | 17 pub struct IntoIter<T, const N: usize> { struct 47 type IntoIter = IntoIter<T, N>; typedef 57 fn into_iter(self) -> Self::IntoIter { in into_iter() 76 impl<T, const N: usize> IntoIter<T, N> { implementation 236 impl<T, const N: usize> Iterator for IntoIter<T, N> { implementation 305 impl<T, const N: usize> DoubleEndedIterator for IntoIter<T, N> { implementation 354 impl<T, const N: usize> Drop for IntoIter<T, N> { implementation 364 impl<T, const N: usize> ExactSizeIterator for IntoIter<T, N> { implementation 374 impl<T, const N: usize> FusedIterator for IntoIter<T, N> {} implementation 381 unsafe impl<T, const N: usize> TrustedLen for IntoIter<T, N> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/array/ |
H A D | iter.rs | 17 pub struct IntoIter<T, const N: usize> { struct 47 type IntoIter = IntoIter<T, N>; argument 57 fn into_iter(self) -> Self::IntoIter { in into_iter() 76 impl<T, const N: usize> IntoIter<T, N> { impl 236 impl<T, const N: usize> Iterator for IntoIter<T, N> { implementation 305 impl<T, const N: usize> DoubleEndedIterator for IntoIter<T, N> { implementation 354 impl<T, const N: usize> Drop for IntoIter<T, N> { implementation 364 impl<T, const N: usize> ExactSizeIterator for IntoIter<T, N> { implementation 374 impl<T, const N: usize> FusedIterator for IntoIter<T, N> {} implementation 381 unsafe impl<T, const N: usize> TrustedLen for IntoIter<T, N> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/array/ |
H A D | iter.rs | 17 pub struct IntoIter<T, const N: usize> { struct 47 type IntoIter = IntoIter<T, N>; argument 57 fn into_iter(self) -> Self::IntoIter { in into_iter() 76 impl<T, const N: usize> IntoIter<T, N> { implementation 237 impl<T, const N: usize> Iterator for IntoIter<T, N> { implementation 306 impl<T, const N: usize> DoubleEndedIterator for IntoIter<T, N> { implementation 355 impl<T, const N: usize> Drop for IntoIter<T, N> { implementation 365 impl<T, const N: usize> ExactSizeIterator for IntoIter<T, N> { implementation 375 impl<T, const N: usize> FusedIterator for IntoIter<T, N> {} implementation 382 unsafe impl<T, const N: usize> TrustedLen for IntoIter<T, N> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/array/ |
H A D | iter.rs | 17 pub struct IntoIter<T, const N: usize> { struct 47 type IntoIter = IntoIter<T, N>; argument 57 fn into_iter(self) -> Self::IntoIter { in into_iter() 76 impl<T, const N: usize> IntoIter<T, N> { implementation 237 impl<T, const N: usize> Iterator for IntoIter<T, N> { implementation 306 impl<T, const N: usize> DoubleEndedIterator for IntoIter<T, N> { implementation 355 impl<T, const N: usize> Drop for IntoIter<T, N> { implementation 365 impl<T, const N: usize> ExactSizeIterator for IntoIter<T, N> { implementation 375 impl<T, const N: usize> FusedIterator for IntoIter<T, N> {} implementation 382 unsafe impl<T, const N: usize> TrustedLen for IntoIter<T, N> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/array/ |
H A D | iter.rs | 17 pub struct IntoIter<T, const N: usize> { struct 47 type IntoIter = IntoIter<T, N>; argument 57 fn into_iter(self) -> Self::IntoIter { in into_iter() 76 impl<T, const N: usize> IntoIter<T, N> { impl 236 impl<T, const N: usize> Iterator for IntoIter<T, N> { implementation 305 impl<T, const N: usize> DoubleEndedIterator for IntoIter<T, N> { implementation 354 impl<T, const N: usize> Drop for IntoIter<T, N> { implementation 364 impl<T, const N: usize> ExactSizeIterator for IntoIter<T, N> { implementation 374 impl<T, const N: usize> FusedIterator for IntoIter<T, N> {} implementation 381 unsafe impl<T, const N: usize> TrustedLen for IntoIter<T, N> {} implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/walkdir/src/ |
D | lib.rs | 537 type IntoIter = IntoIter; typedef 539 fn into_iter(self) -> IntoIter { in into_iter() 565 pub struct IntoIter { struct 567 opts: WalkDirOptions, 572 start: Option<PathBuf>, 578 stack_list: Vec<DirList>, 585 stack_path: Vec<Ancestor>, 590 oldest_opened: usize, 593 depth: usize, 597 deferred_dirs: Vec<DirEntry>, [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 | into_iter.rs | 17 pub struct IntoIter< struct 24 impl<T, A: Allocator> IntoIter<T, A> { argument 35 impl<T: fmt::Debug, A: Allocator> fmt::Debug for IntoIter<T, A> { implementation 42 impl<T, A: Allocator> Iterator for IntoIter<T, A> { implementation 179 impl<T, A: Allocator> DoubleEndedIterator for IntoIter<T, A> { implementation 250 impl<T, A: Allocator> ExactSizeIterator for IntoIter<T, A> { implementation 258 impl<T, A: Allocator> FusedIterator for IntoIter<T, A> {} implementation 261 unsafe impl<T, A: Allocator> TrustedLen for IntoIter<T, A> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | into_iter.rs | 17 pub struct IntoIter< struct 24 impl<T, A: Allocator> IntoIter<T, A> { impl 35 impl<T: fmt::Debug, A: Allocator> fmt::Debug for IntoIter<T, A> { implementation 42 impl<T, A: Allocator> Iterator for IntoIter<T, A> { implementation 179 impl<T, A: Allocator> DoubleEndedIterator for IntoIter<T, A> { implementation 250 impl<T, A: Allocator> ExactSizeIterator for IntoIter<T, A> { implementation 258 impl<T, A: Allocator> FusedIterator for IntoIter<T, A> {} implementation 261 unsafe impl<T, A: Allocator> TrustedLen for IntoIter<T, A> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | into_iter.rs | 17 pub struct IntoIter< struct 24 impl<T, A: Allocator> IntoIter<T, A> { implementation 35 impl<T: fmt::Debug, A: Allocator> fmt::Debug for IntoIter<T, A> { implementation 42 impl<T, A: Allocator> Iterator for IntoIter<T, A> { implementation 179 impl<T, A: Allocator> DoubleEndedIterator for IntoIter<T, A> { implementation 250 impl<T, A: Allocator> ExactSizeIterator for IntoIter<T, A> { implementation 258 impl<T, A: Allocator> FusedIterator for IntoIter<T, A> {} implementation 261 unsafe impl<T, A: Allocator> TrustedLen for IntoIter<T, A> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | into_iter.rs | 17 pub struct IntoIter< struct 24 impl<T, A: Allocator> IntoIter<T, A> { impl 35 impl<T: fmt::Debug, A: Allocator> fmt::Debug for IntoIter<T, A> { implementation 42 impl<T, A: Allocator> Iterator for IntoIter<T, A> { implementation 179 impl<T, A: Allocator> DoubleEndedIterator for IntoIter<T, A> { implementation 250 impl<T, A: Allocator> ExactSizeIterator for IntoIter<T, A> { implementation 258 impl<T, A: Allocator> FusedIterator for IntoIter<T, A> {} implementation 261 unsafe impl<T, A: Allocator> TrustedLen for IntoIter<T, A> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | into_iter.rs | 17 pub struct IntoIter< struct 24 impl<T, A: Allocator> IntoIter<T, A> { argument 35 impl<T: fmt::Debug, A: Allocator> fmt::Debug for IntoIter<T, A> { implementation 42 impl<T, A: Allocator> Iterator for IntoIter<T, A> { implementation 179 impl<T, A: Allocator> DoubleEndedIterator for IntoIter<T, A> { implementation 250 impl<T, A: Allocator> ExactSizeIterator for IntoIter<T, A> { implementation 258 impl<T, A: Allocator> FusedIterator for IntoIter<T, A> {} implementation 261 unsafe impl<T, A: Allocator> TrustedLen for IntoIter<T, A> {} implementation
|
/aosp_15_r20/system/security/keystore2/src/ |
H A D | permission.rs | 185 pub struct IntoIter { struct 186 vec: KeyPermSet, 187 pos: u8, 190 impl IntoIter { implementation 196 impl std::iter::Iterator for IntoIter { implementation 257 type IntoIter = perm::IntoIter; typedef 259 fn into_iter(self) -> Self::IntoIter { in into_iter()
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | stack.rs | 77 type IntoIter = IntoIter<T>; typedef 136 pub struct IntoIter<T: Stackable> { struct 141 impl<T: Stackable> Drop for IntoIter<T> { argument 152 impl<T: Stackable> Iterator for IntoIter<T> { implementation 168 impl<T: Stackable> DoubleEndedIterator for IntoIter<T> { implementation 178 impl<T: Stackable> ExactSizeIterator for IntoIter<T> {} implementation 280 type IntoIter = Iter<'a, T>; typedef 289 type IntoIter = IterMut<'a, T>; typedef 298 type IntoIter = Iter<'a, T>; typedef 307 type IntoIter = IterMut<'a, T>; typedef
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/ |
H A D | instance.rs | 113 type IntoIter = core::slice::Iter<'a, NormalizedCoord>; typedef 116 fn into_iter(self) -> Self::IntoIter { in into_iter() 122 type IntoIter = core::slice::Iter<'a, NormalizedCoord>; typedef 125 fn into_iter(self) -> Self::IntoIter { in into_iter() 182 type IntoIter = core::slice::Iter<'a, NormalizedCoord>; typedef 185 fn into_iter(self) -> Self::IntoIter { in into_iter() 191 type IntoIter = core::slice::IterMut<'a, NormalizedCoord>; typedef 194 fn into_iter(self) -> Self::IntoIter { in into_iter()
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/ |
D | select_all.rs | 160 type IntoIter = IntoIter<St>; typedef 162 fn into_iter(self) -> Self::IntoIter { in into_iter() 169 type IntoIter = Iter<'a, St>; typedef 171 fn into_iter(self) -> Self::IntoIter { in into_iter() 178 type IntoIter = IterMut<'a, St>; typedef 180 fn into_iter(self) -> Self::IntoIter { in into_iter() 195 pub struct IntoIter<St: Unpin>(futures_unordered::IntoIter<StreamFuture<St>>); struct 233 impl<St: Stream + Unpin> Iterator for IntoIter<St> { implementation 249 impl<St: Stream + Unpin> ExactSizeIterator for IntoIter<St> {} implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/src/buf/ |
D | iter.rs | 21 pub struct IntoIter<T> { struct 25 impl<T> IntoIter<T> { implementation 107 impl<T: Buf> Iterator for IntoIter<T> { implementation 127 impl<T: Buf> ExactSizeIterator for IntoIter<T> {} implementation
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/src/buf/ |
H A D | iter.rs | 21 pub struct IntoIter<T> { struct 25 impl<T> IntoIter<T> { argument 107 impl<T: Buf> Iterator for IntoIter<T> { implementation 127 impl<T: Buf> ExactSizeIterator for IntoIter<T> {} implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/ |
H A D | mod.rs | 1497 pub struct IntoIter< struct 1501 iter: vec::IntoIter<T, A>, argument 1504 impl<T, A: Allocator> IntoIter<T, A> { implementation 1513 impl<T: fmt::Debug, A: Allocator> fmt::Debug for IntoIter<T, A> { implementation 1520 impl<T, A: Allocator> Iterator for IntoIter<T, A> { implementation 1535 impl<T, A: Allocator> DoubleEndedIterator for IntoIter<T, A> { implementation 1543 impl<T, A: Allocator> ExactSizeIterator for IntoIter<T, A> { implementation 1550 impl<T, A: Allocator> FusedIterator for IntoIter<T, A> {} implementation 1554 unsafe impl<T, A: Allocator> TrustedFused for IntoIter<T, A> {} implementation 1557 impl<T> Default for IntoIter<T> { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/ |
H A D | mod.rs | 1497 pub struct IntoIter< struct 1501 iter: vec::IntoIter<T, A>, argument 1504 impl<T, A: Allocator> IntoIter<T, A> { implementation 1513 impl<T: fmt::Debug, A: Allocator> fmt::Debug for IntoIter<T, A> { implementation 1520 impl<T, A: Allocator> Iterator for IntoIter<T, A> { implementation 1535 impl<T, A: Allocator> DoubleEndedIterator for IntoIter<T, A> { implementation 1543 impl<T, A: Allocator> ExactSizeIterator for IntoIter<T, A> { implementation 1550 impl<T, A: Allocator> FusedIterator for IntoIter<T, A> {} implementation 1554 unsafe impl<T, A: Allocator> TrustedFused for IntoIter<T, A> {} implementation 1557 impl<T> Default for IntoIter<T> { implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/binary_heap/ |
H A D | mod.rs | 1497 pub struct IntoIter< struct 1501 iter: vec::IntoIter<T, A>, argument 1504 impl<T, A: Allocator> IntoIter<T, A> { impl 1513 impl<T: fmt::Debug, A: Allocator> fmt::Debug for IntoIter<T, A> { implementation 1520 impl<T, A: Allocator> Iterator for IntoIter<T, A> { implementation 1535 impl<T, A: Allocator> DoubleEndedIterator for IntoIter<T, A> { implementation 1543 impl<T, A: Allocator> ExactSizeIterator for IntoIter<T, A> { implementation 1550 impl<T, A: Allocator> FusedIterator for IntoIter<T, A> {} implementation 1554 unsafe impl<T, A: Allocator> TrustedFused for IntoIter<T, A> {} implementation 1557 impl<T> Default for IntoIter<T> { implementation [all …]
|