const strconv.IntSize
9 uses
strconv (current package)
atoi.go#L71: const IntSize = intSize
atoi.go#L117: bitSize = IntSize
atoi.go#L229: bitSize = IntSize
encoding/base64
base64.go#L498: for strconv.IntSize >= 64 && len(src)-si >= 8 && len(dst)-n >= 8 {
flag
flag.go#L164: v, err := strconv.ParseInt(s, 0, strconv.IntSize)
flag.go#L206: v, err := strconv.ParseUint(s, 0, strconv.IntSize)
github.com/go-faster/jx
dec_int.go#L26: return d.int(strconv.IntSize)
dec_int.go#L48: return d.uint(strconv.IntSize)
net/http
h2_bundle.go#L3158: bitSize = int(strconv.IntSize)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |