Searched refs:InterfaceName (Results 1 – 1 of 1) sorted by relevance
| /wasmtime-44.0.1/crates/wit-bindgen/src/ |
| H A D | lib.rs | 41 enum InterfaceName { enum 76 interface_names: HashMap<InterfaceId, InterfaceName>, 89 name: InterfaceName, 96 modules: Vec<(InterfaceId, String, InterfaceName)>, 266 InterfaceName::Remapped { in name_interface() 271 InterfaceName::Path(path) in name_interface() 435 InterfaceName::Path(_) => unreachable!(), in import() 1064 InterfaceName::Path(path) => path, in emit_modules() 1309 InterfaceName::Path(path) => path.join("::"), in import_interface_paths() 1319 InterfaceName::Path(path) => path.join("::"), in import_interface_path() [all …]
|