Home
last modified time | relevance | path

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

/aosp_15_r20/build/blueprint/
H A Dpackage_ctx.go758 type ruleFunc struct { struct
759 pctx *packageContext
760 name_ string
761 paramsFunc func(interface{}) (RuleParams, error)
762 argNames map[string]bool
763 scope_ *basicScope
764 sync.Mutex // protects scope_ during lazy creation
823 func (r *ruleFunc) packageContext() *packageContext {
827 func (r *ruleFunc) name() string {
831 func (r *ruleFunc) fullName(pkgNames map[*packageContext]string) string {
[all …]