internal/reflectlite.name.name (method)
16 uses
internal/reflectlite (current package)
type.go#L336: func (n name) name() (s string) {
type.go#L373: return pkgPathName.name()
type.go#L520: s := t.nameOff(t.str).name()
type.go#L559: return t.nameOff(ut.pkgPath).name()
type.go#L759: if vmName.name() == tmName.name() && V.typeOff(vm.typ) == t.typeOff(tm.typ) {
type.go#L763: tmPkgPath = t.pkgPath.name()
type.go#L767: vmPkgPath = v.pkgPath.name()
type.go#L792: if vmName.name() == tmName.name() && V.typeOff(vm.mtyp) == t.typeOff(tm.typ) {
type.go#L796: tmPkgPath = t.pkgPath.name()
type.go#L800: vmPkgPath = V.nameOff(v.pkgPath).name()
type.go#L919: if t.pkgPath.name() != v.pkgPath.name() {
type.go#L925: if tf.name.name() != vf.name.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. |