OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:importPath
(Results
1 - 4
of
4
) sorted by null
/external/golang-protobuf/protoc-gen-go/generator/
name_test.go
94
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)
generator.go
118
return c.file.
importPath
275
importPath
GoImportPath // Import path of this file's package.
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
...]
/external/cldr/tools/java/org/unicode/cldr/util/
ICUServiceBuilder.java
137
String
importPath
= "//ldml/collations/collation[@visibility=\"external\"][@type=\"" + collationType + "\"]/import[@type=\"standard\"]";
138
if (collationFile.isHere(
importPath
)) {
139
String fullPath = collationFile.getFullXPath(
importPath
);
[
all
...]
/external/kotlinc/lib/
kotlin-compiler.jar
Completed in 115 milliseconds