internal/abi.Name.Name (method)
64 uses
internal/abi (current package)
type.go#L659: 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#L457: return pkgPathName.Name()
type.go#L602: s := t.nameOff(t.t.Str).Name()
type.go#L655: m.Name = pname.Name()
type.go#L696: if !(t.nameOff(methods[h].Name).Name() >= name) {
type.go#L703: if i < len(methods) && name == t.nameOff(methods[i].Name).Name() {
type.go#L718: return t.nameOff(ut.PkgPath).Name()
type.go#L1050: m.Name = pname.Name()
type.go#L1054: m.PkgPath = t.PkgPath.Name()
type.go#L1073: if t.nameOff(p.Name).Name() == name {
type.go#L1189: f.Name = p.Name.Name()
type.go#L1192: f.PkgPath = t.PkgPath.Name()
type.go#L1303: fname := f.Name.Name()
type.go#L1367: if tf.Name.Name() == name {
type.go#L1533: if vmName.Name() == tmName.Name() && typeOffFor(V, vm.Typ) == t.typeOff(tm.Typ) {
type.go#L1537: tmPkgPath = t.PkgPath.Name()
type.go#L1541: vmPkgPath = v.PkgPath.Name()
type.go#L1566: if vmName.Name() == tmName.Name() && typeOffFor(V, vm.Mtyp) == t.typeOff(tm.Typ) {
type.go#L1570: tmPkgPath = t.PkgPath.Name()
type.go#L1574: vmPkgPath = nameOffFor(V, v.PkgPath).Name()
type.go#L1701: if t.PkgPath.Name() != v.PkgPath.Name() {
type.go#L1707: if tf.Name.Name() != vf.Name.Name() {
type.go#L2311: name := f.Name.Name()
runtime
heapdump.go#L199: if x := t.Uncommon(); x == nil || rt.nameOff(x.PkgPath).Name() == "" {
heapdump.go#L202: 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#L33: s := t.nameOff(t.Str).Name()
type.go#L69: return t.nameOff(u.PkgPath).Name()
type.go#L74: return st.PkgPath.Name()
type.go#L77: return it.PkgPath.Name()
type.go#L432: return pkgPathName.Name()
type.go#L538: pkgpatht := rt.nameOff(ut.PkgPath).Name()
type.go#L539: pkgpathv := rv.nameOff(uv.PkgPath).Name()
type.go#L580: if it.PkgPath.Name() != iv.PkgPath.Name() {
type.go#L593: if tname.Name() != vname.Name() {
type.go#L624: if st.PkgPath.Name() != sv.PkgPath.Name() {
type.go#L630: if tf.Name.Name() != vf.Name.Name() {
![]() |
The pages are generated with Golds v0.8.4. (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. |