encoding/gob.Encoder.sent (field)
8 uses
encoding/gob (current package)
encoder.go#L20: sent map[reflect.Type]typeId // which types we've already sent
encoder.go#L37: enc.sent = make(map[reflect.Type]typeId)
encoder.go#L94: if _, alreadySent := enc.sent[actual]; alreadySent {
encoder.go#L113: enc.sent[ut.base] = info.id
encoder.go#L115: enc.sent[ut.user] = info.id
encoder.go#L189: if _, alreadySent := enc.sent[rt]; !alreadySent {
encoder.go#L204: enc.sent[rt] = info.id
encoder.go#L212: state.encodeInt(int64(enc.sent[ut.base]))
![]() |
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. |