runtime._type.typeOff (method)
6 uses
runtime (current package)
iface.go#L209: itype := inter.typ.typeOff(i.ityp)
iface.go#L219: if typ.typeOff(t.mtyp) == itype && tname.name() == iname {
plugin.go#L82: t := (*_type)(unsafe.Pointer(md.types)).typeOff(ptab.typ)
runtime1.go#L504: return unsafe.Pointer((*_type)(rtype).typeOff(typeOff(off)))
runtime1.go#L523: return unsafe.Pointer((*_type)(rtype).typeOff(typeOff(off)))
type.go#L257: func (t *_type) typeOff(off typeOff) *_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. |