internal/abi.Name.Name (method)
64 uses
internal/abi (current package)
type.go#L658: func (n Name) Name() string {
internal/reflectlite
type.go#L256: s := t.nameOff(t.Str).Name()
type.go#L289: return t.nameOff(ut.PkgPath).Name()
type.go#L456: if vmName.Name() == tmName.Name() && rV.typeOff(vm.Typ) == rT.typeOff(tm.Typ) {
type.go#L460: tmPkgPath = t.PkgPath.Name()
type.go#L464: vmPkgPath = v.PkgPath.Name()
type.go#L489: if vmName.Name() == tmName.Name() && rV.typeOff(vm.Mtyp) == rT.typeOff(tm.Typ) {
type.go#L493: tmPkgPath = t.PkgPath.Name()
type.go#L497: vmPkgPath = rV.nameOff(v.PkgPath).Name()
type.go#L616: if t.PkgPath.Name() != v.PkgPath.Name() {
type.go#L622: if tf.Name.Name() != vf.Name.Name() {
reflect
type.go#L400: return pkgPathName.Name()
type.go#L542: s := t.nameOff(t.t.Str).Name()
type.go#L595: m.Name = pname.Name()
type.go#L636: if !(t.nameOff(methods[h].Name).Name() >= name) {
type.go#L643: if i < len(methods) && name == t.nameOff(methods[i].Name).Name() {
type.go#L658: return t.nameOff(ut.PkgPath).Name()
type.go#L838: m.Name = pname.Name()
type.go#L842: m.PkgPath = t.PkgPath.Name()
type.go#L861: if t.nameOff(p.Name).Name() == name {
type.go#L977: f.Name = p.Name.Name()
type.go#L980: f.PkgPath = t.PkgPath.Name()
type.go#L1073: fname := f.Name.Name()
type.go#L1137: if tf.Name.Name() == name {
type.go#L1297: if vmName.Name() == tmName.Name() && typeOffFor(V, vm.Typ) == t.typeOff(tm.Typ) {
type.go#L1301: tmPkgPath = t.PkgPath.Name()
type.go#L1305: vmPkgPath = v.PkgPath.Name()
type.go#L1330: if vmName.Name() == tmName.Name() && typeOffFor(V, vm.Mtyp) == t.typeOff(tm.Typ) {
type.go#L1334: tmPkgPath = t.PkgPath.Name()
type.go#L1338: vmPkgPath = nameOffFor(V, v.PkgPath).Name()
type.go#L1465: if t.PkgPath.Name() != v.PkgPath.Name() {
type.go#L1471: if tf.Name.Name() != vf.Name.Name() {
type.go#L2195: 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#L45: panic(&TypeAssertionError{nil, typ, &inter.Type, name.Name()})
iface.go#L212: iname := name.Name()
iface.go#L215: ipkg = inter.PkgPath.Name()
iface.go#L221: if rtyp.typeOff(t.Mtyp) == itype && tname.Name() == iname {
iface.go#L224: pkgPath = rtyp.nameOff(x.PkgPath).Name()
plugin.go#L87: 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#L249: return pkgPathName.Name()
type.go#L355: pkgpatht := rt.nameOff(ut.PkgPath).Name()
type.go#L356: pkgpathv := rv.nameOff(uv.PkgPath).Name()
type.go#L397: if it.PkgPath.Name() != iv.PkgPath.Name() {
type.go#L410: if tname.Name() != vname.Name() {
type.go#L441: if st.PkgPath.Name() != sv.PkgPath.Name() {
type.go#L447: if tf.Name.Name() != vf.Name.Name() {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |