Home
last modified time | relevance | path

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

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