internal/reflectlite.rtype.nameOff (method)
8 uses
internal/reflectlite (current package)
type.go#L453: func (t *rtype) nameOff(off nameOff) name {
type.go#L520: s := t.nameOff(t.str).name()
type.go#L559: return t.nameOff(ut.pkgPath).name()
type.go#L756: tmName := t.nameOff(tm.name)
type.go#L758: vmName := V.nameOff(vm.name)
type.go#L789: tmName := t.nameOff(tm.name)
type.go#L791: vmName := V.nameOff(vm.name)
type.go#L800: vmPkgPath = V.nameOff(v.pkgPath).name()
![]() |
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. |