Searched refs:GoPackageName (Results 1 – 2 of 2) sorted by relevance
/external/golang-protobuf/protoc-gen-go/generator/ |
D | name_test.go | 64 pkg GoPackageName 91 g.packageNames = make(map[GoImportPath]GoPackageName) 92 g.usedPackageNames = make(map[GoPackageName]bool) 95 want GoPackageName 102 if got := g.GoPackageName(test.importPath); got != test.want {
|
D | generator.go | 103 type GoPackageName string type 276 packageName GoPackageName // Name of this file's Go package. 293 func (d *FileDescriptor) goPackageOption() (impPath GoImportPath, pkg GoPackageName, ok bool) { 343 GenerateAlias(g *Generator, filename string, pkg GoPackageName) argument 359 func (ms *messageSymbol) GenerateAlias(g *Generator, filename string, pkg GoPackageName) { 372 func (es enumSymbol) GenerateAlias(g *Generator, filename string, pkg GoPackageName) { 386 func (cs constOrVarSymbol) GenerateAlias(g *Generator, filename string, pkg GoPackageName) { 420 packageNames map[GoImportPath]GoPackageName // Imported package names in the current file. 422 usedPackageNames map[GoPackageName]bool // Package names used in the current file. 529 return string(g.GoPackageName(importPath)) + "." [all …]
|