Searched refs:current_interface (Results 1 – 1 of 1) sorted by relevance
| /wasmtime-44.0.1/crates/wit-bindgen/src/ |
| H A D | lib.rs | 540 generator.current_interface = Some((*id, name, true)); in export() 1592 current_interface: Option<(InterfaceId, &'a WorldKey, bool)>, field 1602 current_interface: None, in new() 1608 match self.current_interface { in types_imported() 1658 let replacement = match self.current_interface { in type_resource() 2387 self.current_interface.map(|p| p.1), in generate_add_to_linker() 2406 self.current_interface.map(|p| p.1), in import_resource_drop_flags() 2414 self.current_interface.map(|p| p.1), in generate_add_function_to_linker() 2885 if let Some((_, key, is_export)) = self.current_interface { in path_to_root() 2905 let key = self.current_interface.map(|p| p.1); in partition_concurrent_funcs() [all …]
|