Home
last modified time | relevance | path

Searched refs:importPath (Results 1 – 5 of 5) sorted by relevance

/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go118 return c.file.importPath
275 importPath GoImportPath // Import path of this file's package. member
525 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] = name
548 func (g *Generator) AddImport(importPath GoImportPath) GoPackageName {
[all …]
Dname_test.go94 importPath GoImportPath
102 if got := g.GoPackageName(test.importPath); got != test.want {
103 t.Errorf("GoPackageName(%v) = %v, want %v", test.importPath, got, test.want)
/external/dokka/core/src/main/kotlin/Samples/
DDevsiteSampleProcessingService.kt30 val fqImportName = element.importPath?.fqName ?: return@filter false in <lambda>()
DKotlinWebsiteSampleProcessingService.kt117 it !is KtImportDirective || it.importPath !in importsToIgnore in processImports()
/external/cldr/tools/java/org/unicode/cldr/util/
DICUServiceBuilder.java151 …String importPath = "//ldml/collations/collation[@visibility=\"external\"][@type=\"" + collationTy… in _getRuleBasedCollator() local
152 if (collationFile.isHere(importPath)) { in _getRuleBasedCollator()
153 String fullPath = collationFile.getFullXPath(importPath); in _getRuleBasedCollator()