1222 lines
No EOL
246 KiB
Text
1222 lines
No EOL
246 KiB
Text
!<arch>
|
||
__.PKGDEF 0 0 0 644 2687 `
|
||
go object linux amd64 go1.5.1 X:none
|
||
build id "51bcf0dda5be03968c2c839046fd6db75e6b6263"
|
||
|
||
$$
|
||
package strconv
|
||
import runtime "runtime"
|
||
import math "math"
|
||
import errors "errors"
|
||
import utf8 "unicode/utf8"
|
||
func @"".ParseBool (@"".str·3 string) (@"".value·1 bool, @"".err·2 error)
|
||
func @"".FormatBool (@"".b·2 bool) (? string) { if @"".b·2 { return "true" }; return "false" }
|
||
func @"".AppendBool (@"".dst·2 []byte "esc:0x1a", @"".b·3 bool) (? []byte) { if @"".b·3 { return append(@"".dst·2, "true"...) }; return append(@"".dst·2, "false"...) }
|
||
func @"".ParseFloat (@"".s·3 string, @"".bitSize·4 int) (@"".f·1 float64, @"".err·2 error)
|
||
var @"".ErrRange error
|
||
var @"".ErrSyntax error
|
||
type @"".NumError struct { Func string; Num string; Err error }
|
||
func (@"".e·2 *@"".NumError "esc:0x9") Error () (? string)
|
||
const @"".IntSize = 0x40
|
||
func @"".ParseUint (@"".s·3 string, @"".base·4 int, @"".bitSize·5 int) (@"".n·1 uint64, @"".err·2 error)
|
||
func @"".ParseInt (@"".s·3 string, @"".base·4 int, @"".bitSize·5 int) (@"".i·1 int64, @"".err·2 error)
|
||
func @"".Atoi (@"".s·3 string) (@"".i·1 int, @"".err·2 error)
|
||
func @"".FormatFloat (@"".f·2 float64, @"".fmt·3 byte, @"".prec·4 int, @"".bitSize·5 int) (? string)
|
||
func @"".AppendFloat (@"".dst·2 []byte "esc:0x1a", @"".f·3 float64, @"".fmt·4 byte, @"".prec·5 int, @"".bitSize·6 int) (? []byte)
|
||
func @"".FormatUint (@"".i·2 uint64, @"".base·3 int) (? string)
|
||
func @"".FormatInt (@"".i·2 int64, @"".base·3 int) (? string)
|
||
func @"".Itoa (@"".i·2 int) (? string)
|
||
func @"".AppendInt (@"".dst·2 []byte "esc:0x1a", @"".i·3 int64, @"".base·4 int) (? []byte)
|
||
func @"".AppendUint (@"".dst·2 []byte "esc:0x1a", @"".i·3 uint64, @"".base·4 int) (? []byte)
|
||
func @"".Quote (@"".s·2 string "esc:0x1") (? string)
|
||
func @"".AppendQuote (@"".dst·2 []byte "esc:0x1a", @"".s·3 string "esc:0x1") (? []byte)
|
||
func @"".QuoteToASCII (@"".s·2 string "esc:0x1") (? string)
|
||
func @"".AppendQuoteToASCII (@"".dst·2 []byte "esc:0x1a", @"".s·3 string "esc:0x1") (? []byte)
|
||
func @"".QuoteRune (@"".r·2 rune) (? string)
|
||
func @"".AppendQuoteRune (@"".dst·2 []byte "esc:0x1a", @"".r·3 rune) (? []byte)
|
||
func @"".QuoteRuneToASCII (@"".r·2 rune) (? string)
|
||
func @"".AppendQuoteRuneToASCII (@"".dst·2 []byte "esc:0x1a", @"".r·3 rune) (? []byte)
|
||
func @"".CanBackquote (@"".s·2 string "esc:0x1") (? bool)
|
||
func @"".UnquoteChar (@"".s·5 string "esc:0x402", @"".quote·6 byte) (@"".value·1 rune, @"".multibyte·2 bool, @"".tail·3 string, @"".err·4 error)
|
||
func @"".Unquote (@"".s·3 string "esc:0x12") (@"".t·1 string, @"".err·2 error)
|
||
func @"".IsPrint (@"".r·2 rune) (? bool)
|
||
func @"".init ()
|
||
|
||
$$
|
||
|