const internal/abi.Pointer
13 uses
internal/abi (current package)
type.go#L66: Pointer
type.go#L156: Pointer: "ptr",
type.go#L294: case Pointer:
type.go#L357: case Pointer:
internal/reflectlite
type.go#L80: const Ptr = abi.Pointer
value.go#L243: case abi.Pointer:
value.go#L292: case abi.Chan, abi.Func, abi.Map, abi.Pointer, abi.UnsafePointer:
reflect
type.go#L1078: if ntyp.Kind() == abi.Pointer {
type.go#L2200: if f.Typ.Kind() == abi.Pointer {
type.go#L2203: if k := elem.Kind(); k == abi.Pointer || k == abi.Interface {
value.go#L3520: if dst.Kind() == abi.Pointer && dst.Elem().Kind() == abi.Array && src.Elem() == dst.Elem().Elem() {
value.go#L3541: if dst.Kind() == abi.Pointer && nameFor(dst) == "" &&
value.go#L3542: src.Kind() == abi.Pointer && nameFor(src) == "" &&
![]() |
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. |