Searched defs:staticRule (Results 1 – 1 of 1) sorted by relevance
615 type staticRule struct { struct616 pctx *packageContext617 name_ string618 params RuleParams619 argNames map[string]bool620 scope_ *basicScope621 sync.Mutex // protects scope_ during lazy creation679 func (r *staticRule) packageContext() *packageContext {683 func (r *staticRule) name() string {687 func (r *staticRule) fullName(pkgNames map[*packageContext]string) string {[all …]