encoding/gob.encInstr.indir (field)
5 uses
encoding/gob (current package)
encode.go#L141: indir int // how many pointer indirections to reach the value in the struct
encode.go#L297: if instr.indir > 0 {
encode.go#L298: value = encIndirect(value, instr.indir)
encode.go#L321: if instr.indir > 0 {
encode.go#L322: field = encIndirect(field, instr.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. |