Searched defs:SoongConfigDefinition (Results 1 – 1 of 1) sorted by relevance
83 func processImportModuleDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {125 func processModuleTypeDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {167 func processStringVariableDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {193 func processBoolVariableDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {227 type SoongConfigDefinition struct { struct228 ModuleTypes map[string]*ModuleType230 variables map[string]soongConfigVariable