Home | History | Annotate | Download | only in blueprint

Lines Matching full:propertyname

137 		propertyName := namePrefix + proptools.PropertyNameForField(field.Name)
140 panic(fmt.Errorf("field %s is not settable", propertyName))
151 panic(fmt.Errorf("field %s is a non-string slice", propertyName))
155 panic(fmt.Errorf("field %s contains a nil interface", propertyName))
160 panic(fmt.Errorf("field %s contains a non-pointer interface", propertyName))
167 panic(fmt.Errorf("field %s contains a nil pointer", propertyName))
173 panic(fmt.Errorf("field %s contains a pointer to %s", propertyName, ptrKind))
178 panic(fmt.Errorf(`int field %s must be tagged blueprint:"mutated"`, propertyName))
182 panic(fmt.Errorf("unsupported kind for field %s: %s", propertyName, kind))
192 packedProperty, ok := propertyMap[propertyName]
203 Err: fmt.Errorf("mutated field %s cannot be set in a Blueprint file", propertyName),
215 Err: fmt.Errorf("filtered field %s cannot be set in a Blueprint file", propertyName),
264 newErrs = unpackStruct(propertyName+".", fieldValue,