kubernetes/vendor/k8s.io/utils/internal/third_party/forked/golang/net/parse.go

const big

// Decimal to integer.
// Returns number, characters consumed, success.
func dtoi(s string) (n int, i int, ok bool) {}

// Hexadecimal to integer.
// Returns number, characters consumed, success.
func xtoi(s string) (n int, i int, ok bool) {}