const reflect.Int

36 uses

	reflect (current package)
		abi.go#L202: 	case Bool, Int, Uint, Int8, Uint8, Int16, Uint16, Int32, Uint32, Uintptr:
		deepequal.go#L159: 	case Int, Int8, Int16, Int32, Int64:
		type.go#L246: 	Int
		type.go#L451: 	Int:           "int",
		type.go#L556: 	if k < Int || k > Complex128 {
		type.go#L1879: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
		type.go#L1903: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, UnsafePointer:
		value.go#L1447: 	case Int, Int8, Int16, Int32, Int64:
		value.go#L1460: 	case Int:
		value.go#L1586: 	case Int, Int8, Int16, Int32, Int64:
		value.go#L1649: 	case Int:
		value.go#L2105: 	case Int, Int8, Int16, Int32, Int64:
		value.go#L2337: 	case Int:
		value.go#L3416: 	case Int, Int8, Int16, Int32, Int64:
		value.go#L3463: 	case Int, Int8, Int16, Int32, Int64:
		value.go#L3465: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3475: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3485: 		case Int, Int8, Int16, Int32, Int64:

	encoding/asn1
		asn1.go#L900: 	case reflect.Int, reflect.Int32, reflect.Int64:
		asn1.go#L998: 	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/binary
		binary.go#L712: 	case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:

	encoding/json
		decode.go#L633: 			reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64,
		decode.go#L776: 				case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
		decode.go#L988: 		case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
		encode.go#L310: 	case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
		encode.go#L401: 	case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
		encode.go#L768: 		reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64,
		encode.go#L953: 	case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
		encode.go#L1138: 						reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64,

	fmt
		print.go#L791: 	case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64:
		print.go#L943: 			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#L84: 	case reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64: