Lines Matching refs:Field
282 c.initializeProperties(structConditions.Field(i), affectablePropertiesType)
420 if ps, err := c.PropertiesToApply(config, props.Field(i)); err != nil {
528 v.Field(i).Set(reflect.Zero(typ))
530 v.Field(len(s.values)).Set(reflect.Zero(typ)) // conditions default is the final value
537 f := values.Field(j)
545 return values.Field(len(s.values)).Interface(), nil
580 fields = append(fields, sTyp.Field(i))
597 return v.Field(v.NumField() - 1)
615 val := v.Field(i)
616 res.Elem().Field(i).Set(val)
676 field := propStruct.Field(i)
688 …return nil, fmt.Errorf("soong_config_variables.%s.%s: %s", s.variable, propStruct.Type().Field(i).…
694 …return nil, fmt.Errorf("soong_config_variables.%s.%s: %s", s.variable, propStruct.Type().Field(i).…
700 …_variables.%s.%s: unsupported property type %q", s.variable, propStruct.Type().Field(i).Name, kind)
754 var emptyInterfaceType = reflect.TypeOf(emptyInterfaceStruct{}).Field(0).Type