type internal/reflectlite.name
14 uses
internal/reflectlite (current package)
type.go#L237: pkgPath name // import path
type.go#L269: name name // name is always non-empty
type.go#L285: pkgPath name
type.go#L312: type name struct {
type.go#L316: func (n name) data(off int, whySafe string) *byte {
type.go#L320: func (n name) isExported() bool {
type.go#L324: func (n name) nameLen() int {
type.go#L328: func (n name) tagLen() int {
type.go#L336: func (n name) name() (s string) {
type.go#L348: func (n name) tag() (s string) {
type.go#L360: func (n name) pkgPath() string {
type.go#L372: pkgPathName := name{(*byte)(resolveTypeOff(unsafe.Pointer(n.bytes), nameOff))}
type.go#L453: func (t *rtype) nameOff(off nameOff) name {
type.go#L454: return name{(*byte)(resolveNameOff(unsafe.Pointer(t), int32(off)))}
![]() |
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. |