type reflect.StringHeader
7 uses
reflect (current package)
value.go#L1983: type StringHeader struct {
crypto/x509/internal/macos
corefoundation.go#L47: p := unsafe.Pointer((*reflect.StringHeader)(unsafe.Pointer(&s)).Data)
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/evanw/esbuild/internal/js_parser
js_parser.go#L1557: c := (*reflect.StringHeader)(unsafe.Pointer(&p.source.Contents))
js_parser.go#L1558: n := (*reflect.StringHeader)(unsafe.Pointer(&name))
github.com/yuin/goldmark/util
util_unsafe.go#L17: sh := (*reflect.StringHeader)(unsafe.Pointer(&s))
![]() |
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. |