Home
last modified time | relevance | path

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

/build/blueprint/
Dscope.go384 type localRule struct { struct
385 fullName_ string
386 name_ string
387 def_ *ruleDef
388 argNames map[string]bool
389 scope_ *basicScope
392 func (l *localRule) packageContext() *packageContext {
396 func (l *localRule) name() string {
400 func (l *localRule) fullName(pkgNames map[*packageContext]string) string {
404 func (l *localRule) memoizeFullName(pkgNames map[*packageContext]string) {
[all …]