const reflect.UnsafePointer
18 uses
reflect (current package)
abi.go#L200: case UnsafePointer, Pointer, Chan, Map, Func:
type.go#L299: UnsafePointer
type.go#L498: UnsafePointer: "unsafe.Pointer",
type.go#L1554: if Bool <= kind && kind <= Complex128 || kind == String || kind == UnsafePointer {
type.go#L2040: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
type.go#L2064: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, UnsafePointer:
type.go#L2306: case Int8, Int16, Int32, Int64, Int, Uint8, Uint16, Uint32, Uint64, Uint, Uintptr, Chan, Pointer, Bool, UnsafePointer:
type.go#L3047: case Chan, Func, Map, Pointer, Slice, String, UnsafePointer:
value.go#L1547: case Chan, Func, Map, Pointer, UnsafePointer:
value.go#L1611: case Chan, Func, Interface, Map, Pointer, Slice, UnsafePointer:
value.go#L1737: case Chan, Func, Map, Pointer, UnsafePointer:
value.go#L2216: case Chan, Map, UnsafePointer:
value.go#L2510: v.mustBe(UnsafePointer)
value.go#L2811: case Chan, Map, UnsafePointer:
value.go#L3492: case Chan, Pointer, UnsafePointer:
fmt
print.go#L552: case reflect.Chan, reflect.Func, reflect.Map, reflect.Pointer, reflect.Slice, reflect.UnsafePointer:
print.go#L926: case reflect.Chan, reflect.Func, reflect.UnsafePointer:
internal/fmtsort
sort.go#L102: case reflect.Pointer, reflect.UnsafePointer:
 |
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. |