runtime.itab.fun (field)
5 uses
runtime (current package)
iface.go#L79: if m.fun[0] != 0 {
iface.go#L204: methods := (*[1 << 16]unsafe.Pointer)(unsafe.Pointer(&m.fun[0]))[:ni:ni]
iface.go#L238: m.fun[0] = 0
iface.go#L241: m.fun[0] = uintptr(fun0)
runtime2.go#L862: fun [1]uintptr // variable sized. fun[0]==0 means _type does not implement inter.
 |
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. |