reflect.name.bytes (field)
9 uses
reflect (current package)
type.go#L467: bytes *byte
type.go#L471: return (*byte)(add(unsafe.Pointer(n.bytes), uintptr(off), whySafe))
type.go#L475: return (*n.bytes)&(1<<0) != 0
type.go#L491: if n.bytes == nil {
type.go#L494: b := (*[4]byte)(unsafe.Pointer(n.bytes))
type.go#L515: if n.bytes == nil || *n.data(0, "name flag field")&(1<<2) == 0 {
type.go#L526: pkgPathName := name{(*byte)(resolveTypeOff(unsafe.Pointer(n.bytes), nameOff))}
type.go#L560: return name{bytes: &b[0]}
type.go#L665: return nameOff(addReflectOff(unsafe.Pointer(n.bytes)))
 |
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. |