Home
last modified time | relevance | path

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

/build/soong/android/soongconfig/
Dmodules.go642 type valueVariable struct { struct
643 baseVariable
646 func (s *valueVariable) variableValuesType() reflect.Type {
652 func (s *valueVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
660 … *valueVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) {