encoding/gob.userTypeInfo.indir (field)
6 uses
encoding/gob (current package)
encode.go#L525: return opPtr, ut.indir
encode.go#L528: indir := ut.indir
encode.go#L693: indir := ut.indir
type.go#L25: indir int // number of indirections to reach the base type
type.go#L72: if ut.indir%2 == 0 {
type.go#L75: ut.indir++
![]() |
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. |