const encoding/gob.singletonField
10 uses
encoding/gob (current package)
decode.go#L432: state.fieldnum = singletonField
decode.go#L436: instr := &engine.instr[singletonField]
decode.go#L506: state.fieldnum = singletonField
decode.go#L511: instr := &engine.instr[singletonField]
decode.go#L1067: engine.instr[singletonField] = decInstr{*op, singletonField, nil, ovfl}
encode.go#L274: const singletonField = 0
encode.go#L292: state.fieldnum = singletonField
encode.go#L296: instr := &engine.instr[singletonField]
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. |