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.2.8-preview. (GOOS=darwin GOARCH=arm64)