const reflect.Int

39 uses

	reflect (current package)
		abi.go#L202: 	case Bool, Int, Uint, Int8, Uint8, Int16, Uint16, Int32, Uint32, Uintptr:
		deepequal.go#L160: 	case Int, Int8, Int16, Int32, Int64:
		iter.go#L48: 	case Int:
		type.go#L303: 	Int
		type.go#L502: 	Int:           "int",
		type.go#L616: 	if k < Int || k > Complex128 {
		type.go#L885: 	case Int, Int8, Int16, Int32, Int64:
		type.go#L906: 	case Int8, Int16, Int32, Int64, Int, Uint8, Uint16, Uint32, Uint64, Uint, Uintptr, Array, Slice, Chan, String, Map:
		type.go#L2062: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
		type.go#L2086: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, UnsafePointer:
		type.go#L2232: 	case Int8, Int16, Int32, Int64, Int, Uint8, Uint16, Uint32, Uint64, Uint, Uintptr, Chan, Pointer, Bool, UnsafePointer:
		value.go#L1447: 	case Int, Int8, Int16, Int32, Int64:
		value.go#L1460: 	case Int:
		value.go#L1667: 	case Int, Int8, Int16, Int32, Int64:
		value.go#L1795: 	case Int:
		value.go#L1999: 	case Int, Int8, Int16, Int32, Int64:
		value.go#L2240: 	case Int:
		value.go#L3324: 	case Int, Int8, Int16, Int32, Int64:
		value.go#L3371: 	case Int, Int8, Int16, Int32, Int64:
		value.go#L3373: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3383: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3393: 		case Int, Int8, Int16, Int32, Int64:

	encoding/asn1
		asn1.go#L942: 	case reflect.Int, reflect.Int32, reflect.Int64:
		asn1.go#L1040: 	case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
		common.go#L169: 	case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
		marshal.go#L485: 	case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:

	encoding/json
		decode.go#L639: 			reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64,
		decode.go#L788: 				case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
		decode.go#L1002: 		case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
		encode.go#L357: 		reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64,
		encode.go#L442: 	case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
		encode.go#L813: 		reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64,
		encode.go#L991: 	case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
		encode.go#L1161: 						reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64,

	fmt
		print.go#L792: 	case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
		print.go#L942: 			case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
		scan.go#L1027: 		case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:

	github.com/gotd/td/tdp
		tdp.go#L56: 	case reflect.Int:

	internal/fmtsort
		sort.go#L78: 	case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64: