Home
last modified time | relevance | path

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

/build/soong/android/soongconfig/
Dmodules.go758 type valueVariable struct { struct
759 baseVariable
762 func (s *valueVariable) variableValuesType() reflect.Type {
768 func (s *valueVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
776 … *valueVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) {