| /wasmtime-44.0.1/crates/wizer/src/ |
| H A D | rayoff.rs | 26 I: IntoIterator<Item = T>; in par_extend() 32 I: IntoIterator<Item = T>, in par_extend()
|
| /wasmtime-44.0.1/crates/environ/src/graphs/ |
| H A D | dfs.rs | 18 pub fn new(roots: impl IntoIterator<Item = Node>) -> Self { in new() 30 pub fn add_roots(&mut self, roots: impl IntoIterator<Item = Node>) { in add_roots()
|
| H A D | entity_graph.rs | 53 nodes: impl IntoIterator<Item = Node>, in new()
|
| /wasmtime-44.0.1/crates/environ/src/collections/ |
| H A D | primary_map.rs | 227 I: IntoIterator<Item = V>, in try_extend() 260 impl<K, V> IntoIterator for TryPrimaryMap<K, V> 271 impl<'a, K, V> IntoIterator for &'a TryPrimaryMap<K, V> impl 282 impl<'a, K, V> IntoIterator for &'a mut TryPrimaryMap<K, V> impl
|
| H A D | hash_map.rs | 226 impl<'a, K, V, S> IntoIterator for &'a TryHashMap<K, V, S> { impl 236 impl<'a, K, V, S> IntoIterator for &'a mut TryHashMap<K, V, S> { impl 246 impl<K, V, S> IntoIterator for TryHashMap<K, V, S> {
|
| /wasmtime-44.0.1/crates/environ/src/fact/ |
| H A D | signature.rs | 106 tys: impl IntoIterator<Item = InterfaceType>, in flatten_lowering_types() 118 tys: impl IntoIterator<Item = InterfaceType>, in flatten_lifting_types() 193 tys: impl IntoIterator<Item = InterfaceType>, in flatten_types()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/futures_and_streams/ |
| H A D | buffers.rs | 123 fn extend<I: IntoIterator<Item = T>>(&mut self, iter: I); in extend() 143 fn extend<I: IntoIterator<Item = T>>(&mut self, iter: I) { in extend() 183 fn extend<I: IntoIterator<Item = T>>(&mut self, iter: I) { in extend() 355 fn extend<I: IntoIterator<Item = T>>(&mut self, iter: I) { in extend() 430 fn extend<I: IntoIterator<Item = u8>>(&mut self, iter: I) { in extend()
|
| /wasmtime-44.0.1/cranelift/isle/isle/src/ |
| H A D | files.rs | 58 paths: impl IntoIterator<Item = P>, in from_paths() 92 pub fn from_names_and_contents(files: impl IntoIterator<Item = (String, String)>) -> Self { in from_names_and_contents()
|
| H A D | stablemapset.rs | 88 fn from_iter<T: IntoIterator<Item = (K, V)>>(iter: T) -> Self { in from_iter()
|
| /wasmtime-44.0.1/cranelift/entity/src/ |
| H A D | primary.rs | 278 impl<K, V> IntoIterator for PrimaryMap<K, V> 290 impl<'a, K, V> IntoIterator for &'a PrimaryMap<K, V> impl 302 impl<'a, K, V> IntoIterator for &'a mut PrimaryMap<K, V> impl 320 T: IntoIterator<Item = V>, in from_iter() 335 T: IntoIterator<Item = V>, in extend()
|
| H A D | boxed_slice.rs | 120 impl<'a, K, V> IntoIterator for &'a BoxedSlice<K, V> impl 132 impl<'a, K, V> IntoIterator for &'a mut BoxedSlice<K, V> impl
|
| /wasmtime-44.0.1/crates/core/src/alloc/ |
| H A D | boxed.rs | 309 iter: impl IntoIterator<Item = T>, in boxed_slice_write_iter() 326 iter: impl IntoIterator<Item = T>, in new_boxed_slice_from_iter_with_len() 336 iter: impl IntoIterator<Item = T>, in write_iter_into_builder() 401 iter: impl IntoIterator<Item = Result<T, E>>, in new_boxed_slice_from_fallible_iter() 427 iter: impl IntoIterator<Item = T>, in new_boxed_slice_from_iter()
|
| H A D | try_collect.rs | 93 I: IntoIterator<Item = T>; in try_extend() 99 I: IntoIterator<Item = T>, in try_extend()
|
| H A D | vec.rs | 385 impl<T> IntoIterator for TryVec<T> { 394 impl<'a, T> IntoIterator for &'a TryVec<T> { impl 404 impl<'a, T> IntoIterator for &'a mut TryVec<T> { impl
|
| /wasmtime-44.0.1/tests/all/ |
| H A D | limits.rs | 31 for memory in IntoIterator::into_iter([ in test_limits() 49 for table in IntoIterator::into_iter([ in test_limits() 139 for memory in IntoIterator::into_iter([ in test_limits_async() 158 for table in IntoIterator::into_iter([ in test_limits_async() 203 for memory in IntoIterator::into_iter([ in test_limits_memory_only() 221 for table in IntoIterator::into_iter([ in test_limits_memory_only() 284 for memory in IntoIterator::into_iter([ in test_limits_table_only() 295 for table in IntoIterator::into_iter([ in test_limits_table_only()
|
| /wasmtime-44.0.1/cranelift/bitset/src/ |
| H A D | scalar.rs | 492 impl<T> IntoIterator for ScalarBitSet<T> 506 impl<'a, T> IntoIterator for &'a ScalarBitSet<T> impl
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/wave/ |
| H A D | component.rs | 177 vals: impl IntoIterator<Item = Self>, in make_list() 186 fields: impl IntoIterator<Item = (&'a str, Self)>, in make_record() 199 vals: impl IntoIterator<Item = Self>, in make_tuple() 242 names: impl IntoIterator<Item = &'a str>, in make_flags()
|
| H A D | core.rs | 63 vals: impl IntoIterator<Item = Self>, in make_tuple()
|
| /wasmtime-44.0.1/crates/wasi-config/src/ |
| H A D | lib.rs | 85 fn from_iter<I: IntoIterator<Item = (S, S)>>(iter: I) -> Self { in from_iter()
|
| /wasmtime-44.0.1/cranelift/codegen/src/ir/ |
| H A D | debug_tags.rs | 79 pub fn set(&mut self, inst: Inst, tags: impl IntoIterator<Item = DebugTag>) { in set()
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/ |
| H A D | profiling.rs | 114 modules: impl IntoIterator<Item = (String, Module)>, in new() 186 extra_modules: impl IntoIterator<Item = (String, Module)>, in new_component()
|
| H A D | types.rs | 1889 pub fn new(engine: &Engine, fields: impl IntoIterator<Item = FieldType>) -> Result<Self> { in new() 1912 fields: impl IntoIterator<Item = FieldType>, in with_finality_and_supertype() 2407 params: impl IntoIterator<Item = ValType>, in new() 2408 results: impl IntoIterator<Item = ValType>, in new() 2418 params: impl IntoIterator<Item = ValType>, in try_new() 2419 results: impl IntoIterator<Item = ValType>, in try_new() 2443 params: impl IntoIterator<Item = ValType>, in with_finality_and_supertype() 2444 results: impl IntoIterator<Item = ValType>, in with_finality_and_supertype() 2819 pub fn new(engine: &Engine, fields: impl IntoIterator<Item = ValType>) -> Result<ExnType> { in new() 2849 fields: impl IntoIterator<Item = ValType>, in _new()
|
| /wasmtime-44.0.1/crates/environ/src/ |
| H A D | graphs.rs | 123 items: impl IntoIterator<Item = T>, in extend_with_range()
|
| /wasmtime-44.0.1/crates/cranelift/src/translate/ |
| H A D | translation_utils.rs | 47 params: impl IntoIterator<Item = wasmparser::ValType>, in block_with_params()
|
| /wasmtime-44.0.1/cranelift/codegen/src/egraph/ |
| H A D | cost.rs | 120 pub(crate) fn of_pure_op(op: Opcode, operand_costs: impl IntoIterator<Item = Self>) -> Self { in of_pure_op()
|