Home
last modified time | relevance | path

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

/build/blueprint/
Dscope.go354 type localVariable struct { struct
355 fullName_ string
356 name_ string
357 value_ ninjaString
360 func (l *localVariable) packageContext() *packageContext {
364 func (l *localVariable) name() string {
368 func (l *localVariable) fullName(pkgNames map[*packageContext]string) string {
372 func (l *localVariable) memoizeFullName(pkgNames map[*packageContext]string) {
376 func (l *localVariable) value(interface{}) (ninjaString, error) {
380 func (l *localVariable) String() string {
/build/soong/mk2rbc/
Dvariable.go192 type localVariable struct { struct
193 baseVariable
196 func (lv localVariable) String() string {
200 func (lv localVariable) emitSet(gctx *generationContext, asgn *assignmentNode) {
216 func (lv localVariable) emitGet(gctx *generationContext) {