internal/reflectlite.name.bytes (field)
7 uses
internal/reflectlite (current package)
type.go#L313: bytes *byte
type.go#L317: return (*byte)(add(unsafe.Pointer(n.bytes), uintptr(off), whySafe))
type.go#L321: return (*n.bytes)&(1<<0) != 0
type.go#L337: if n.bytes == nil {
type.go#L340: b := (*[4]byte)(unsafe.Pointer(n.bytes))
type.go#L361: if n.bytes == nil || *n.data(0, "name flag field")&(1<<2) == 0 {
type.go#L372: pkgPathName := name{(*byte)(resolveTypeOff(unsafe.Pointer(n.bytes), nameOff))}
 |
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. |