Searched refs:PkgPath (Results 1 – 9 of 9) sorted by relevance
/build/blueprint/bootstrap/bpdoc/ |
D | bpdoc.go | 36 PkgPath string member 85 pkg := pkgMap[mtInfo.PkgPath] 88 pkg, err = r.Package(mtInfo.PkgPath) 92 pkgMap[mtInfo.PkgPath] = pkg 123 if t.PkgPath() == "" { 126 ps, err := r.PropertyStruct(t.PkgPath(), t.Name(), v) 136 if nestedType.PkgPath() == "" { 139 nested, err := r.PropertyStruct(nestedType.PkgPath(), nestedType.Name(), nestedValue) 172 if field.PkgPath != "" {
|
D | reader_test.go | 66 if mt.PkgPath != pkgPath { 67 t.Errorf("expected pkgpath %q, got %q", pkgPath, mt.PkgPath)
|
D | reader.go | 79 PkgPath: pkgPath,
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 228 PkgPath string 273 return g.properties.PkgPath 305 if g.properties.PkgPath == "" { 312 filepath.FromSlash(g.properties.PkgPath)+".a") 321 if hasPlugins && !buildGoPluginLoader(ctx, g.properties.PkgPath, pluginSrc) { 336 filepath.FromSlash(g.properties.PkgPath)+".a") 338 g.properties.PkgPath, srcs, genSrcs, 342 buildGoPackage(ctx, g.pkgRoot, g.properties.PkgPath, g.archiveFile,
|
D | writedocs.go | 57 pkgFiles[m.properties.PkgPath] = pathtools.PrefixPaths(m.properties.Srcs,
|
/build/blueprint/proptools/ |
D | clone.go | 37 if field.PkgPath != "" { 131 if field.PkgPath != "" { 189 if field.PkgPath != "" {
|
D | extend.go | 245 if srcField.PkgPath != "" {
|
/build/blueprint/ |
D | unpack.go | 140 if field.PkgPath != "" {
|
D | context.go | 438 return typ.PkgPath() 446 return typ.PkgPath() + "." + typ.Name() 3070 PkgPath string member 3104 PkgPath: pkg.pkgPath, 3584 {{.PkgName}} [from Go package {{.PkgPath}}]{{end}}{{end}}
|