Searched refs:GoImportPath (Results 1 – 2 of 2) sorted by relevance
63 impPath GoImportPath91 g.packageNames = make(map[GoImportPath]GoPackageName)94 importPath GoImportPath
98 type GoImportPath string type100 func (p GoImportPath) String() string { return strconv.Quote(string(p)) }117 func (c *common) GoImportPath() GoImportPath { func275 importPath GoImportPath // Import path of this file's package.293 func (d *FileDescriptor) goPackageOption() (impPath GoImportPath, pkg GoPackageName, ok bool) {301 return GoImportPath(opt[:sc]), cleanPackageName(opt[sc+1:]), true306 return GoImportPath(opt), cleanPackageName(opt[slash+1:]), true396 GoImportPath() GoImportPath methodSpec415 outputImportPath GoImportPath // Package we're generating code for.420 packageNames map[GoImportPath]GoPackageName // Imported package names in the current file.[all …]