internal/abi.Name.Data (method)
5 uses
internal/abi (current package)
type.go#L601: func (n Name) Data(off int) *byte {
type.go#L639: return l == 1 && *n.Data(2) == '_'
runtime
type.go#L237: if n.Bytes == nil || *n.Data(0)&(1<<2) == 0 {
type.go#L242: if *n.Data(0)&(1<<1) != 0 {
type.go#L247: copy((*[4]byte)(unsafe.Pointer(&nameOff))[:], (*[4]byte)(unsafe.Pointer(n.Data(off)))[:])
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |