Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go786 type ruleFunc struct { struct
787 pctx *packageContext
788 name_ string
789 paramsFunc func(interface{}) (RuleParams, error)
790 argNames map[string]bool
791 scope_ *basicScope
792 fullName_ string
793 sync.Mutex // protects scope_ during lazy creation
852 func (r *ruleFunc) packageContext() *packageContext {
856 func (r *ruleFunc) name() string {
[all …]