const reflect.Uint8
111 uses
reflect (current package)
abi.go#L203: case Bool, Int, Uint, Int8, Uint8, Int16, Uint16, Int32, Uint32, Uintptr:
deepequal.go#L109: if v1.Type().Elem().Kind() == Uint8 {
deepequal.go#L161: case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
type.go#L250: Uint8
type.go#L650: Uint8: "uint8",
type.go#L2156: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
type.go#L2180: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, UnsafePointer:
value.go#L292: if v.typ.Elem().Kind() != Uint8 {
value.go#L1380: fl := v.flag.ro() | flag(Uint8) | flagIndir
value.go#L1526: case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
value.go#L1949: case Uint, Uintptr, Uint8, Uint16, Uint32, Uint64:
value.go#L2115: if v.typ.Elem().Kind() != Uint8 {
value.go#L2267: case Uint8:
value.go#L2484: case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
value.go#L2499: case Uint8:
value.go#L2695: stringCopy = sk == String && dst.typ.Elem().Kind() == Uint8
value.go#L3106: case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
value.go#L3114: case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
value.go#L3116: case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
value.go#L3128: case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
value.go#L3143: case Uint8:
value.go#L3153: case Uint8:
database/sql
convert.go#L356: reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64,
convert.go#L441: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
convert.go#L509: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
convert.go#L525: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
database/sql/driver
types.go#L89: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
types.go#L117: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
types.go#L268: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32:
types.go#L282: if ek == reflect.Uint8 {
encoding/asn1
asn1.go#L946: if sliceType.Elem().Kind() == reflect.Uint8 {
common.go#L174: 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/json
decode.go#L642: reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
decode.go#L803: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
decode.go#L951: if v.Type().Elem().Kind() != reflect.Uint8 {
decode.go#L1015: 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#L824: reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
encode.go#L895: if t.Elem().Kind() == reflect.Uint8 {
encode.go#L1023: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
encode.go#L1283: reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,
encoding/xml
marshal.go#L456: if (kind == reflect.Slice || kind == reflect.Array) && typ.Elem().Kind() != reflect.Uint8 {
marshal.go#L614: if val.Kind() == reflect.Slice && val.Type().Elem().Kind() != reflect.Uint8 {
marshal.go#L762: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
marshal.go#L771: if typ.Elem().Kind() != reflect.Uint8 {
marshal.go#L784: if typ.Elem().Kind() != reflect.Uint8 {
marshal.go#L863: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
marshal.go#L894: if !(k == reflect.String || k == reflect.Slice && vf.Type().Elem().Kind() == reflect.Uint8) {
marshal.go#L1054: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
read.go#L278: if val.Type().Kind() == reflect.Slice && val.Type().Elem().Kind() != reflect.Uint8 {
read.go#L389: if typ.Elem().Kind() == reflect.Uint8 {
read.go#L407: case reflect.Bool, reflect.Float32, reflect.Float64, reflect.Int, reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr, reflect.String:
read.go#L594: if t.Type().Elem().Kind() == reflect.Uint8 {
read.go#L628: case 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 {
github.com/go-pg/pg/v10/orm
table.go#L1253: case reflect.Int8, reflect.Uint8, reflect.Int16:
table.go#L1273: if typ.Elem().Kind() == reflect.Uint8 {
github.com/go-pg/pg/v10/types
append_value.go#L37: reflect.Uint8: appendUintValue,
append_value.go#L110: if typ.Elem().Kind() == reflect.Uint8 {
append_value.go#L117: if typ.Elem().Kind() == reflect.Uint8 {
scan_value.go#L40: reflect.Uint8: scanUint64Value,
scan_value.go#L120: if typ.Elem().Kind() == reflect.Uint8 {
scan_value.go#L127: if typ.Elem().Kind() == reflect.Uint8 {
github.com/go-pg/zerochecker
zerochecker.go#L29: if typ.Elem().Kind() == reflect.Uint8 {
zerochecker.go#L39: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
github.com/google/go-cmp/cmp
compare.go#L274: 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:
github.com/vmihailenco/msgpack/v5
decode_value.go#L27: reflect.Uint8: decodeUint64Value,
decode_value.go#L101: if elem.Kind() == reflect.Uint8 {
decode_value.go#L108: if typ.Elem().Kind() == reflect.Uint8 {
encode_value.go#L21: reflect.Uint8: encodeUint8CondValue,
encode_value.go#L99: if elem.Kind() == reflect.Uint8 {
encode_value.go#L106: if typ.Elem().Kind() == reflect.Uint8 {
types.go#L342: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
google.golang.org/protobuf/internal/descfmt
stringer.go#L235: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
google.golang.org/protobuf/internal/impl
codec_map.go#L293: 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#L290: isRepeated := t.Kind() == reflect.Slice && t.Elem().Kind() != reflect.Uint8
message_reflect_field.go#L258: isBytes := ft.Kind() == reflect.Slice && ft.Elem().Kind() == reflect.Uint8
message_reflect_field.go#L515: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
internal/fmtsort
sort.go#L95: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
text/template
exec.go#L336: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
exec.go#L885: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
funcs.go#L179: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
funcs.go#L191: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
funcs.go#L427: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
vendor/golang.org/x/crypto/cryptobyte
asn1.go#L284: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
asn1.go#L674: reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64: