Searched defs:SoongConfigDefinition (Results 1 – 1 of 1) sorted by relevance
85 func processImportModuleDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {127 func processModuleTypeDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {169 func processStringVariableDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {199 func processBoolVariableDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {233 type SoongConfigDefinition struct { struct234 ModuleTypes map[string]*ModuleType236 variables map[string]soongConfigVariable