Lines Matching refs:affectableProperties
261 …affectablePropertiesType := createAffectablePropertiesType(moduleType.affectableProperties, factor…
290 func createAffectablePropertiesType(affectableProperties []string, factoryProps []interface{}) refl…
291 affectableProperties = append([]string(nil), affectableProperties...)
292 sort.Strings(affectableProperties)
299 for len(affectableProperties) > 0 {
300 p := affectableProperties[0]
301 if !strings.HasPrefix(affectableProperties[0], prefix) {
317 affectableProperties, nestedType = recurse(prefix+nestedPrefix, affectableProperties)
336 affectableProperties = affectableProperties[1:]
344 return affectableProperties, typ
347 affectableProperties, typ := recurse("", affectableProperties)
348 if len(affectableProperties) > 0 {
434 affectableProperties []string member
440 affectableProperties: props.Properties,