reflect.rtype.ptrToThis (field)
9 uses
reflect (current package)
type.go#L318: ptrToThis typeOff // type for pointer to this type, may be zero
type.go#L1383: if t.ptrToThis != 0 {
type.go#L1384: return t.typeOff(t.ptrToThis)
type.go#L1410: pp.ptrToThis = 0
type.go#L1903: mt.ptrToThis = 0
type.go#L2051: ft.ptrToThis = 0
type.go#L2314: slice.ptrToThis = 0
type.go#L2691: typ.ptrToThis = 0
type.go#L2863: array.ptrToThis = 0
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |