const reflect.Uint8
54 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#L281: Uint8
type.go#L480: Uint8: "uint8",
type.go#L876: case Uint, Uintptr, Uint8, Uint16, Uint32, Uint64:
type.go#L886: case Int8, Int16, Int32, Int64, Int, Uint8, Uint16, Uint32, Uint64, Uint, Uintptr, Array, Slice, Chan, String, Map:
type.go#L2040: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, String, UnsafePointer:
type.go#L2064: case Bool, Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr, Chan, Pointer, UnsafePointer:
type.go#L2306: 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#L2170: case Uint, Uintptr, Uint8, Uint16, Uint32, Uint64:
value.go#L2341: if toRType(v.typ()).Elem().Kind() != Uint8 { // TODO add Elem method, fix mustBe(Slice) to return slice.
value.go#L2493: case Uint8:
value.go#L2734: case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
value.go#L2749: case Uint8:
value.go#L3484: case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
value.go#L3531: case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
value.go#L3539: case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
value.go#L3541: case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
value.go#L3553: case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
value.go#L3568: case Uint8:
value.go#L3578: case Uint8:
database/sql/driver
types.go#L93: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
types.go#L121: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
types.go#L273: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32:
types.go#L287: if ek == reflect.Uint8 {
encoding/asn1
asn1.go#L949: 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#L734: reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64,
binary.go#L869: case reflect.Uint8:
binary.go#L934: case reflect.Uint8:
encoding/json
decode.go#L634: reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
decode.go#L785: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
decode.go#L934: if v.Type().Elem().Kind() != reflect.Uint8 {
decode.go#L998: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
encode.go#L313: reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,
encode.go#L402: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
encode.go#L782: reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
encode.go#L837: if t.Elem().Kind() == reflect.Uint8 {
encode.go#L961: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
encode.go#L1138: 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/oapi-codegen/runtime
bindstring.go#L73: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64:
styleparam.go#L415: case reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uint:
internal/fmtsort
sort.go#L80: case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |