Home
last modified time | relevance | path

Searched defs:unpackContext (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/proptools/
Dunpack.go47 type unpackContext struct { struct
48 propertyMap map[string]*packedProperty
49 errs []error
109 func (ctx *unpackContext) reportUnusedNames(unusedNames []string) []error {
146 func (ctx *unpackContext) buildPropertyMap(prefix string, properties []*parser.Property) bool {
200 func (ctx *unpackContext) addError(e error) bool {
205 func (ctx *unpackContext) unpackToStruct(namePrefix string, structValue reflect.Value) {
346 …, property *parser.Property, configurableType, configuredType reflect.Type) (reflect.Value, bool) {
553 func (ctx *unpackContext) unpackToSlice(
571 func (ctx *unpackContext) unpackToSliceInner(