Searched refs:ImportPath (Results 1 – 1 of 1) sorted by relevance
99 let index = inliner.runtime_import(&ImportPath { in run()118 let path = ImportPath::root(index); in run()168 import_path_interner: HashMap<ImportPath<'a>, RuntimeImportIndex>,254 struct ImportPath<'a> { struct281 Import(ImportPath<'a>, TypeModuleIndex),310 Import(ImportPath<'a>),334 Import(ImportPath<'a>, TypeComponentInstanceIndex),1884 impl<'a> ImportPath<'a> { impl1885 fn root(index: ImportIndex) -> ImportPath<'a> { in root()1886 ImportPath { in root()[all …]