reflect.StringHeader.Data (field)
11 uses
reflect (current package)
value.go#L1984: Data uintptr
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#L1561: if n.Data >= c.Data && n.Data+uintptr(n.Len) < c.Data+uintptr(c.Len) {
js_parser.go#L1568: return js_ast.Ref{OuterIndex: -uint32(n.Len), InnerIndex: uint32(n.Data - c.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. |