Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go720 type ruleFunc struct { struct
721 pctx *packageContext
722 name_ string
723 paramsFunc func(interface{}) (RuleParams, error)
724 argNames map[string]bool
725 scope_ *basicScope
726 sync.Mutex // protects scope_ during lazy creation
785 func (r *ruleFunc) packageContext() *packageContext {
789 func (r *ruleFunc) name() string {
793 func (r *ruleFunc) fullName(pkgNames map[*packageContext]string) string {
[all …]