const reflect.Uint8

74 uses

	reflect (current package)
		abi.go#L202: 	case Bool, Int, Uint, Int8, Uint8, Int16, Uint16, Int32, Uint32, Uintptr:
		deepequal.go#L109: 		if v1.Type().Elem().Kind() == Uint8 {
		deepequal.go#L162: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		iter.go#L60: 	case Uint8:
		type.go#L282: 	Uint8
		type.go#L476: 	Uint8:         "uint8",
		type.go#L864: 	case Uint, Uintptr, Uint8, Uint16, Uint32, Uint64:
		type.go#L874: 	case Int8, Int16, Int32, Int64, Int, Uint8, Uint16, Uint32, Uint64, Uint, Uintptr, Array, Slice, Chan, String, Map:
		type.go#L1973: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
		type.go#L1997: 	case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, UnsafePointer:
		type.go#L2143: 	case Int8, Int16, Int32, Int64, Int, Uint8, Uint16, Uint32, Uint64, Uint, Uintptr, Chan, Pointer, Bool, UnsafePointer:
		value.go#L1432: 		fl := v.flag.ro() | flag(Uint8) | flagIndir
		value.go#L1581: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L1713: 	case Uint8:
		value.go#L1911: 	case Uint, Uintptr, Uint8, Uint16, Uint32, Uint64:
		value.go#L2083: 	if toRType(v.typ()).Elem().Kind() != Uint8 { // TODO add Elem method, fix mustBe(Slice) to return slice.
		value.go#L2190: 	case Uint8:
		value.go#L2432: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L2447: 	case Uint8:
		value.go#L3183: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3230: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3238: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3240: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3252: 		case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3267: 			case Uint8:
		value.go#L3277: 			case Uint8:

	encoding/asn1
		asn1.go#L943: 		if sliceType.Elem().Kind() == reflect.Uint8 {
		common.go#L174: 		if t.Elem().Kind() == reflect.Uint8 {
		marshal.go#L534: 		if sliceType.Elem().Kind() == reflect.Uint8 {

	encoding/binary
		binary.go#L752: 		reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64,
		binary.go#L887: 	case reflect.Uint8:
		binary.go#L952: 	case reflect.Uint8:

	encoding/json
		decode.go#L635: 			reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		decode.go#L792: 				case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		decode.go#L941: 			if v.Type().Elem().Kind() != reflect.Uint8 {
		decode.go#L1005: 		case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L324: 		reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,
		encode.go#L413: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L794: 		reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L849: 	if t.Elem().Kind() == reflect.Uint8 {
		encode.go#L973: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L1158: 						reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,

	fmt
		print.go#L793: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		print.go#L873: 			if t.Elem().Kind() == reflect.Uint8 {
		print.go#L947: 			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 {

	github.com/google/go-cmp/cmp
		compare.go#L276: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		report_reflect.go#L169: 	case reflect.Uint8:
		report_slices.go#L62: 			reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,
		report_slices.go#L308: 					case reflect.Uint8, reflect.Uintptr:

	github.com/google/go-cmp/cmp/internal/value
		name.go#L48: 		reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,
		sort.go#L42: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:

	google.golang.org/protobuf/internal/descfmt
		stringer.go#L331: 		case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:

	google.golang.org/protobuf/internal/impl
		codec_map.go#L304: 		case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		codec_tables.go#L111: 			if ft.Kind() == reflect.Slice && ft.Elem().Kind() == reflect.Uint8 && strs.EnforceUTF8(fd) {
		codec_tables.go#L114: 			if ft.Kind() == reflect.Slice && ft.Elem().Kind() == reflect.Uint8 {
		codec_tables.go#L121: 			if ft.Kind() == reflect.Slice && ft.Elem().Kind() == reflect.Uint8 {
		codec_tables.go#L267: 			if ft.Kind() == reflect.Slice && ft.Elem().Kind() == reflect.Uint8 && strs.EnforceUTF8(fd) {
		codec_tables.go#L270: 			if ft.Kind() == reflect.Slice && ft.Elem().Kind() == reflect.Uint8 {
		codec_tables.go#L277: 			if ft.Kind() == reflect.Slice && ft.Elem().Kind() == reflect.Uint8 {
		codec_tables.go#L417: 			if ft.Kind() == reflect.Slice && ft.Elem().Kind() == reflect.Uint8 && strs.EnforceUTF8(fd) {
		codec_tables.go#L420: 			if ft.Kind() == reflect.Slice && ft.Elem().Kind() == reflect.Uint8 {
		codec_tables.go#L427: 			if ft.Kind() == reflect.Slice && ft.Elem().Kind() == reflect.Uint8 {
		legacy_extension.go#L92: 	isRepeated := t.Kind() == reflect.Slice && t.Elem().Kind() != reflect.Uint8
		legacy_message.go#L298: 	isRepeated := t.Kind() == reflect.Slice && t.Elem().Kind() != reflect.Uint8
		message_reflect_field.go#L255: 	isBytes := ft.Kind() == reflect.Slice && ft.Elem().Kind() == reflect.Uint8

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

	text/template
		exec.go#L342: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		exec.go#L399: 		reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		exec.go#L974: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		funcs.go#L181: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		funcs.go#L193: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		funcs.go#L434: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr: