runtime.interfacetype.mhdr (field)
14 uses
runtime (current package)
alg.go#L169: if len(i.mhdr) == 0 {
iface.go#L34: if len(inter.mhdr) == 0 {
iface.go#L43: name := inter.typ.nameOff(inter.mhdr[0].name)
iface.go#L66: m = (*itab)(persistentalloc(unsafe.Sizeof(itab{})+uintptr(len(inter.mhdr)-1)*sys.PtrSize, 0, &memstats.other_sys))
iface.go#L200: ni := len(inter.mhdr)
iface.go#L208: i := &inter.mhdr[k]
mfinal.go#L213: if len(ityp.mhdr) != 0 {
mfinal.go#L397: if len(ityp.mhdr) == 0 {
type.go#L369: mhdr []imethod
type.go#L667: if len(it.mhdr) != len(iv.mhdr) {
type.go#L670: for i := range it.mhdr {
type.go#L671: tm := &it.mhdr[i]
type.go#L672: vm := &iv.mhdr[i]
![]() |
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. |