Searched defs:unpackContext (Results 1 – 1 of 1) sorted by relevance
47 type unpackContext struct { struct48 propertyMap map[string]*packedProperty49 errs []error105 func (ctx *unpackContext) reportUnusedNames(unusedNames []string) []error {124 func (ctx *unpackContext) buildPropertyMap(prefix string, properties []*parser.Property) bool {178 func (ctx *unpackContext) addError(e error) bool {183 func (ctx *unpackContext) unpackToStruct(namePrefix string, structValue reflect.Value) {314 func (ctx *unpackContext) unpackToSlice(