Home
last modified time | relevance | path

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

/build/blueprint/
Dscope.go282 func (s *localScope) AddLocalVariable(name, value string) (*localVariable,
299 v := &localVariable{
354 type localVariable struct { struct
360 func (l *localVariable) packageContext() *packageContext { argument
364 func (l *localVariable) name() string { argument
368 func (l *localVariable) fullName(pkgNames map[*packageContext]string) string { argument
372 func (l *localVariable) memoizeFullName(pkgNames map[*packageContext]string) { argument
376 func (l *localVariable) value(interface{}) (ninjaString, error) { argument
380 func (l *localVariable) String() string { argument
Dcontext.go172 variables []*localVariable