Searched defs:staticRule (Results 1 – 1 of 1) sorted by relevance
612 type staticRule struct { struct613 pctx *packageContext614 name_ string615 params RuleParams616 argNames map[string]bool617 scope_ *basicScope618 sync.Mutex // protects scope_ during lazy creation676 func (r *staticRule) packageContext() *packageContext {680 func (r *staticRule) name() string {684 func (r *staticRule) fullName(pkgNames map[*packageContext]string) string {[all …]