encoding/gob.encEngine.instr (field)
11 uses
encoding/gob (current package)
encode.go#L271: instr []encInstr
encode.go#L296: instr := &engine.instr[singletonField]
encode.go#L313: for i := 0; i < len(engine.instr); i++ {
encode.go#L314: instr := &engine.instr[i]
encode.go#L643: engine.instr = append(engine.instr, encInstr{*op, wireFieldNum, f.Index, indir})
encode.go#L646: if srt.NumField() > 0 && len(engine.instr) == 0 {
encode.go#L649: engine.instr = append(engine.instr, encInstr{encStructTerminator, 0, nil, 0})
encode.go#L651: engine.instr = make([]encInstr, 1)
encode.go#L653: engine.instr[0] = encInstr{*op, singletonField, nil, 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. |