Home
last modified time | relevance | path

Searched refs:Iter (Results 1 – 25 of 31) sorted by relevance

12

/wasmtime-44.0.1/crates/wizer/src/
H A Drayoff.rs9 type Iter: Iterator<Item = Self::Item> + ParallelIterator; typedef
11 fn into_par_iter(self) -> Self::Iter; in into_par_iter() argument
16 type Iter = Range<usize>; typedef
18 fn into_par_iter(self) -> Self::Iter { in into_par_iter() argument
/wasmtime-44.0.1/cranelift/entity/src/
H A Diter.rs10 pub struct Iter<'a, K: EntityRef, V> struct
14 enumerate: Enumerate<slice::Iter<'a, V>>, argument
18 impl<'a, K: EntityRef, V> Iter<'a, K, V> { implementation
21 pub fn new(iter: slice::Iter<'a, V>) -> Self { in new()
29 impl<'a, K: EntityRef, V> Iterator for Iter<'a, K, V> { implementation
41 impl<'a, K: EntityRef, V> DoubleEndedIterator for Iter<'a, K, V> { implementation
47 impl<'a, K: EntityRef, V> ExactSizeIterator for Iter<'a, K, V> {} implementation
H A Dboxed_slice.rs4 use crate::iter::{Iter, IterMut};
72 pub fn values(&self) -> slice::Iter<'_, V> { in values()
82 pub fn iter(&self) -> Iter<'_, K, V> { in iter()
83 Iter::new(self.elems.iter()) in iter()
125 type IntoIter = Iter<'a, K, V>;
128 Iter::new(self.elems.iter()) in into_iter()
H A Dprimary.rs4 use crate::iter::{IntoIter, Iter, IterMut};
104 pub fn values(&self) -> slice::Iter<'_, V> { in values()
119 pub fn iter(&self) -> Iter<'_, K, V> { in iter()
120 Iter::new(self.elems.iter()) in iter()
295 type IntoIter = Iter<'a, K, V>;
298 Iter::new(self.elems.iter()) in into_iter()
H A Dmap.rs4 use crate::iter::{Iter, IterMut};
156 pub fn iter(&self) -> Iter<'_, K, V> { in iter()
157 Iter::new(self.elems.iter()) in iter()
171 pub fn values(&self) -> slice::Iter<'_, V> { in values()
H A Dsparse.rs197 pub fn values(&self) -> slice::Iter<'_, V> { in values()
236 type IntoIter = slice::Iter<'a, V>;
H A Dset.rs182 inner: cranelift_bitset::compound::Iter<'a>,
H A Dlib.rs283 pub use self::iter::{IntoIter, Iter, IterMut};
/wasmtime-44.0.1/cranelift/bitset/src/
H A Dscalar.rs487 pub fn iter(self) -> Iter<T> { in iter()
488 Iter { bitset: self } in iter()
498 type IntoIter = Iter<T>;
512 type IntoIter = Iter<T>;
584 pub struct Iter<T> { struct
588 impl<T> Iterator for Iter<T> implementation
600 impl<T> DoubleEndedIterator for Iter<T> implementation
610 impl<T> ExactSizeIterator for Iter<T> implementation
H A Dcompound.rs503 pub fn iter(&self) -> Iter<'_, T> { in iter()
504 Iter { in iter()
559 type IntoIter = Iter<'a, T>;
568 pub struct Iter<'a, T = usize> { struct
571 sub: Option<scalar::Iter<T>>, argument
574 impl<T: ScalarBitSetStorage> Iterator for Iter<'_, T> { implementation
/wasmtime-44.0.1/crates/wasi/src/p2/host/
H A Dnetwork.rs198 type Iter = <std::net::SocketAddr as std::net::ToSocketAddrs>::Iter; typedef
200 fn to_socket_addrs(&self) -> io::Result<Self::Iter> { in to_socket_addrs() argument
206 type Iter = <std::net::SocketAddrV4 as std::net::ToSocketAddrs>::Iter; typedef
208 fn to_socket_addrs(&self) -> io::Result<Self::Iter> { in to_socket_addrs() argument
214 type Iter = <std::net::SocketAddrV6 as std::net::ToSocketAddrs>::Iter; typedef
216 fn to_socket_addrs(&self) -> io::Result<Self::Iter> { in to_socket_addrs() argument
/wasmtime-44.0.1/crates/wasi/src/p3/sockets/
H A Dconv.rs84 type Iter = <SocketAddr as ToSocketAddrs>::Iter; typedef
86 fn to_socket_addrs(&self) -> std::io::Result<Self::Iter> { in to_socket_addrs() argument
92 type Iter = <SocketAddrV4 as ToSocketAddrs>::Iter; typedef
94 fn to_socket_addrs(&self) -> std::io::Result<Self::Iter> { in to_socket_addrs() argument
100 type Iter = <SocketAddrV6 as ToSocketAddrs>::Iter; typedef
102 fn to_socket_addrs(&self) -> std::io::Result<Self::Iter> { in to_socket_addrs() argument
/wasmtime-44.0.1/crates/environ/src/collections/
H A Dprimary_map.rs137 pub fn values(&self) -> core::slice::Iter<'_, V> { in values()
152 pub fn iter(&self) -> cranelift_entity::Iter<'_, K, V> { in iter()
276 type IntoIter = cranelift_entity::Iter<'a, K, V>;
H A Dhash_map.rs155 pub fn iter(&self) -> inner::Iter<'_, K, V> { in iter()
229 type IntoIter = inner::Iter<'a, K, V>;
H A Dsecondary_map.rs98 pub fn iter(&self) -> cranelift_entity::Iter<'_, K, V> { in iter()
113 pub fn values(&self) -> core::slice::Iter<'_, V> { in values()
H A Dhash_set.rs93 pub fn iter(&self) -> inner::Iter<'_, T> { in iter()
H A Dindex_map.rs179 pub fn iter(&self) -> inner::Iter<'_, K, V> { in iter()
784 type IntoIter = inner::Iter<'a, K, V>;
/wasmtime-44.0.1/cranelift/codegen/meta/src/
H A Dunique_table.rs35 pub fn iter(&self) -> slice::Iter<'_, &'entries T> { in iter()
80 pub fn iter(&self) -> slice::Iter<'_, T> { in iter()
/wasmtime-44.0.1/cranelift/codegen/src/ir/
H A Djumptable.rs10 use core::slice::{Iter, IterMut};
71 pub fn iter(&self) -> Iter<'_, BlockCall> { in iter()
H A Dconstant.rs16 use core::slice::Iter;
95 pub fn iter(&self) -> Iter<'_, u8> { in iter()
/wasmtime-44.0.1/crates/environ/src/graphs/
H A Dentity_graph.rs92 = iter::Copied<core::slice::Iter<'a, Node>>
/wasmtime-44.0.1/crates/c-api/src/types/
H A Dfunc.rs56 Lazy(std::slice::Iter<'a, ValType>),
/wasmtime-44.0.1/crates/wasmtime/src/compile/
H A Dstratify.rs222 = core::iter::Copied<core::slice::Iter<'a, Function>>
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dvalues.rs7 use core::slice::{Iter, IterMut};
103 src: &mut Iter<'_, ValRaw>, in lift()
941 src: &mut Iter<'_, ValRaw>, in lift_flat_pointer_pair()
1072 src: &mut Iter<'_, ValRaw>, in lift_variant()
1189 fn next<'a>(src: &mut Iter<'a, ValRaw>) -> &'a ValRaw { in next()
/wasmtime-44.0.1/cranelift/isle/isle/src/
H A Dcodegen.rs11 use std::slice::Iter;
76 Cases(Iter<'a, EvalStep>),
77 Arms(BindingId, Iter<'a, MatchArm>),

12