Searched defs:staticRule (Results 1 – 2 of 2) sorted by relevance
653 type staticRule struct { struct654 pctx *packageContext655 name_ string656 params RuleParams657 argNames map[string]bool658 scope_ *basicScope659 sync.Mutex // protects scope_ during lazy creation717 func (r *staticRule) packageContext() *packageContext {721 func (r *staticRule) name() string {725 func (r *staticRule) fullName(pkgNames map[*packageContext]string) string {[all …]
36 static Rule staticRule( in staticRule() method in Rule