Home
last modified time | relevance | path

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

/build/blueprint/
Dscope.go311 argNames ...string) (*localRule, error) {
335 r := &localRule{
377 type localRule struct { struct
385 func (l *localRule) packageContext() *packageContext { argument
389 func (l *localRule) name() string { argument
393 func (l *localRule) fullName(pkgNames map[*packageContext]string) string { argument
397 func (l *localRule) def(interface{}) (*ruleDef, error) { argument
401 func (r *localRule) scope() *basicScope { argument
405 func (r *localRule) isArg(argName string) bool { argument
409 func (r *localRule) String() string { argument
Dcontext.go157 rules []*localRule