internal/abi.Name.Data (method)
5 uses
internal/abi (current package)
type.go#L628: func (n Name) Data(off int) *byte {
type.go#L666: return l == 1 && *n.Data(2) == '_'
runtime
type.go#L255: if n.Bytes == nil || *n.Data(0)&(1<<2) == 0 {
type.go#L260: if *n.Data(0)&(1<<1) != 0 {
type.go#L265: copy((*[4]byte)(unsafe.Pointer(&nameOff))[:], (*[4]byte)(unsafe.Pointer(n.Data(off)))[:])
 |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |