Home
last modified time | relevance | path

Searched defs:valueVariable (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/build/soong/android/soongconfig/
H A Dmodules.go667 type valueVariable struct { struct
668 baseVariable
671 func (s *valueVariable) variableValuesType() reflect.Type {
677 func (s *valueVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
685 … *valueVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) {
707 …intfIntoPropertyRecursive(fieldName []string, propStruct reflect.Value, configValue string) error {