Home
last modified time | relevance | path

Searched refs:GoImportPath (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/protoc-gen-go/generator/
Dname_test.go63 impPath GoImportPath
91 g.packageNames = make(map[GoImportPath]GoPackageName)
94 importPath GoImportPath
Dgenerator.go98 type GoImportPath string type
100 func (p GoImportPath) String() string { return strconv.Quote(string(p)) }
117 func (c *common) GoImportPath() GoImportPath { func
275 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:]), true
306 return GoImportPath(opt), cleanPackageName(opt[slash+1:]), true
396 GoImportPath() GoImportPath methodSpec
415 outputImportPath GoImportPath // Package we're generating code for.
420 packageNames map[GoImportPath]GoPackageName // Imported package names in the current file.
[all …]