Home
last modified time | relevance | path

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

/build/blueprint/
Dscope.go377 type localRule struct { struct
378 namePrefix string
379 name_ string
380 def_ *ruleDef
381 argNames map[string]bool
382 scope_ *basicScope
385 func (l *localRule) packageContext() *packageContext {
389 func (l *localRule) name() string {
393 func (l *localRule) fullName(pkgNames map[*packageContext]string) string {
397 func (l *localRule) def(interface{}) (*ruleDef, error) {
[all …]