Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dvariable.go70 type productConfigVariable struct { struct
74 func (pcv productConfigVariable) emitSet(gctx *generationContext, asgn *assignmentNode) { argument
122 func (pcv productConfigVariable) emitGet(gctx *generationContext) { argument
293 v = &productConfigVariable{baseVariable{nam: name, typ: vi.valueType, preset: preset}}
Dmk2rbc.go638 if _, ok := lhs.(*productConfigVariable); ok {