vim/bundle/deoplete-go/data/json/1.7.3/linux_amd64/strconv/strconv.json

1 line
2.9 KiB
JSON

[0, [{"class": "const", "name": "IntSize", "type": ""}, {"class": "func", "name": "AppendBool", "type": "func(dst []byte, b bool) []byte"}, {"class": "func", "name": "AppendFloat", "type": "func(dst []byte, f float64, fmt byte, prec int, bitSize int) []byte"}, {"class": "func", "name": "AppendInt", "type": "func(dst []byte, i int64, base int) []byte"}, {"class": "func", "name": "AppendQuote", "type": "func(dst []byte, s string) []byte"}, {"class": "func", "name": "AppendQuoteRune", "type": "func(dst []byte, r rune) []byte"}, {"class": "func", "name": "AppendQuoteRuneToASCII", "type": "func(dst []byte, r rune) []byte"}, {"class": "func", "name": "AppendQuoteRuneToGraphic", "type": "func(dst []byte, r rune) []byte"}, {"class": "func", "name": "AppendQuoteToASCII", "type": "func(dst []byte, s string) []byte"}, {"class": "func", "name": "AppendQuoteToGraphic", "type": "func(dst []byte, s string) []byte"}, {"class": "func", "name": "AppendUint", "type": "func(dst []byte, i uint64, base int) []byte"}, {"class": "func", "name": "Atoi", "type": "func(s string) (int, error)"}, {"class": "func", "name": "CanBackquote", "type": "func(s string) bool"}, {"class": "func", "name": "FormatBool", "type": "func(b bool) string"}, {"class": "func", "name": "FormatFloat", "type": "func(f float64, fmt byte, prec int, bitSize int) string"}, {"class": "func", "name": "FormatInt", "type": "func(i int64, base int) string"}, {"class": "func", "name": "FormatUint", "type": "func(i uint64, base int) string"}, {"class": "func", "name": "IsGraphic", "type": "func(r rune) bool"}, {"class": "func", "name": "IsPrint", "type": "func(r rune) bool"}, {"class": "func", "name": "Itoa", "type": "func(i int) string"}, {"class": "func", "name": "ParseBool", "type": "func(str string) (bool, error)"}, {"class": "func", "name": "ParseFloat", "type": "func(s string, bitSize int) (float64, error)"}, {"class": "func", "name": "ParseInt", "type": "func(s string, base int, bitSize int) (i int64, err error)"}, {"class": "func", "name": "ParseUint", "type": "func(s string, base int, bitSize int) (uint64, error)"}, {"class": "func", "name": "Quote", "type": "func(s string) string"}, {"class": "func", "name": "QuoteRune", "type": "func(r rune) string"}, {"class": "func", "name": "QuoteRuneToASCII", "type": "func(r rune) string"}, {"class": "func", "name": "QuoteRuneToGraphic", "type": "func(r rune) string"}, {"class": "func", "name": "QuoteToASCII", "type": "func(s string) string"}, {"class": "func", "name": "QuoteToGraphic", "type": "func(s string) string"}, {"class": "func", "name": "Unquote", "type": "func(s string) (string, error)"}, {"class": "func", "name": "UnquoteChar", "type": "func(s string, quote byte) (value rune, multibyte bool, tail string, err error)"}, {"class": "type", "name": "NumError", "type": "struct"}, {"class": "var", "name": "ErrRange", "type": "error"}, {"class": "var", "name": "ErrSyntax", "type": "error"}]]