Searched defs:TypedefType (Results 1 – 1 of 1) sorted by relevance
339 type TypedefType struct { struct340 CommonType341 Type Type344 func (t *TypedefType) String() string { return t.Name }346 func (t *TypedefType) Size() int64 { return t.Type.Size() }