const reflect.Uint

33 uses

	reflect (current package)
		abi.go#L202: 	case Bool, Int, Uint, Int8, Uint8, Int16, Uint16, Int32, Uint32, Uintptr:
		deepequal.go#L162: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		iter.go#L58: 	case Uint:
		type.go#L308: 	Uint
		type.go#L507: 	Uint:          "uint",
		type.go#L896: 	case Uint, Uintptr, Uint8, Uint16, Uint32, Uint64:
		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#L1669: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L1805: 	case Uint:
		value.go#L2012: 	case Uint, Uintptr, Uint8, Uint16, Uint32, Uint64:
		value.go#L2289: 	case Uint:
		value.go#L2533: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L2546: 	case Uint:
		value.go#L3326: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3373: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3381: 	case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3383: 		case Int, Int8, Int16, Int32, Int64, Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:
		value.go#L3395: 		case Uint, Uint8, Uint16, Uint32, Uint64, Uintptr:

	encoding/json
		decode.go#L640: 			reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		decode.go#L797: 				case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		decode.go#L1010: 		case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L358: 		reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,
		encode.go#L444: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L814: 		reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L993: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		encode.go#L1162: 						reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr,

	fmt
		print.go#L794: 	case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
		print.go#L948: 			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:

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