Searched defs:PropertiesToApply (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/build/soong/android/soongconfig/ |
H A D | modules.go | 425 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac… func 513 PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) methodSpec 556 func (s *stringVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, … func 650 func (b boolVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, err… func 685 func (s *valueVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, e… func 775 func (s *listVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, er… func
|