Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go827 type builtinRule struct { struct
828 name_ string
829 scope_ *basicScope
830 sync.Mutex // protects scope_ during lazy creation
833 func (r *builtinRule) packageContext() *packageContext {
837 func (r *builtinRule) name() string {
841 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string {
845 func (r *builtinRule) def(config interface{}) (*ruleDef, error) {
849 func (r *builtinRule) scope() *basicScope {
859 func (r *builtinRule) isArg(argName string) bool {
[all …]