Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go827 type builtinRule struct { struct
833 func (r *builtinRule) packageContext() *packageContext { argument
837 func (r *builtinRule) name() string { argument
841 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string { argument
845 func (r *builtinRule) def(config interface{}) (*ruleDef, error) { argument
849 func (r *builtinRule) scope() *basicScope { argument
859 func (r *builtinRule) isArg(argName string) bool { argument
863 func (r *builtinRule) String() string { argument
869 return &builtinRule{
Dscope.go148 _, isBuiltin := rule.(*builtinRule)