Lines Matching refs:field
188 field := structType.Field(i)
194 if field.Name == "BlueprintEmbed" {
195 field.Name = ""
196 field.Anonymous = true
199 if field.PkgPath != "" {
204 propertyName := fieldPath(namePrefix, PropertyNameForField(field.Name))
235 if fieldValue.IsNil() && (propertyIsSet || field.Anonymous) {
250 if !HasTag(field, "blueprint", "mutated") {
251 panic(fmt.Errorf(`int field %s must be tagged blueprint:"mutated"`, propertyName))
258 if field.Anonymous && isStruct(fieldValue.Type()) {
271 if HasTag(field, "blueprint", "mutated") {