Home
last modified time | relevance | path

Searched defs:ruleFunc (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/
Dpackage_ctx.go718 type ruleFunc struct { struct
719 pctx *packageContext
720 name_ string
721 paramsFunc func(interface{}) (RuleParams, error)
722 argNames map[string]bool
723 scope_ *basicScope
724 sync.Mutex // protects scope_ during lazy creation
783 func (r *ruleFunc) packageContext() *packageContext {
787 func (r *ruleFunc) name() string {
791 func (r *ruleFunc) fullName(pkgNames map[*packageContext]string) string {
[all …]