Searched refs:importPath (Results 1 – 5 of 5) sorted by relevance
118 return c.file.importPath275 importPath GoImportPath // Import path of this file's package. member525 importPath := obj.GoImportPath()526 if importPath == g.outputImportPath {529 return string(g.GoPackageName(importPath)) + "."533 func (g *Generator) GoPackageName(importPath GoImportPath) GoPackageName {534 if name, ok := g.packageNames[importPath]; ok {537 name := cleanPackageName(baseName(string(importPath)))541 g.packageNames[importPath] = name548 func (g *Generator) AddImport(importPath GoImportPath) GoPackageName {[all …]
94 importPath GoImportPath102 if got := g.GoPackageName(test.importPath); got != test.want {103 t.Errorf("GoPackageName(%v) = %v, want %v", test.importPath, got, test.want)
30 val fqImportName = element.importPath?.fqName ?: return@filter false in <lambda>()
117 it !is KtImportDirective || it.importPath !in importsToIgnore in processImports()
151 …String importPath = "//ldml/collations/collation[@visibility=\"external\"][@type=\"" + collationTy… in _getRuleBasedCollator() local152 if (collationFile.isHere(importPath)) { in _getRuleBasedCollator()153 String fullPath = collationFile.getFullXPath(importPath); in _getRuleBasedCollator()