const reflect.Int8

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#L50: 	case Int8:
		type.go#L304: 	Int8
		type.go#L503: 	Int8:          "int8",
		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#L1462: 	case Int8:
		value.go#L1667: 	case Int, Int8, Int16, Int32, Int64:
		value.go#L1797: 	case Int8:
		value.go#L1999: 	case Int, Int8, Int16, Int32, Int64:
		value.go#L2242: 	case Int8:
		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#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#L878: 	case reflect.Int8:
		binary.go#L943: 	case reflect.Int8:

	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: