Home
last modified time | relevance | path

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

/build/blueprint/
Dscope.go314 argNames ...string) (*localRule, error) {
338 r := &localRule{
384 type localRule struct { struct
392 func (l *localRule) packageContext() *packageContext { argument
396 func (l *localRule) name() string { argument
400 func (l *localRule) fullName(pkgNames map[*packageContext]string) string { argument
404 func (l *localRule) memoizeFullName(pkgNames map[*packageContext]string) { argument
408 func (l *localRule) def(interface{}) (*ruleDef, error) { argument
412 func (r *localRule) scope() *basicScope { argument
416 func (r *localRule) isArg(argName string) bool { argument
[all …]
Dcontext.go173 rules []*localRule