reflect.SliceHeader.Data (field)
5 uses
reflect (current package)
value.go#L1487: return (*SliceHeader)(v.ptr).Data
value.go#L1995: Data uintptr
github.com/cespare/xxhash/v2
xxhash_unsafe.go#L31: bh.Data = (*reflect.StringHeader)(unsafe.Pointer(&s)).Data
xxhash_unsafe.go#L42: bh.Data = (*reflect.StringHeader)(unsafe.Pointer(&s)).Data
github.com/yuin/goldmark/util
util_unsafe.go#L19: bh.Data = sh.Data
![]() |
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. |