Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go828 type builtinRule struct { struct
834 func (r *builtinRule) packageContext() *packageContext { argument
838 func (r *builtinRule) name() string { argument
842 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string { argument
846 func (r *builtinRule) def(config interface{}) (*ruleDef, error) { argument
850 func (r *builtinRule) scope() *basicScope { argument
860 func (r *builtinRule) isArg(argName string) bool { argument
864 func (r *builtinRule) String() string { argument
870 return &builtinRule{
Dscope.go148 _, isBuiltin := rule.(*builtinRule)