runtime.name.bytes (field)
9 uses
runtime (current package)
runtime1.go#L498: return unsafe.Pointer(resolveNameOff(ptrInModule, nameOff(off)).bytes)
runtime1.go#L517: return unsafe.Pointer(resolveNameOff(ptrInModule, nameOff(off)).bytes)
type.go#L451: bytes *byte
type.go#L455: return (*byte)(add(unsafe.Pointer(n.bytes), uintptr(off)))
type.go#L459: return (*n.bytes)&(1<<0) != 0
type.go#L475: if n.bytes == nil {
type.go#L501: if n.bytes == nil || *n.data(0)&(1<<2) == 0 {
type.go#L510: pkgPathName := resolveNameOff(unsafe.Pointer(n.bytes), nameOff)
type.go#L515: if n.bytes == nil {
![]() |
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. |