Searched refs:nestedPropertyStructs (Results 1 – 2 of 2) sorted by relevance
33 allStructs := nestedPropertyStructs(reflect.ValueOf(parent))
131 for nestedName, nestedValue := range nestedPropertyStructs(v) {156 func nestedPropertyStructs(s reflect.Value) map[string]reflect.Value { func