encoding/gob.userTypeInfo.encIndir (field)
9 uses
encoding/gob (current package)
encode.go#L602: if ut.encIndir == -1 {
encode.go#L604: } else if ut.encIndir > 0 {
encode.go#L605: for i := int8(0); i < ut.encIndir; i++ {
encode.go#L611: if ut.encIndir == -1 {
encode.go#L624: return &op, int(ut.encIndir) // encIndir: op will get called with p == address of receiver.
encode.go#L695: indir = int(ut.encIndir)
type.go#L28: encIndir int8 // number of indirections to reach the receiver type; may be negative
type.go#L79: ut.externalEnc, ut.encIndir = xGob, indir
type.go#L81: ut.externalEnc, ut.encIndir = 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. |