Searched refs:productConfigVariable (Results 1 – 2 of 2) sorted by relevance
70 type productConfigVariable struct { struct74 func (pcv productConfigVariable) emitSet(gctx *generationContext, asgn *assignmentNode) { argument122 func (pcv productConfigVariable) emitGet(gctx *generationContext) { argument293 v = &productConfigVariable{baseVariable{nam: name, typ: vi.valueType, preset: preset}}
638 if _, ok := lhs.(*productConfigVariable); ok {