runtime.name.name (method)
24 uses
runtime (current package)
heapdump.go#L197: if x := t.uncommon(); x == nil || t.nameOff(x.pkgpath).name() == "" {
heapdump.go#L200: pkgpathstr := t.nameOff(x.pkgpath).name()
iface.go#L44: panic(&TypeAssertionError{nil, typ, &inter.typ, name.name()})
iface.go#L211: iname := name.name()
iface.go#L214: ipkg = inter.pkgpath.name()
iface.go#L219: if typ.typeOff(t.mtyp) == itype && tname.name() == iname {
iface.go#L222: pkgPath = typ.nameOff(x.pkgpath).name()
plugin.go#L87: name := symName.name()
type.go#L51: s := t.nameOff(t.str).name()
type.go#L138: return t.nameOff(u.pkgpath).name()
type.go#L143: return st.pkgPath.name()
type.go#L146: return it.pkgpath.name()
type.go#L474: func (n name) name() (s string) {
type.go#L511: return pkgPathName.name()
type.go#L622: pkgpatht := t.nameOff(ut.pkgpath).name()
type.go#L623: pkgpathv := v.nameOff(uv.pkgpath).name()
type.go#L664: if it.pkgpath.name() != iv.pkgpath.name() {
type.go#L677: if tname.name() != vname.name() {
type.go#L708: if st.pkgPath.name() != sv.pkgPath.name() {
type.go#L714: 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. |