Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go673 type staticRule struct { struct
674 pctx *packageContext
675 name_ string
676 params RuleParams
677 argNames map[string]bool
678 scope_ *basicScope
679 fullName_ string
680 sync.Mutex // protects scope_ during lazy creation
738 func (r *staticRule) packageContext() *packageContext {
742 func (r *staticRule) name() string {
[all …]