internal/abi.UncommonType.Mcount (field)
11 uses
internal/abi (current package)
type.go#L199: Mcount uint16 // number of methods
type.go#L206: if t.Mcount == 0 {
type.go#L209: return (*[1 << 16]Method)(addChecked(unsafe.Pointer(t), uintptr(t.Moff), "t.mcount > 0"))[:t.Mcount:t.Mcount]
internal/reflectlite
type.go#L484: for j := 0; j < int(v.Mcount); j++ {
reflect
type.go#L1325: for j := 0; j < int(v.Mcount); j++ {
type.go#L2271: if i > 0 && unt.Mcount > 0 {
type.go#L2311: if i > 0 && unt.Mcount > 0 {
type.go#L2414: ut.Mcount = uint16(len(methods))
type.go#L2415: ut.Xcount = ut.Mcount
runtime
iface.go#L202: nt := int(x.Mcount)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |