reflect.uncommonType.mcount (field)
9 uses
reflect (current package)
type.go#L335: mcount uint16 // number of methods
type.go#L629: if t.mcount == 0 {
type.go#L632: return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.mcount > 0"))[:t.mcount:t.mcount]
type.go#L1521: for j := 0; j < int(v.mcount); j++ {
type.go#L2486: if i > 0 && unt.mcount > 0 {
type.go#L2526: if i > 0 && unt.mcount > 0 {
type.go#L2620: ut.mcount = uint16(len(methods))
type.go#L2621: ut.xcount = ut.mcount
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |