encoding/gob.userTypeInfo.decIndir (field)
6 uses
encoding/gob (current package)
decode.go#L947: if ut.decIndir == -1 {
decode.go#L949: } else if ut.decIndir > 0 {
decode.go#L950: for i := int8(0); i < ut.decIndir; i++ {
type.go#L29: decIndir int8 // number of indirections to reach the receiver type; may be negative
type.go#L91: ut.externalDec, ut.decIndir = xGob, indir
type.go#L93: ut.externalDec, ut.decIndir = xBinary, 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. |