reflect.rtype.typeOff (method)
16 uses
reflect (current package)
type.go#L689: func (t *rtype) typeOff(off typeOff) *rtype {
type.go#L815: mtyp := t.typeOff(p.mtyp)
type.go#L1066: m.Type = toType(t.typeOff(p.typ))
type.go#L1384: return t.typeOff(t.ptrToThis)
type.go#L1493: if vmName.name() == tmName.name() && V.typeOff(vm.typ) == t.typeOff(tm.typ) {
type.go#L1526: if vmName.name() == tmName.name() && V.typeOff(vm.mtyp) == t.typeOff(tm.typ) {
type.go#L2433: mtyp = ift.typeOff(m.typ)
type.go#L2502: mtyp: resolveReflectType(ptr.typeOff(m.mtyp)),
type.go#L2518: mtyp: resolveReflectType(ptr.elem.typeOff(m.mtyp)),
type.go#L2542: mtyp: resolveReflectType(ft.typeOff(m.mtyp)),
value.go#L652: t = (*funcType)(unsafe.Pointer(tt.typeOff(m.typ)))
value.go#L665: t = (*funcType)(unsafe.Pointer(v.typ.typeOff(m.mtyp)))
value.go#L1925: return v.typ.typeOff(m.typ)
value.go#L1933: return v.typ.typeOff(m.mtyp)
![]() |
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. |