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#L1184: if at.PtrToThis != 0 {
type.go#L1185: return t.typeOff(at.PtrToThis)
type.go#L1211: pp.PtrToThis = 0
type.go#L1710: mt.PtrToThis = 0
type.go#L1834: ft.PtrToThis = 0
type.go#L2099: slice.PtrToThis = 0
type.go#L2489: typ.PtrToThis = 0
type.go#L2659: array.PtrToThis = 0
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. |