Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go806 type ruleFunc struct { struct
807 pctx *packageContext
808 name_ string
809 paramsFunc func(interface{}) (RuleParams, error)
810 argNames map[string]bool
811 scope_ *basicScope
812 fullName_ string
813 sync.Mutex // protects scope_ during lazy creation
872 func (r *ruleFunc) packageContext() *packageContext {
876 func (r *ruleFunc) name() string {
[all …]