const reflect.Int64

40 uses

	reflect (current package)
		abi.go#L204: 	case Int64, Uint64:
		deepequal.go#L160: 	case Int, Int8, Int16, Int32, Int64:
		iter.go#L56: 	case Int64:
		type.go#L307: 	Int64
		type.go#L506: 	Int64:         "int64",
		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#L1468: 	case Int64:
		value.go#L1667: 	case Int, Int8, Int16, Int32, Int64:
		value.go#L1803: 	case Int64:
		value.go#L1999: 	case Int, Int8, Int16, Int32, Int64:
		value.go#L2248: 	case Int64:
		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/binary
		binary.go#L753: 		reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64,
		binary.go#L884: 	case reflect.Int64:
		binary.go#L949: 	case 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:

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