const reflect.Uint8

55 uses

	reflect (current package)
		type.go#L243: 	Uint8
		type.go#L607: 	Uint8:         "uint8",
		type.go#L2093: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Ptr, String, UnsafePointer:
		type.go#L2117: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Ptr, UnsafePointer:
		value.go#L290: 	if v.typ.Elem().Kind() != Uint8 {
		value.go#L976: 		fl := v.flag.ro() | flag(Uint8) | flagIndir
		value.go#L1106: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L1425: 	case Uint, Uintptr, Uint8, Uint16, Uint32, Uint64:
		value.go#L1589: 	if v.typ.Elem().Kind() != Uint8 {
		value.go#L1722: 	case Uint8:
		value.go#L1944: 	case Uint8:
		value.go#L2087: 		stringCopy = sk == String && dst.typ.Elem().Kind() == Uint8
		value.go#L2474: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L2482: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L2484: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L2496: 		case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L2511: 			case Uint8:
		value.go#L2521: 			case Uint8:

	encoding/asn1
		asn1.go#L946: 		if sliceType.Elem().Kind() == reflect.Uint8 {
		common.go#L181: 		if t.Elem().Kind() == reflect.Uint8 {
		marshal.go#L537: 		if sliceType.Elem().Kind() == reflect.Uint8 {

	encoding/binary
		binary.go#L447: 		reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64,
		binary.go#L582: 	case reflect.Uint8:
		binary.go#L650: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		binary.go#L652: 		case reflect.Uint8:

	encoding/gob
		decode.go#L766: 	reflect.Uint8:      decUint8,
		decode.go#L834: 			if t.Elem().Kind() == reflect.Uint8 {
		decode.go#L998: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		decode.go#L1022: 		if t.Elem().Kind() == reflect.Uint8 {
		encode.go#L455: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L502: 	reflect.Uint8:      encUint,
		encode.go#L539: 			if t.Elem().Kind() == reflect.Uint8 {
		encoder.go#L150: 		if rt.Elem().Kind() == reflect.Uint8 {
		type.go#L460: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		type.go#L509: 		if t.Elem().Kind() == reflect.Uint8 {
		type.go#L745: 			if typ.Elem().Kind() != reflect.Uint8 {

	encoding/json
		decode.go#L639: 			reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		decode.go#L794: 				case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		decode.go#L940: 			if v.Type().Elem().Kind() != reflect.Uint8 {
		decode.go#L1004: 		case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L349: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L440: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L823: 		reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L894: 	if t.Elem().Kind() == reflect.Uint8 {
		encode.go#L1021: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L1282: 						reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,

	fmt
		print.go#L746: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		print.go#L826: 			if t.Elem().Kind() == reflect.Uint8 {
		print.go#L902: 			case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		scan.go#L1029: 		case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		scan.go#L1036: 			if typ.Elem().Kind() != reflect.Uint8 {

	internal/fmtsort
		sort.go#L95: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

	src.elv.sh/pkg/persistent/hashmap
		hashmap.go#L165: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

	vendor/golang.org/x/crypto/cryptobyte
		asn1.go#L271: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
		asn1.go#L617: 			reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64: