Home
last modified time | relevance | path

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

/build/blueprint/
Dpackage_ctx.go904 type builtinRule struct { struct
910 func (r *builtinRule) packageContext() *packageContext { argument
914 func (r *builtinRule) name() string { argument
918 func (r *builtinRule) fullName(pkgNames map[*packageContext]string) string { argument
922 func (r *builtinRule) memoizeFullName(pkgNames map[*packageContext]string) { argument
926 func (r *builtinRule) def(config interface{}) (*ruleDef, error) { argument
930 func (r *builtinRule) scope() *basicScope { argument
940 func (r *builtinRule) isArg(argName string) bool { argument
944 func (r *builtinRule) String() string { argument
950 return &builtinRule{
Dscope.go151 _, isBuiltin := rule.(*builtinRule)