internal/abi.Type.PtrToThis (field)
9 uses
internal/abi (current package)
type.go#L36: PtrToThis TypeOff // type for pointer to this type, may be zero
reflect
type.go#L1325: if at.PtrToThis != 0 {
type.go#L1326: return t.typeOff(at.PtrToThis)
type.go#L1352: pp.PtrToThis = 0
type.go#L1871: mt.PtrToThis = 0
type.go#L1995: ft.PtrToThis = 0
type.go#L2250: slice.PtrToThis = 0
type.go#L2646: typ.PtrToThis = 0
type.go#L2817: array.PtrToThis = 0
![]() |
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. |