func encoding/gob.checkId

9 uses

	encoding/gob (current package)
		type.go#L264: 	checkId(16, tWireType)
		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#L605: func checkId(want, got typeId) {
		type.go#L623: 	checkId(expect, nextId)