Searched refs:fullName (Results 1 – 5 of 5) sorted by relevance
77 fullName string member113 fullName: pkgName,291 func (v *staticVariable) fullName(pkgNames map[*packageContext]string) string { func391 func (v *variableFunc) fullName(pkgNames map[*packageContext]string) string { func451 func (v *argVariable) fullName(pkgNames map[*packageContext]string) string { func503 func (p *staticPool) fullName(pkgNames map[*packageContext]string) string { func562 func (p *poolFunc) fullName(pkgNames map[*packageContext]string) string { func594 func (p *builtinPool) fullName(pkgNames map[*packageContext]string) string { func685 func (r *staticRule) fullName(pkgNames map[*packageContext]string) string { func791 func (r *ruleFunc) fullName(pkgNames map[*packageContext]string) string { func[all …]
30 fullName(pkgNames map[*packageContext]string) string // "pkg.foo" or "path.to.pkg.foo" methodSpec40 fullName(pkgNames map[*packageContext]string) string // "pkg.foo" or "path.to.pkg.foo" methodSpec50 fullName(pkgNames map[*packageContext]string) string // "pkg.foo" or "path.to.pkg.foo" methodSpec365 func (l *localVariable) fullName(pkgNames map[*packageContext]string) string { func393 func (l *localRule) fullName(pkgNames map[*packageContext]string) string { func
237 err = nw.ScopedAssign("pool", r.Pool.fullName(pkgNames))377 rule = b.Rule.fullName(pkgNames)399 args[argVar.fullName(pkgNames)] = value.Value(pkgNames)
2892 pkgNames[pctx] = pctx.fullName2935 curName := v.fullName(pkgNames)2939 nextName := next.fullName(pkgNames)2990 ruleName := buildDef.Rule.fullName(c.pkgNames)3004 ruleName := buildDef.Rule.fullName(c.pkgNames)3367 fullName(pkgNames map[*packageContext]string) string methodSpec3380 iName := s.entities[i].fullName(s.pkgNames)3381 jName := s.entities[j].fullName(s.pkgNames)3407 err := nw.Assign(v.fullName(c.pkgNames), value.Value(c.pkgNames))3450 name := pool.fullName(c.pkgNames)[all …]
301 str.WriteString(v.fullName(pkgNames))