type reflect.typeOff
7 uses
reflect (current package)
type.go#L318: ptrToThis typeOff // type for pointer to this type, may be zero
type.go#L324: mtyp typeOff // method type (without receiver)
type.go#L385: typ typeOff // .(*FuncType) underneath
type.go#L670: func resolveReflectType(t *rtype) typeOff {
type.go#L671: return typeOff(addReflectOff(unsafe.Pointer(t)))
type.go#L682: type typeOff int32 // offset to an *rtype
type.go#L689: func (t *rtype) typeOff(off typeOff) *rtype {
 |
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. |