Searched defs:SoongConfigDefinition (Results 1 – 1 of 1) sorted by relevance
82 func processImportModuleDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {128 func processModuleTypeDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {170 func processStringVariableDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {200 func processBoolVariableDef(v *SoongConfigDefinition, def *parser.Module) (errs []error) {234 type SoongConfigDefinition struct { struct235 ModuleTypes map[string]*ModuleType237 variables map[string]soongConfigVariable