runtime.itab._type (field)
14 uses
runtime (current package)
alg.go#L102: t := tab._type
alg.go#L280: t := tab._type
heapdump.go#L539: t := tab._type
iface.go#L68: m._type = typ
iface.go#L111: if m.inter == inter && m._type == typ {
iface.go#L162: h := itabHashFunc(m.inter, m._type) & mask
iface.go#L193: typ := m._type
iface.go#L269: t = have._type
iface.go#L406: t := tab._type
iface.go#L421: t := tab._type
iface.go#L445: r.tab = getitab(inter, tab._type, false)
iface.go#L461: r.tab = getitab(inter, tab._type, false)
iface.go#L472: tab = getitab(inter, tab._type, true)
runtime2.go#L859: _type *_type
![]() |
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. |