runtime.itab.inter (field)
8 uses
runtime (current package)
iface.go#L67: m.inter = inter
iface.go#L111: if m.inter == inter && m._type == typ {
iface.go#L162: h := itabHashFunc(m.inter, m._type) & mask
iface.go#L192: inter := m.inter
iface.go#L440: if tab.inter == inter {
iface.go#L456: if tab.inter == inter {
iface.go#L471: if tab.inter != inter {
runtime2.go#L858: inter *interfacetype
![]() |
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. |