type encoding/gob.sliceType
12 uses
encoding/gob (current package)
decode.go#L840: elemId = tt.(*sliceType).Elem
decode.go#L1026: var sw *sliceType
decode.go#L1028: sw, _ = tt.(*sliceType)
type.go#L267: checkId(19, mustGetTypeInfo(reflect.TypeOf(sliceType{})).id)
type.go#L365: type sliceType struct {
type.go#L370: func newSliceType(name string) *sliceType {
type.go#L371: s := &sliceType{CommonType{Name: name}, 0}
type.go#L375: func (s *sliceType) init(elem gobType) {
type.go#L386: func (s *sliceType) safeString(seen map[typeId]bool) string {
type.go#L394: func (s *sliceType) string() string { return s.safeString(make(map[typeId]bool)) }
type.go#L641: SliceT *sliceType
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. |