internal/abi.ITab.Fun (field)
5 uses
internal/abi (current package)
iface.go#L18: Fun [1]uintptr // variable sized. fun[0]==0 means Type does not implement Inter.
reflect
value.go#L891: fn = unsafe.Pointer(&unsafe.Slice(&iface.itab.Fun[0], i+1)[i])
runtime
iface.go#L90: if m.Fun[0] != 0 {
iface.go#L217: methods := (*[1 << 16]unsafe.Pointer)(unsafe.Pointer(&m.Fun[0]))[:ni:ni]
iface.go#L254: m.Fun[0] = uintptr(fun0)
 |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |