internal/abi.Method.Mtyp (field)
14 uses
internal/abi (current package)
type.go#L215: Mtyp TypeOff // method type (without receiver)
internal/reflectlite
type.go#L478: if vmName.Name() == tmName.Name() && rV.typeOff(vm.Mtyp) == rT.typeOff(tm.Typ) {
reflect
type.go#L629: mtyp := t.typeOff(p.Mtyp)
type.go#L1471: if vmName.Name() == tmName.Name() && typeOffFor(V, vm.Mtyp) == t.typeOff(tm.Typ) {
type.go#L2416: Mtyp: resolveReflectType(ift.typeOff(m.Typ)),
type.go#L2440: Mtyp: resolveReflectType(typeOffFor(ft, m.Mtyp)),
type.go#L2456: Mtyp: resolveReflectType(typeOffFor(ptr.Elem, m.Mtyp)),
type.go#L2480: Mtyp: resolveReflectType(typeOffFor(ft, m.Mtyp)),
value.go#L905: t = (*funcType)(unsafe.Pointer(typeOffFor(v.typ(), m.Mtyp)))
value.go#L2728: return typeOffFor(typ, m.Mtyp)
runtime
iface.go#L233: if rtyp.typeOff(t.Mtyp) == itype && tname.Name() == iname {
 |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |