const internal/abi.Pointer
26 uses
internal/abi (current package)
type.go#L66: Pointer
type.go#L162: Pointer: "ptr",
type.go#L321: case Pointer:
type.go#L384: case Pointer:
internal/reflectlite
type.go#L80: const Ptr = abi.Pointer
value.go#L245: case abi.Pointer:
value.go#L293: case abi.Chan, abi.Func, abi.Map, abi.Pointer, abi.UnsafePointer:
reflect
type.go#L1221: if ntyp.Kind() == abi.Pointer {
type.go#L2396: if f.Typ.Kind() == abi.Pointer {
type.go#L2399: if k := elem.Kind(); k == abi.Pointer || k == abi.Interface {
value.go#L3586: if dst.Kind() == abi.Pointer && dst.Elem().Kind() == abi.Array && src.Elem() == dst.Elem().Elem() {
value.go#L3607: if dst.Kind() == abi.Pointer && nameFor(dst) == "" &&
value.go#L3608: src.Kind() == abi.Pointer && nameFor(src) == "" &&
runtime
arena.go#L114: if t.Kind_&abi.KindMask != abi.Pointer {
arena.go#L153: case abi.Pointer:
arena.go#L179: case abi.Pointer:
arena.go#L296: if typ.Kind_&abi.KindMask != abi.Pointer {
cgocall.go#L534: if arg != nil && (t.Kind_&abi.KindMask == abi.Pointer || t.Kind_&abi.KindMask == abi.UnsafePointer) {
cgocall.go#L673: case abi.Pointer, abi.UnsafePointer:
debuglog.go#L282: case abi.Chan, abi.Func, abi.Map, abi.Pointer, abi.UnsafePointer:
mbitmap.go#L1756: if t.Kind_&abi.KindMask != abi.Pointer {
mfinal.go#L238: case abi.Pointer:
mfinal.go#L422: if etyp.Kind_&abi.KindMask != abi.Pointer {
mfinal.go#L483: case fint.Kind_&abi.KindMask == abi.Pointer:
pinner.go#L111: if kind := etyp.Kind_ & abi.KindMask; kind != abi.Pointer && kind != abi.UnsafePointer {
type.go#L445: case abi.Pointer:
 |
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. |