func strconv.ParseUint
71 uses
strconv (current package)
atoi.go#L73: func ParseUint(s string, base int, bitSize int) (uint64, error) {
atoi.go#L216: un, err = ParseUint(s, base, bitSize)
database/sql
convert.go#L457: u64, err := strconv.ParseUint(s, 10, dv.Type().Bits())
encoding/json
decode.go#L794: n, err := strconv.ParseUint(s, 10, 64)
decode.go#L1006: n, err := strconv.ParseUint(string(item), 10, 64)
encoding/xml
read.go#L652: utmp, err := strconv.ParseUint(strings.TrimSpace(string(src)), 10, dst.Type().Bits())
xml.go#L1071: n, err := strconv.ParseUint(s, base, 64)
flag
flag.go#L206: v, err := strconv.ParseUint(s, 0, strconv.IntSize)
flag.go#L227: v, err := strconv.ParseUint(s, 0, 64)
fmt
scan.go#L687: i, err := strconv.ParseUint(tok, base, 64)
github.com/aws/smithy-go/document
document.go#L119: return strconv.ParseUint(string(n), 10, bitSize)
github.com/go-pg/pg/v10/internal
strconv.go#L14: return strconv.ParseUint(BytesToString(b), base, bitSize)
github.com/golang/protobuf/proto
properties.go#L154: n, _ := strconv.ParseUint(s, 10, 32)
text_decode.go#L394: if x, err := strconv.ParseUint(tok.value, 0, 32); err == nil {
text_decode.go#L407: if x, err := strconv.ParseUint(tok.value, 0, 64); err == nil {
text_decode.go#L412: if x, err := strconv.ParseUint(tok.value, 0, 32); err == nil {
text_decode.go#L416: if x, err := strconv.ParseUint(tok.value, 0, 64); err == nil {
text_decode.go#L738: i, err := strconv.ParseUint(ss, 8, 8)
text_decode.go#L758: i, err := strconv.ParseUint(ss, 16, 64)
github.com/valyala/fastjson
parser.go#L332: x, err := strconv.ParseUint(xs, 16, 16)
parser.go#L351: x1, err := strconv.ParseUint(s[2:6], 16, 16)
validate.go#L224: _, err := strconv.ParseUint(xs, 16, 16)
github.com/valyala/fastjson/fastfloat
parse.go#L30: dd, err := strconv.ParseUint(s, 10, 64)
parse.go#L69: dd, err := strconv.ParseUint(s, 10, 64)
go.pact.im/x/crypt
argon2.go#L26: version, err := strconv.ParseUint(v, 10, 32)
argon2.go#L50: n, err = strconv.ParseUint(it.Value, 10, 32)
argon2.go#L53: n, err = strconv.ParseUint(it.Value, 10, 32)
argon2.go#L56: n, err = strconv.ParseUint(it.Value, 10, 8)
go/scanner
scanner.go#L305: n, err := strconv.ParseUint(string(text[i+1:]), 10, 0)
golang.org/x/net/http2
server.go#L2226: if cl, err := strconv.ParseUint(vv[0], 10, 63); err == nil {
server.go#L2665: if cl, err := strconv.ParseUint(clen, 10, 63); err == nil {
transport.go#L2559: if cl, err := strconv.ParseUint(clens[0], 10, 63); err == nil {
google.golang.org/grpc/codes
codes.go#L230: if ci, err := strconv.ParseUint(string(b), 10, 32); err == nil {
google.golang.org/grpc/internal/binarylog
env_config.go#L167: hdrLenStr, err = strconv.ParseUint(s, 10, 64)
env_config.go#L179: msgLenStr, err = strconv.ParseUint(s, 10, 64)
env_config.go#L194: hdrLenStr, err = strconv.ParseUint(s, 10, 64)
env_config.go#L200: msgLenStr, err = strconv.ParseUint(s, 10, 64)
google.golang.org/grpc/internal/envconfig
envconfig.go#L51: v, err := strconv.ParseUint(os.Getenv(envVar), 10, 64)
google.golang.org/grpc/internal/transport
http_util.go#L298: parsed, err := strconv.ParseUint(msg[i+1:i+3], 16, 8)
google.golang.org/protobuf/encoding/protojson
decode.go#L651: if n, err := strconv.ParseUint(name, base10, b32); err == nil {
decode.go#L656: if n, err := strconv.ParseUint(name, base10, b64); err == nil {
google.golang.org/protobuf/internal/encoding/defval
default.go#L80: if v, err := strconv.ParseUint(s, 10, 32); err == nil {
default.go#L84: if v, err := strconv.ParseUint(s, 10, 64); err == nil {
google.golang.org/protobuf/internal/encoding/json
decode_string.go#L58: v, err := strconv.ParseUint(string(in[2:6]), 16, 16)
decode_string.go#L69: v, err := strconv.ParseUint(string(in[2:6]), 16, 16)
decode_token.go#L167: n, err := strconv.ParseUint(s, 10, bitSize)
google.golang.org/protobuf/internal/encoding/tag
tag.go#L44: n, _ := strconv.ParseUint(s, 10, 32)
google.golang.org/protobuf/internal/encoding/text
decode_string.go#L96: v, err := strconv.ParseUint(string(in[1:1+n]), 8, 8)
decode_string.go#L107: v, err := strconv.ParseUint(string(in[2:2+n]), 16, 8)
decode_string.go#L121: v, err := strconv.ParseUint(string(in[2:n]), 16, 32)
decode_string.go#L132: v, err := strconv.ParseUint(string(in[2:6]), 16, 16)
decode_token.go#L223: n, err := strconv.ParseUint(t.str, 0, 64)
decode_token.go#L252: n, err := strconv.ParseUint(t.str, 0, 64)
decode_token.go#L265: n, err := strconv.ParseUint(t.str, 0, 32)
decode_token.go#L283: if n, err := strconv.ParseUint(t.str, 0, 64); err == nil {
decode_token.go#L301: if n, err := strconv.ParseUint(t.str, 0, 32); err == nil {
google.golang.org/protobuf/internal/impl
message.go#L181: n, _ := strconv.ParseUint(s, 10, 64)
message.go#L209: n, _ := strconv.ParseUint(s, 10, 64)
net/http
h2_bundle.go#L6340: if cl, err := strconv.ParseUint(vv[0], 10, 63); err == nil {
h2_bundle.go#L6780: if cl, err := strconv.ParseUint(clen, 10, 63); err == nil {
h2_bundle.go#L10156: if cl, err := strconv.ParseUint(clens[0], 10, 63); err == nil {
request.go#L833: maj, err := strconv.ParseUint(vers[5:6], 10, 0)
request.go#L837: min, err := strconv.ParseUint(vers[7:8], 10, 0)
transfer.go#L1065: n, err := strconv.ParseUint(cl, 10, 63)
net/http/httptest
recorder.go#L250: n, err := strconv.ParseUint(cl, 10, 63)
net/http/pprof
pprof.go#L221: pc, _ := strconv.ParseUint(string(word), 0, 64)
net/netip
netip.go#L1123: port16, err := strconv.ParseUint(port, 10, 16)
runtime/pprof
proto.go#L701: lo, err := strconv.ParseUint(loStr, 16, 64)
proto.go#L705: hi, err := strconv.ParseUint(hiStr, 16, 64)
proto.go#L714: offset, err := strconv.ParseUint(string(next()), 16, 64)
text/template/parse
node.go#L671: u, err := strconv.ParseUint(text, 0, 64) // will fail for -0; fixed below.