internal/abi.UncommonType.Mcount (field)
11 uses
internal/abi (current package)
type.go#L237: Mcount uint16 // number of methods
type.go#L244: if t.Mcount == 0 {
type.go#L247: return (*[1 << 16]Method)(addChecked(unsafe.Pointer(t), uintptr(t.Moff), "t.mcount > 0"))[:t.Mcount:t.Mcount]
internal/reflectlite
type.go#L473: for j := 0; j < int(v.Mcount); j++ {
reflect
type.go#L1472: for j := 0; j < int(v.Mcount); j++ {
type.go#L2256: if i > 0 && unt.Mcount > 0 {
type.go#L2296: if i > 0 && unt.Mcount > 0 {
type.go#L2399: ut.Mcount = uint16(len(methods))
type.go#L2400: ut.Xcount = ut.Mcount
runtime
iface.go#L214: nt := int(x.Mcount)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)