type runtime.name
17 uses
runtime (current package)
type.go#L185: func resolveNameOff(ptrInModule unsafe.Pointer, off nameOff) name {
type.go#L187: return name{}
type.go#L197: return name{(*byte)(unsafe.Pointer(res))}
type.go#L212: return name{(*byte)(res)}
type.go#L215: func (t *_type) nameOff(off nameOff) name {
type.go#L368: pkgpath name
type.go#L433: name name
type.go#L444: pkgPath name
type.go#L450: type name struct {
type.go#L454: func (n name) data(off int) *byte {
type.go#L458: func (n name) isExported() bool {
type.go#L462: func (n name) nameLen() int {
type.go#L466: func (n name) tagLen() int {
type.go#L474: func (n name) name() (s string) {
type.go#L488: func (n name) tag() (s string) {
type.go#L500: func (n name) pkgPath() string {
type.go#L514: func (n name) isBlank() bool {
![]() |
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. |