encoding/gob.typeInfo.id (field)
14 uses
encoding/gob (current package)
encoder.go#L104: state.encodeInt(-int64(info.id))
encoder.go#L113: enc.sent[ut.base] = info.id
encoder.go#L115: enc.sent[ut.user] = info.id
encoder.go#L204: enc.sent[rt] = info.id
type.go#L259: var tWireType = mustGetTypeInfo(reflect.TypeOf(wireType{})).id
type.go#L265: checkId(17, mustGetTypeInfo(reflect.TypeOf(arrayType{})).id)
type.go#L266: checkId(18, mustGetTypeInfo(reflect.TypeOf(CommonType{})).id)
type.go#L267: checkId(19, mustGetTypeInfo(reflect.TypeOf(sliceType{})).id)
type.go#L268: checkId(20, mustGetTypeInfo(reflect.TypeOf(structType{})).id)
type.go#L269: checkId(21, mustGetTypeInfo(reflect.TypeOf(fieldType{})).id)
type.go#L270: checkId(23, mustGetTypeInfo(reflect.TypeOf(mapType{})).id)
type.go#L674: id typeId
type.go#L719: info := &typeInfo{id: gt.id()}
type.go#L737: t := info.id.gobType()
![]() |
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. |