encoding/gob.wireType.SliceT (field)
8 uses
encoding/gob (current package)
decode.go#L842: elemId = dec.wireType[wireId].SliceT.Elem
decode.go#L913: case wire.SliceT != nil:
decode.go#L914: elemId := wire.SliceT.Elem
decode.go#L1030: sw = wire.SliceT
type.go#L641: SliceT *sliceType
type.go#L657: case w.SliceT != nil:
type.go#L658: return w.SliceT.Name
type.go#L746: info.wire = &wireType{SliceT: t.(*sliceType)}
![]() |
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. |