Lines Matching refs:current_interface
413 generator.current_interface = Some((*id, name, false)); in import()
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()
3181 if let Some((cur, _, _)) = self.current_interface { in path_to_interface()