func encoding/gob.mustGetTypeInfo
9 uses
encoding/gob (current package)
encode.go#L576: info := mustGetTypeInfo(typ)
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#L765: func mustGetTypeInfo(rt reflect.Type) *typeInfo {
 |
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. |