Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Dunpack.go53 type unpackContext struct { struct
54 propertyMap map[string]*packedProperty
55 validMapProperties map[string]bool
56 errs []error
120 func (ctx *unpackContext) reportUnusedNames(unusedNames []string) []error {
139 func (ctx *unpackContext) buildPropertyMap(prefix string, properties []*parser.Property) bool {
224 func (ctx *unpackContext) addError(e error) bool {
229 func (ctx *unpackContext) unpackToStruct(namePrefix string, structValue reflect.Value) {
376 …npackToMap(mapName string, property *parser.Property, mapType reflect.Type) (reflect.Value, bool) {
431 func (ctx *unpackContext) unpackToSlice(
[all …]