Searched refs:packedProperty (Results 1 – 1 of 1) sorted by relevance
40 type packedProperty struct { struct48 propertyMap map[string]*packedProperty71 unpackContext.propertyMap = make(map[string]*packedProperty)138 ctx.propertyMap[name] = &packedProperty{property, false}211 packedProperty, propertyIsSet := ctx.propertyMap[propertyName]268 packedProperty.used = true269 property := packedProperty.property368 if packedProperty, ok := ctx.propertyMap[itemProperty.Name]; ok {369 packedProperty.used = true