internal/abi.Imethod.Typ (field)
14 uses
internal/abi (current package)
type.go#L233: Typ TypeOff // .(*FuncType) underneath
internal/reflectlite
type.go#L456: if vmName.Name() == tmName.Name() && rV.typeOff(vm.Typ) == rT.typeOff(tm.Typ) {
type.go#L489: if vmName.Name() == tmName.Name() && rV.typeOff(vm.Mtyp) == rT.typeOff(tm.Typ) {
reflect
type.go#L845: m.Type = toType(t.typeOff(p.Typ))
type.go#L1297: if vmName.Name() == tmName.Name() && typeOffFor(V, vm.Typ) == t.typeOff(tm.Typ) {
type.go#L1330: if vmName.Name() == tmName.Name() && typeOffFor(V, vm.Mtyp) == t.typeOff(tm.Typ) {
type.go#L2218: mtyp = ift.typeOff(m.Typ)
value.go#L904: t = (*funcType)(unsafe.Pointer(tt.typeOff(m.Typ)))
value.go#L2652: return toRType(typeOffFor(typ, m.Typ))
runtime
iface.go#L210: itype := toRType(&inter.Type).typeOff(i.Typ)
type.go#L416: tityp := resolveTypeOff(unsafe.Pointer(tm), tm.Typ)
type.go#L417: vityp := resolveTypeOff(unsafe.Pointer(vm), vm.Typ)
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |