Lines Matching refs:typ
51 if typ, ok := arg.Type().(*LenType); ok {
54 buf, ok := argsMap[typ.Buf]
56 a.Val = target.generateSize(InnerArg(buf), typ)
60 if typ.Buf == "parent" {
62 if typ.BitSize != 0 {
63 a.Val = a.Val * 8 / typ.BitSize
75 if typ.Buf == parentName {
77 if typ.BitSize != 0 {
78 a.Val = a.Val * 8 / typ.BitSize
89 typ.FieldName(), typ.Buf, argsMap))
120 typ := arg.Type().(*LenType)
121 elemSize := typ.BitSize / 8
125 if typ.Buf != field.Type().FieldName() {