Searched defs:UncommonType (Results 1 – 2 of 2) sorted by relevance
224 type UncommonType struct { struct225 PkgPath NameOff // import path; empty for built-in types like int, string226 Mcount uint16 // number of methods227 Xcount uint16 // number of exported methods228 Moff uint32 // offset from this uncommontype to [mcount]Method229 _ uint32 // unused232 func (t *UncommonType) Methods() []Method {239 func (t *UncommonType) ExportedMethods() []Method {
39 var UncommonType *types.Type var