Searched refs:InterfaceId (Results 1 – 2 of 2) sorted by relevance
| /wasmtime-44.0.1/crates/wit-bindgen/src/ |
| H A D | lib.rs | 76 interface_names: HashMap<InterfaceId, InterfaceName>, 77 interface_last_seen_as_import: HashMap<InterfaceId, bool>, 83 interface_link_options: HashMap<InterfaceId, LinkOptionsBuilder>, 87 id: InterfaceId, 96 modules: Vec<(InterfaceId, String, InterfaceName)>, 245 id: InterfaceId, in name_interface() argument 1144 UnversionedInterface(InterfaceId), in lookup_keys() 1145 VersionedInterface(InterfaceId), in lookup_keys() 1317 fn import_interface_path(&self, id: &InterfaceId) -> String { in import_interface_path() 1614 fn types(&mut self, id: InterfaceId) { in types() argument [all …]
|
| H A D | rust.rs | 16 fn path_to_interface(&self, interface: InterfaceId) -> Option<String>; in path_to_interface() 17 fn is_imported_interface(&self, interface: InterfaceId) -> bool; in is_imported_interface()
|