Lines Matching refs:Value
275 func CreateProperties(factory blueprint.ModuleFactory, moduleType *ModuleType) reflect.Value {
281 return reflect.Value{}
423 func PropertiesToApply(moduleType *ModuleType, props reflect.Value, config SoongConfig) ([]interfac… argument
455 initializeProperties(v reflect.Value, typ reflect.Type) argument
459 PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, error) argument
488 func (s *stringVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
494 func (s *stringVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, …
512 func (b boolVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
516 func (b boolVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, err…
532 func (s *valueVariable) initializeProperties(v reflect.Value, typ reflect.Type) {
536 func (s *valueVariable) PropertiesToApply(config SoongConfig, values reflect.Value) (interface{}, e…
575 func printfIntoProperty(propertyValue reflect.Value, configValue string) error { argument