const reflect.UnsafePointer
18 uses
reflect (current package)
abi.go#L200: case UnsafePointer, Pointer, Chan, Map, Func:
type.go#L327: UnsafePointer
type.go#L526: UnsafePointer: "unsafe.Pointer",
type.go#L1649: if Bool <= kind && kind <= Complex128 || kind == String || kind == UnsafePointer {
type.go#L2062: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
type.go#L2086: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, UnsafePointer:
type.go#L2232: case Int8, Int16, Int32, Int64, Int, Uint8, Uint16, Uint32, Uint64, Uint, Uintptr, Chan, Pointer, Bool, UnsafePointer:
type.go#L2909: case Chan, Func, Map, Pointer, Slice, String, UnsafePointer:
value.go#L1635: case Chan, Func, Map, Pointer, UnsafePointer:
value.go#L1702: case Chan, Func, Interface, Map, Pointer, Slice, UnsafePointer:
value.go#L1831: case Chan, Func, Map, Pointer, UnsafePointer:
value.go#L2058: case Chan, Map, UnsafePointer:
value.go#L2309: v.mustBe(UnsafePointer)
value.go#L2610: case Chan, Map, UnsafePointer:
value.go#L3334: case Chan, Pointer, UnsafePointer:
fmt
print.go#L553: case reflect.Chan, reflect.Func, reflect.Map, reflect.Pointer, reflect.Slice, reflect.UnsafePointer:
print.go#L927: case reflect.Chan, reflect.Func, reflect.UnsafePointer:
internal/fmtsort
sort.go#L102: case reflect.Pointer, reflect.UnsafePointer:
 |
The pages are generated with Golds v0.8.4. (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. |