Searched defs:structGen (Results 1 – 1 of 1) sorted by relevance
118 type structGen struct { struct119 comp *compiler120 padded map[interface{}]bool121 detach map[**prog.StructDesc]bool122 structs []*prog.KeyedStruct125 func (ctx *structGen) check(key prog.StructKey, descp **prog.StructDesc) bool {150 func (ctx *structGen) walk(t0 prog.Type) {163 func (ctx *structGen) walkArray(t *prog.ArrayType) {180 func (ctx *structGen) walkStruct(t *prog.StructType) {218 func (ctx *structGen) walkUnion(t *prog.UnionType) {