Home
last modified time | relevance | path

Searched defs:UncommonType (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Dtype.go224 type UncommonType struct { struct
225 PkgPath NameOff // import path; empty for built-in types like int, string
226 Mcount uint16 // number of methods
227 Xcount uint16 // number of exported methods
228 Moff uint32 // offset from this uncommontype to [mcount]Method
229 _ uint32 // unused
232 func (t *UncommonType) Methods() []Method {
239 func (t *UncommonType) ExportedMethods() []Method {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/rttype/
Drttype.go39 var UncommonType *types.Type var