encoding/gob.userTypeInfo.externalEnc (field)
15 uses
encoding/gob (current package)
encode.go#L476: switch ut.externalEnc {
encode.go#L519: if ut.externalEnc != 0 {
encode.go#L633: if ut.externalEnc != 0 {
encode.go#L636: if ut.externalEnc == 0 && srt.Kind() == reflect.Struct {
encode.go#L694: if ut.externalEnc != 0 {
encode.go#L700: if ut.externalEnc == 0 && value.Type().Kind() == reflect.Struct {
encoder.go#L137: if ut.externalEnc != 0 {
encoder.go#L186: if ut.externalEnc != 0 {
type.go#L26: externalEnc int // xGob, xBinary, or xText
type.go#L79: ut.externalEnc, ut.encIndir = xGob, indir
type.go#L81: ut.externalEnc, ut.encIndir = xBinary, indir
type.go#L440: if ut.externalEnc != 0 {
type.go#L695: if ut.externalEnc != 0 {
type.go#L721: if ut.externalEnc != 0 {
type.go#L727: switch ut.externalEnc {
![]() |
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. |