internal/abi.Name.Name (method)
64 uses
internal/abi (current package)
type.go#L685: func (n Name) Name() string {
internal/reflectlite
type.go#L246: s := t.nameOff(t.Str).Name()
type.go#L279: return t.nameOff(ut.PkgPath).Name()
type.go#L445: if vmName.Name() == tmName.Name() && rV.typeOff(vm.Typ) == rT.typeOff(tm.Typ) {
type.go#L449: tmPkgPath = t.PkgPath.Name()
type.go#L453: vmPkgPath = v.PkgPath.Name()
type.go#L478: if vmName.Name() == tmName.Name() && rV.typeOff(vm.Mtyp) == rT.typeOff(tm.Typ) {
type.go#L482: tmPkgPath = t.PkgPath.Name()
type.go#L486: vmPkgPath = rV.nameOff(v.PkgPath).Name()
type.go#L605: if t.PkgPath.Name() != v.PkgPath.Name() {
type.go#L611: if tf.Name.Name() != vf.Name.Name() {
reflect
type.go#L429: return pkgPathName.Name()
type.go#L574: s := t.nameOff(t.t.Str).Name()
type.go#L627: m.Name = pname.Name()
type.go#L668: if !(t.nameOff(methods[h].Name).Name() >= name) {
type.go#L675: if i < len(methods) && name == t.nameOff(methods[i].Name).Name() {
type.go#L690: return t.nameOff(ut.PkgPath).Name()
type.go#L981: m.Name = pname.Name()
type.go#L985: m.PkgPath = t.PkgPath.Name()
type.go#L1004: if t.nameOff(p.Name).Name() == name {
type.go#L1120: f.Name = p.Name.Name()
type.go#L1123: f.PkgPath = t.PkgPath.Name()
type.go#L1216: fname := f.Name.Name()
type.go#L1280: if tf.Name.Name() == name {
type.go#L1438: if vmName.Name() == tmName.Name() && typeOffFor(V, vm.Typ) == t.typeOff(tm.Typ) {
type.go#L1442: tmPkgPath = t.PkgPath.Name()
type.go#L1446: vmPkgPath = v.PkgPath.Name()
type.go#L1471: if vmName.Name() == tmName.Name() && typeOffFor(V, vm.Mtyp) == t.typeOff(tm.Typ) {
type.go#L1475: tmPkgPath = t.PkgPath.Name()
type.go#L1479: vmPkgPath = nameOffFor(V, v.PkgPath).Name()
type.go#L1606: if t.PkgPath.Name() != v.PkgPath.Name() {
type.go#L1612: if tf.Name.Name() != vf.Name.Name() {
type.go#L2390: name := f.Name.Name()
runtime
heapdump.go#L198: if x := t.Uncommon(); x == nil || rt.nameOff(x.PkgPath).Name() == "" {
heapdump.go#L201: pkgpath := rt.nameOff(x.PkgPath).Name()
iface.go#L55: panic(&TypeAssertionError{nil, typ, &inter.Type, name.Name()})
iface.go#L224: iname := name.Name()
iface.go#L227: ipkg = inter.PkgPath.Name()
iface.go#L233: if rtyp.typeOff(t.Mtyp) == itype && tname.Name() == iname {
iface.go#L236: pkgPath = rtyp.nameOff(x.PkgPath).Name()
plugin.go#L90: name := symName.Name()
type.go#L26: s := t.nameOff(t.Str).Name()
type.go#L62: return t.nameOff(u.PkgPath).Name()
type.go#L67: return st.PkgPath.Name()
type.go#L70: return it.PkgPath.Name()
type.go#L267: return pkgPathName.Name()
type.go#L373: pkgpatht := rt.nameOff(ut.PkgPath).Name()
type.go#L374: pkgpathv := rv.nameOff(uv.PkgPath).Name()
type.go#L415: if it.PkgPath.Name() != iv.PkgPath.Name() {
type.go#L428: if tname.Name() != vname.Name() {
type.go#L459: if st.PkgPath.Name() != sv.PkgPath.Name() {
type.go#L465: if tf.Name.Name() != vf.Name.Name() {
![]() |
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. |