Home
last modified time | relevance | path

Searched defs:IntoIter (Results 1 – 17 of 17) sorted by relevance

/wasmtime-44.0.1/cranelift/entity/src/
H A Diter.rs90 pub struct IntoIter<K: EntityRef, V> { struct
91 enumerate: Enumerate<vec::IntoIter<V>>, argument
95 impl<K: EntityRef, V> IntoIter<K, V> { impl
106 impl<K: EntityRef, V> Iterator for IntoIter<K, V> { implementation
118 impl<K: EntityRef, V> DoubleEndedIterator for IntoIter<K, V> { implementation
124 impl<K: EntityRef, V> ExactSizeIterator for IntoIter<K, V> {} implementation
H A Dboxed_slice.rs125 type IntoIter = Iter<'a, K, V>; typedef
127 fn into_iter(self) -> Self::IntoIter { in into_iter()
137 type IntoIter = IterMut<'a, K, V>; typedef
139 fn into_iter(self) -> Self::IntoIter { in into_iter()
H A Dprimary.rs283 type IntoIter = IntoIter<K, V>; typedef
285 fn into_iter(self) -> Self::IntoIter { in into_iter()
295 type IntoIter = Iter<'a, K, V>; typedef
297 fn into_iter(self) -> Self::IntoIter { in into_iter()
307 type IntoIter = IterMut<'a, K, V>; typedef
309 fn into_iter(self) -> Self::IntoIter { in into_iter()
H A Dsparse.rs236 type IntoIter = slice::Iter<'a, V>; typedef
238 fn into_iter(self) -> Self::IntoIter { in into_iter()
/wasmtime-44.0.1/crates/environ/src/collections/
H A Dhash_map.rs229 type IntoIter = inner::Iter<'a, K, V>; typedef
231 fn into_iter(self) -> Self::IntoIter { in into_iter()
239 type IntoIter = inner::IterMut<'a, K, V>; typedef
241 fn into_iter(self) -> Self::IntoIter { in into_iter()
249 type IntoIter = inner::IntoIter<K, V>; typedef
251 fn into_iter(self) -> Self::IntoIter { in into_iter()
H A Dprimary_map.rs265 type IntoIter = cranelift_entity::IntoIter<K, V>; typedef
266 fn into_iter(self) -> Self::IntoIter { in into_iter()
276 type IntoIter = cranelift_entity::Iter<'a, K, V>; typedef
277 fn into_iter(self) -> Self::IntoIter { in into_iter()
287 type IntoIter = cranelift_entity::IterMut<'a, K, V>; typedef
288 fn into_iter(self) -> Self::IntoIter { in into_iter()
H A Dbtree_map.rs213 type IntoIter = BTreeMapIter<'a, K, V>; typedef
215 fn into_iter(self) -> Self::IntoIter { in into_iter()
250 type IntoIter = BTreeMapIterMut<'a, K, V>; typedef
252 fn into_iter(self) -> Self::IntoIter { in into_iter()
294 type IntoIter = BTreeMapIntoIter<K, V>; typedef
296 fn into_iter(self) -> Self::IntoIter { in into_iter()
H A Dindex_map.rs784 type IntoIter = inner::Iter<'a, K, V>; typedef
786 fn into_iter(self) -> Self::IntoIter { in into_iter()
793 type IntoIter = inner::IterMut<'a, K, V>; typedef
795 fn into_iter(self) -> Self::IntoIter { in into_iter()
802 type IntoIter = inner::IntoIter<K, V>; typedef
804 fn into_iter(self) -> Self::IntoIter { in into_iter()
/wasmtime-44.0.1/cranelift/bitset/src/
H A Dscalar.rs498 type IntoIter = Iter<T>; typedef
501 fn into_iter(self) -> Self::IntoIter { in into_iter()
512 type IntoIter = Iter<T>; typedef
515 fn into_iter(self) -> Self::IntoIter { in into_iter()
H A Dcompound.rs559 type IntoIter = Iter<'a, T>; typedef
562 fn into_iter(self) -> Self::IntoIter { in into_iter()
/wasmtime-44.0.1/crates/core/src/alloc/
H A Dvec.rs387 type IntoIter = std_alloc::vec::IntoIter<T>; typedef
389 fn into_iter(self) -> Self::IntoIter { in into_iter()
397 type IntoIter = core::slice::Iter<'a, T>; typedef
399 fn into_iter(self) -> Self::IntoIter { in into_iter()
407 type IntoIter = core::slice::IterMut<'a, T>; typedef
409 fn into_iter(self) -> Self::IntoIter { in into_iter()
/wasmtime-44.0.1/cranelift/isle/isle/isle_examples/link/
H A Dmulti_extractor_main.rs43 type IntoIter = It; typedef
H A Dmulti_constructor_main.rs34 type IntoIter = It; typedef
/wasmtime-44.0.1/crates/wasi/src/p2/
H A Dfilesystem.rs415 type IntoIter = Box<dyn Iterator<Item = Self::Item> + Send>; typedef
417 fn into_iter(self) -> Self::IntoIter { in into_iter()
/wasmtime-44.0.1/cranelift/codegen/src/
H A Dopts.rs124 type IntoIter = Self; typedef
183 type IntoIter = Self; typedef
/wasmtime-44.0.1/pulley/src/
H A Dregs.rs270 type IntoIter = UpperRegSetIntoIter<R>; typedef
272 fn into_iter(self) -> Self::IntoIter { in into_iter()
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Dlayout.rs394 type IntoIter = Blocks<'f>; typedef