encoding/gob.decEngine.instr (field)
14 uses
encoding/gob (current package)
decode.go#L422: instr []decInstr
decode.go#L436: instr := &engine.instr[singletonField]
decode.go#L458: if fieldnum >= len(engine.instr) {
decode.go#L462: instr := &engine.instr[fieldnum]
decode.go#L492: if fieldnum >= len(engine.instr) {
decode.go#L495: instr := &engine.instr[fieldnum]
decode.go#L511: instr := &engine.instr[singletonField]
decode.go#L1055: engine.instr = make([]decInstr, 1) // one item
decode.go#L1067: engine.instr[singletonField] = decInstr{*op, singletonField, nil, ovfl}
decode.go#L1075: engine.instr = make([]decInstr, 1) // one item
decode.go#L1078: engine.instr[0] = decInstr{*op, 0, nil, ovfl}
decode.go#L1108: engine.instr = make([]decInstr, len(wireStruct.Field))
decode.go#L1122: engine.instr[fieldnum] = decInstr{*op, fieldnum, nil, ovfl}
decode.go#L1129: engine.instr[fieldnum] = decInstr{*op, fieldnum, localField.Index, ovfl}
 |
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. |