Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dvariable.go189 type localVariable struct { struct
190 baseVariable
193 func (lv localVariable) String() string {
197 func (lv localVariable) emitSet(gctx *generationContext, asgn *assignmentNode) {
213 func (lv localVariable) emitGet(gctx *generationContext) {
/build/blueprint/
Dscope.go351 type localVariable struct { struct
352 fullName_ string
353 name_ string
354 value_ *ninjaString
357 func (l *localVariable) packageContext() *packageContext {
361 func (l *localVariable) name() string {
365 func (l *localVariable) fullName(pkgNames map[*packageContext]string) string {
369 func (l *localVariable) value(VariableFuncContext, interface{}) (*ninjaString, error) {
373 func (l *localVariable) String() string {