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() {