internal/abi.Type.PtrToThis (field)
9 uses
internal/abi (current package)
type.go#L44: PtrToThis TypeOff // type for pointer to this type, may be zero
reflect
map.go#L85: mt.PtrToThis = 0
type.go#L1420: if at.PtrToThis != 0 {
type.go#L1421: return t.typeOff(at.PtrToThis)
type.go#L1447: pp.PtrToThis = 0
type.go#L2017: ft.PtrToThis = 0
type.go#L2176: slice.PtrToThis = 0
type.go#L2567: typ.PtrToThis = 0
type.go#L2705: array.PtrToThis = 0
![]() |
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. |