]> Cypherpunks.ru repositories - gostls13.git/blob - api/go1.5.txt
[dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch
[gostls13.git] / api / go1.5.txt
1 pkg archive/zip, method (*Writer) SetOffset(int64)
2 pkg bufio, method (*Reader) Discard(int) (int, error)
3 pkg bufio, method (ReadWriter) Discard(int) (int, error)
4 pkg bytes, func LastIndexByte([]uint8, uint8) int
5 pkg bytes, method (*Buffer) Cap() int
6 pkg bytes, method (*Reader) Size() int64
7 pkg crypto, const SHA512_224 = 14
8 pkg crypto, const SHA512_224 Hash
9 pkg crypto, const SHA512_256 = 15
10 pkg crypto, const SHA512_256 Hash
11 pkg crypto, type Decrypter interface { Decrypt, Public }
12 pkg crypto, type Decrypter interface, Decrypt(io.Reader, []uint8, DecrypterOpts) ([]uint8, error)
13 pkg crypto, type Decrypter interface, Public() PublicKey
14 pkg crypto, type DecrypterOpts interface {}
15 pkg crypto/cipher, func NewGCMWithNonceSize(Block, int) (AEAD, error)
16 pkg crypto/elliptic, type CurveParams struct, Name string
17 pkg crypto/rsa, method (*PrivateKey) Decrypt(io.Reader, []uint8, crypto.DecrypterOpts) ([]uint8, error)
18 pkg crypto/rsa, type OAEPOptions struct
19 pkg crypto/rsa, type OAEPOptions struct, Hash crypto.Hash
20 pkg crypto/rsa, type OAEPOptions struct, Label []uint8
21 pkg crypto/rsa, type PKCS1v15DecryptOptions struct
22 pkg crypto/rsa, type PKCS1v15DecryptOptions struct, SessionKeyLen int
23 pkg crypto/sha512, const Size224 = 28
24 pkg crypto/sha512, const Size224 ideal-int
25 pkg crypto/sha512, const Size256 = 32
26 pkg crypto/sha512, const Size256 ideal-int
27 pkg crypto/sha512, func New512_224() hash.Hash
28 pkg crypto/sha512, func New512_256() hash.Hash
29 pkg crypto/sha512, func Sum512_224([]uint8) [28]uint8
30 pkg crypto/sha512, func Sum512_256([]uint8) [32]uint8
31 pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = 49196
32 pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 uint16
33 pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 = 49200
34 pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 uint16
35 pkg crypto/tls, method (*Config) SetSessionTicketKeys([][32]uint8)
36 pkg crypto/tls, type Certificate struct, SignedCertificateTimestamps [][]uint8
37 pkg crypto/tls, type ConnectionState struct, OCSPResponse []uint8
38 pkg crypto/tls, type ConnectionState struct, SignedCertificateTimestamps [][]uint8
39 pkg crypto/x509, method (*CertificateRequest) CheckSignature() error
40 pkg crypto/x509, type Certificate struct, UnhandledCriticalExtensions []asn1.ObjectIdentifier
41 pkg crypto/x509/pkix, type Name struct, ExtraNames []AttributeTypeAndValue
42 pkg database/sql, method (*DB) Stats() DBStats
43 pkg database/sql, type DBStats struct
44 pkg database/sql, type DBStats struct, OpenConnections int
45 pkg debug/dwarf, const ClassAddress = 1
46 pkg debug/dwarf, const ClassAddress Class
47 pkg debug/dwarf, const ClassBlock = 2
48 pkg debug/dwarf, const ClassBlock Class
49 pkg debug/dwarf, const ClassConstant = 3
50 pkg debug/dwarf, const ClassConstant Class
51 pkg debug/dwarf, const ClassExprLoc = 4
52 pkg debug/dwarf, const ClassExprLoc Class
53 pkg debug/dwarf, const ClassFlag = 5
54 pkg debug/dwarf, const ClassFlag Class
55 pkg debug/dwarf, const ClassLinePtr = 6
56 pkg debug/dwarf, const ClassLinePtr Class
57 pkg debug/dwarf, const ClassLocListPtr = 7
58 pkg debug/dwarf, const ClassLocListPtr Class
59 pkg debug/dwarf, const ClassMacPtr = 8
60 pkg debug/dwarf, const ClassMacPtr Class
61 pkg debug/dwarf, const ClassRangeListPtr = 9
62 pkg debug/dwarf, const ClassRangeListPtr Class
63 pkg debug/dwarf, const ClassReference = 10
64 pkg debug/dwarf, const ClassReference Class
65 pkg debug/dwarf, const ClassReferenceAlt = 13
66 pkg debug/dwarf, const ClassReferenceAlt Class
67 pkg debug/dwarf, const ClassReferenceSig = 11
68 pkg debug/dwarf, const ClassReferenceSig Class
69 pkg debug/dwarf, const ClassString = 12
70 pkg debug/dwarf, const ClassString Class
71 pkg debug/dwarf, const ClassStringAlt = 14
72 pkg debug/dwarf, const ClassStringAlt Class
73 pkg debug/dwarf, method (*Data) LineReader(*Entry) (*LineReader, error)
74 pkg debug/dwarf, method (*Entry) AttrField(Attr) *Field
75 pkg debug/dwarf, method (*LineReader) Next(*LineEntry) error
76 pkg debug/dwarf, method (*LineReader) Reset()
77 pkg debug/dwarf, method (*LineReader) Seek(LineReaderPos)
78 pkg debug/dwarf, method (*LineReader) SeekPC(uint64, *LineEntry) error
79 pkg debug/dwarf, method (*LineReader) Tell() LineReaderPos
80 pkg debug/dwarf, method (*Reader) AddressSize() int
81 pkg debug/dwarf, method (Class) GoString() string
82 pkg debug/dwarf, method (Class) String() string
83 pkg debug/dwarf, type Class int
84 pkg debug/dwarf, type Field struct, Class Class
85 pkg debug/dwarf, type LineEntry struct
86 pkg debug/dwarf, type LineEntry struct, Address uint64
87 pkg debug/dwarf, type LineEntry struct, BasicBlock bool
88 pkg debug/dwarf, type LineEntry struct, Column int
89 pkg debug/dwarf, type LineEntry struct, Discriminator int
90 pkg debug/dwarf, type LineEntry struct, EndSequence bool
91 pkg debug/dwarf, type LineEntry struct, EpilogueBegin bool
92 pkg debug/dwarf, type LineEntry struct, File *LineFile
93 pkg debug/dwarf, type LineEntry struct, ISA int
94 pkg debug/dwarf, type LineEntry struct, IsStmt bool
95 pkg debug/dwarf, type LineEntry struct, Line int
96 pkg debug/dwarf, type LineEntry struct, OpIndex int
97 pkg debug/dwarf, type LineEntry struct, PrologueEnd bool
98 pkg debug/dwarf, type LineFile struct
99 pkg debug/dwarf, type LineFile struct, Length int
100 pkg debug/dwarf, type LineFile struct, Mtime uint64
101 pkg debug/dwarf, type LineFile struct, Name string
102 pkg debug/dwarf, type LineReader struct
103 pkg debug/dwarf, type LineReaderPos struct
104 pkg debug/dwarf, var ErrUnknownPC error
105 pkg debug/elf, const R_PPC64_ADDR14 = 7
106 pkg debug/elf, const R_PPC64_ADDR14 R_PPC64
107 pkg debug/elf, const R_PPC64_ADDR14_BRNTAKEN = 9
108 pkg debug/elf, const R_PPC64_ADDR14_BRNTAKEN R_PPC64
109 pkg debug/elf, const R_PPC64_ADDR14_BRTAKEN = 8
110 pkg debug/elf, const R_PPC64_ADDR14_BRTAKEN R_PPC64
111 pkg debug/elf, const R_PPC64_ADDR16 = 3
112 pkg debug/elf, const R_PPC64_ADDR16 R_PPC64
113 pkg debug/elf, const R_PPC64_ADDR16_DS = 56
114 pkg debug/elf, const R_PPC64_ADDR16_DS R_PPC64
115 pkg debug/elf, const R_PPC64_ADDR16_HA = 6
116 pkg debug/elf, const R_PPC64_ADDR16_HA R_PPC64
117 pkg debug/elf, const R_PPC64_ADDR16_HI = 5
118 pkg debug/elf, const R_PPC64_ADDR16_HI R_PPC64
119 pkg debug/elf, const R_PPC64_ADDR16_HIGHER = 39
120 pkg debug/elf, const R_PPC64_ADDR16_HIGHER R_PPC64
121 pkg debug/elf, const R_PPC64_ADDR16_HIGHERA = 40
122 pkg debug/elf, const R_PPC64_ADDR16_HIGHERA R_PPC64
123 pkg debug/elf, const R_PPC64_ADDR16_HIGHEST = 41
124 pkg debug/elf, const R_PPC64_ADDR16_HIGHEST R_PPC64
125 pkg debug/elf, const R_PPC64_ADDR16_HIGHESTA = 42
126 pkg debug/elf, const R_PPC64_ADDR16_HIGHESTA R_PPC64
127 pkg debug/elf, const R_PPC64_ADDR16_LO = 4
128 pkg debug/elf, const R_PPC64_ADDR16_LO R_PPC64
129 pkg debug/elf, const R_PPC64_ADDR16_LO_DS = 57
130 pkg debug/elf, const R_PPC64_ADDR16_LO_DS R_PPC64
131 pkg debug/elf, const R_PPC64_ADDR24 = 2
132 pkg debug/elf, const R_PPC64_ADDR24 R_PPC64
133 pkg debug/elf, const R_PPC64_ADDR32 = 1
134 pkg debug/elf, const R_PPC64_ADDR32 R_PPC64
135 pkg debug/elf, const R_PPC64_ADDR64 = 38
136 pkg debug/elf, const R_PPC64_ADDR64 R_PPC64
137 pkg debug/elf, const R_PPC64_DTPMOD64 = 68
138 pkg debug/elf, const R_PPC64_DTPMOD64 R_PPC64
139 pkg debug/elf, const R_PPC64_DTPREL16 = 74
140 pkg debug/elf, const R_PPC64_DTPREL16 R_PPC64
141 pkg debug/elf, const R_PPC64_DTPREL16_DS = 101
142 pkg debug/elf, const R_PPC64_DTPREL16_DS R_PPC64
143 pkg debug/elf, const R_PPC64_DTPREL16_HA = 77
144 pkg debug/elf, const R_PPC64_DTPREL16_HA R_PPC64
145 pkg debug/elf, const R_PPC64_DTPREL16_HI = 76
146 pkg debug/elf, const R_PPC64_DTPREL16_HI R_PPC64
147 pkg debug/elf, const R_PPC64_DTPREL16_HIGHER = 103
148 pkg debug/elf, const R_PPC64_DTPREL16_HIGHER R_PPC64
149 pkg debug/elf, const R_PPC64_DTPREL16_HIGHERA = 104
150 pkg debug/elf, const R_PPC64_DTPREL16_HIGHERA R_PPC64
151 pkg debug/elf, const R_PPC64_DTPREL16_HIGHEST = 105
152 pkg debug/elf, const R_PPC64_DTPREL16_HIGHEST R_PPC64
153 pkg debug/elf, const R_PPC64_DTPREL16_HIGHESTA = 106
154 pkg debug/elf, const R_PPC64_DTPREL16_HIGHESTA R_PPC64
155 pkg debug/elf, const R_PPC64_DTPREL16_LO = 75
156 pkg debug/elf, const R_PPC64_DTPREL16_LO R_PPC64
157 pkg debug/elf, const R_PPC64_DTPREL16_LO_DS = 102
158 pkg debug/elf, const R_PPC64_DTPREL16_LO_DS R_PPC64
159 pkg debug/elf, const R_PPC64_DTPREL64 = 78
160 pkg debug/elf, const R_PPC64_DTPREL64 R_PPC64
161 pkg debug/elf, const R_PPC64_GOT16 = 14
162 pkg debug/elf, const R_PPC64_GOT16 R_PPC64
163 pkg debug/elf, const R_PPC64_GOT16_DS = 58
164 pkg debug/elf, const R_PPC64_GOT16_DS R_PPC64
165 pkg debug/elf, const R_PPC64_GOT16_HA = 17
166 pkg debug/elf, const R_PPC64_GOT16_HA R_PPC64
167 pkg debug/elf, const R_PPC64_GOT16_HI = 16
168 pkg debug/elf, const R_PPC64_GOT16_HI R_PPC64
169 pkg debug/elf, const R_PPC64_GOT16_LO = 15
170 pkg debug/elf, const R_PPC64_GOT16_LO R_PPC64
171 pkg debug/elf, const R_PPC64_GOT16_LO_DS = 59
172 pkg debug/elf, const R_PPC64_GOT16_LO_DS R_PPC64
173 pkg debug/elf, const R_PPC64_GOT_DTPREL16_DS = 91
174 pkg debug/elf, const R_PPC64_GOT_DTPREL16_DS R_PPC64
175 pkg debug/elf, const R_PPC64_GOT_DTPREL16_HA = 94
176 pkg debug/elf, const R_PPC64_GOT_DTPREL16_HA R_PPC64
177 pkg debug/elf, const R_PPC64_GOT_DTPREL16_HI = 93
178 pkg debug/elf, const R_PPC64_GOT_DTPREL16_HI R_PPC64
179 pkg debug/elf, const R_PPC64_GOT_DTPREL16_LO_DS = 92
180 pkg debug/elf, const R_PPC64_GOT_DTPREL16_LO_DS R_PPC64
181 pkg debug/elf, const R_PPC64_GOT_TLSGD16 = 79
182 pkg debug/elf, const R_PPC64_GOT_TLSGD16 R_PPC64
183 pkg debug/elf, const R_PPC64_GOT_TLSGD16_HA = 82
184 pkg debug/elf, const R_PPC64_GOT_TLSGD16_HA R_PPC64
185 pkg debug/elf, const R_PPC64_GOT_TLSGD16_HI = 81
186 pkg debug/elf, const R_PPC64_GOT_TLSGD16_HI R_PPC64
187 pkg debug/elf, const R_PPC64_GOT_TLSGD16_LO = 80
188 pkg debug/elf, const R_PPC64_GOT_TLSGD16_LO R_PPC64
189 pkg debug/elf, const R_PPC64_GOT_TLSLD16 = 83
190 pkg debug/elf, const R_PPC64_GOT_TLSLD16 R_PPC64
191 pkg debug/elf, const R_PPC64_GOT_TLSLD16_HA = 86
192 pkg debug/elf, const R_PPC64_GOT_TLSLD16_HA R_PPC64
193 pkg debug/elf, const R_PPC64_GOT_TLSLD16_HI = 85
194 pkg debug/elf, const R_PPC64_GOT_TLSLD16_HI R_PPC64
195 pkg debug/elf, const R_PPC64_GOT_TLSLD16_LO = 84
196 pkg debug/elf, const R_PPC64_GOT_TLSLD16_LO R_PPC64
197 pkg debug/elf, const R_PPC64_GOT_TPREL16_DS = 87
198 pkg debug/elf, const R_PPC64_GOT_TPREL16_DS R_PPC64
199 pkg debug/elf, const R_PPC64_GOT_TPREL16_HA = 90
200 pkg debug/elf, const R_PPC64_GOT_TPREL16_HA R_PPC64
201 pkg debug/elf, const R_PPC64_GOT_TPREL16_HI = 89
202 pkg debug/elf, const R_PPC64_GOT_TPREL16_HI R_PPC64
203 pkg debug/elf, const R_PPC64_GOT_TPREL16_LO_DS = 88
204 pkg debug/elf, const R_PPC64_GOT_TPREL16_LO_DS R_PPC64
205 pkg debug/elf, const R_PPC64_JMP_SLOT = 21
206 pkg debug/elf, const R_PPC64_JMP_SLOT R_PPC64
207 pkg debug/elf, const R_PPC64_NONE = 0
208 pkg debug/elf, const R_PPC64_NONE R_PPC64
209 pkg debug/elf, const R_PPC64_REL14 = 11
210 pkg debug/elf, const R_PPC64_REL14 R_PPC64
211 pkg debug/elf, const R_PPC64_REL14_BRNTAKEN = 13
212 pkg debug/elf, const R_PPC64_REL14_BRNTAKEN R_PPC64
213 pkg debug/elf, const R_PPC64_REL14_BRTAKEN = 12
214 pkg debug/elf, const R_PPC64_REL14_BRTAKEN R_PPC64
215 pkg debug/elf, const R_PPC64_REL16 = 249
216 pkg debug/elf, const R_PPC64_REL16 R_PPC64
217 pkg debug/elf, const R_PPC64_REL16_HA = 252
218 pkg debug/elf, const R_PPC64_REL16_HA R_PPC64
219 pkg debug/elf, const R_PPC64_REL16_HI = 251
220 pkg debug/elf, const R_PPC64_REL16_HI R_PPC64
221 pkg debug/elf, const R_PPC64_REL16_LO = 250
222 pkg debug/elf, const R_PPC64_REL16_LO R_PPC64
223 pkg debug/elf, const R_PPC64_REL24 = 10
224 pkg debug/elf, const R_PPC64_REL24 R_PPC64
225 pkg debug/elf, const R_PPC64_REL32 = 26
226 pkg debug/elf, const R_PPC64_REL32 R_PPC64
227 pkg debug/elf, const R_PPC64_REL64 = 44
228 pkg debug/elf, const R_PPC64_REL64 R_PPC64
229 pkg debug/elf, const R_PPC64_TLS = 67
230 pkg debug/elf, const R_PPC64_TLS R_PPC64
231 pkg debug/elf, const R_PPC64_TLSGD = 107
232 pkg debug/elf, const R_PPC64_TLSGD R_PPC64
233 pkg debug/elf, const R_PPC64_TLSLD = 108
234 pkg debug/elf, const R_PPC64_TLSLD R_PPC64
235 pkg debug/elf, const R_PPC64_TOC = 51
236 pkg debug/elf, const R_PPC64_TOC R_PPC64
237 pkg debug/elf, const R_PPC64_TOC16 = 47
238 pkg debug/elf, const R_PPC64_TOC16 R_PPC64
239 pkg debug/elf, const R_PPC64_TOC16_DS = 63
240 pkg debug/elf, const R_PPC64_TOC16_DS R_PPC64
241 pkg debug/elf, const R_PPC64_TOC16_HA = 50
242 pkg debug/elf, const R_PPC64_TOC16_HA R_PPC64
243 pkg debug/elf, const R_PPC64_TOC16_HI = 49
244 pkg debug/elf, const R_PPC64_TOC16_HI R_PPC64
245 pkg debug/elf, const R_PPC64_TOC16_LO = 48
246 pkg debug/elf, const R_PPC64_TOC16_LO R_PPC64
247 pkg debug/elf, const R_PPC64_TOC16_LO_DS = 64
248 pkg debug/elf, const R_PPC64_TOC16_LO_DS R_PPC64
249 pkg debug/elf, const R_PPC64_TPREL16 = 69
250 pkg debug/elf, const R_PPC64_TPREL16 R_PPC64
251 pkg debug/elf, const R_PPC64_TPREL16_DS = 95
252 pkg debug/elf, const R_PPC64_TPREL16_DS R_PPC64
253 pkg debug/elf, const R_PPC64_TPREL16_HA = 72
254 pkg debug/elf, const R_PPC64_TPREL16_HA R_PPC64
255 pkg debug/elf, const R_PPC64_TPREL16_HI = 71
256 pkg debug/elf, const R_PPC64_TPREL16_HI R_PPC64
257 pkg debug/elf, const R_PPC64_TPREL16_HIGHER = 97
258 pkg debug/elf, const R_PPC64_TPREL16_HIGHER R_PPC64
259 pkg debug/elf, const R_PPC64_TPREL16_HIGHERA = 98
260 pkg debug/elf, const R_PPC64_TPREL16_HIGHERA R_PPC64
261 pkg debug/elf, const R_PPC64_TPREL16_HIGHEST = 99
262 pkg debug/elf, const R_PPC64_TPREL16_HIGHEST R_PPC64
263 pkg debug/elf, const R_PPC64_TPREL16_HIGHESTA = 100
264 pkg debug/elf, const R_PPC64_TPREL16_HIGHESTA R_PPC64
265 pkg debug/elf, const R_PPC64_TPREL16_LO = 70
266 pkg debug/elf, const R_PPC64_TPREL16_LO R_PPC64
267 pkg debug/elf, const R_PPC64_TPREL16_LO_DS = 96
268 pkg debug/elf, const R_PPC64_TPREL16_LO_DS R_PPC64
269 pkg debug/elf, const R_PPC64_TPREL64 = 73
270 pkg debug/elf, const R_PPC64_TPREL64 R_PPC64
271 pkg debug/elf, method (R_PPC64) GoString() string
272 pkg debug/elf, method (R_PPC64) String() string
273 pkg debug/elf, type R_PPC64 int
274 pkg encoding/base64, const NoPadding = -1
275 pkg encoding/base64, const NoPadding int32
276 pkg encoding/base64, const StdPadding = 61
277 pkg encoding/base64, const StdPadding int32
278 pkg encoding/base64, method (Encoding) WithPadding(int32) *Encoding
279 pkg encoding/base64, var RawStdEncoding *Encoding
280 pkg encoding/base64, var RawURLEncoding *Encoding
281 pkg encoding/json, type UnmarshalTypeError struct, Offset int64
282 pkg flag, func UnquoteUsage(*Flag) (string, string)
283 pkg go/ast, type EmptyStmt struct, Implicit bool
284 pkg go/build, type Package struct, PkgTargetRoot string
285 pkg go/constant, const Bool = 1
286 pkg go/constant, const Bool Kind
287 pkg go/constant, const Complex = 5
288 pkg go/constant, const Complex Kind
289 pkg go/constant, const Float = 4
290 pkg go/constant, const Float Kind
291 pkg go/constant, const Int = 3
292 pkg go/constant, const Int Kind
293 pkg go/constant, const String = 2
294 pkg go/constant, const String Kind
295 pkg go/constant, const Unknown = 0
296 pkg go/constant, const Unknown Kind
297 pkg go/constant, func BinaryOp(Value, token.Token, Value) Value
298 pkg go/constant, func BitLen(Value) int
299 pkg go/constant, func BoolVal(Value) bool
300 pkg go/constant, func Bytes(Value) []uint8
301 pkg go/constant, func Compare(Value, token.Token, Value) bool
302 pkg go/constant, func Denom(Value) Value
303 pkg go/constant, func Float32Val(Value) (float32, bool)
304 pkg go/constant, func Float64Val(Value) (float64, bool)
305 pkg go/constant, func Imag(Value) Value
306 pkg go/constant, func Int64Val(Value) (int64, bool)
307 pkg go/constant, func MakeBool(bool) Value
308 pkg go/constant, func MakeFloat64(float64) Value
309 pkg go/constant, func MakeFromBytes([]uint8) Value
310 pkg go/constant, func MakeFromLiteral(string, token.Token, uint) Value
311 pkg go/constant, func MakeImag(Value) Value
312 pkg go/constant, func MakeInt64(int64) Value
313 pkg go/constant, func MakeString(string) Value
314 pkg go/constant, func MakeUint64(uint64) Value
315 pkg go/constant, func MakeUnknown() Value
316 pkg go/constant, func Num(Value) Value
317 pkg go/constant, func Real(Value) Value
318 pkg go/constant, func Shift(Value, token.Token, uint) Value
319 pkg go/constant, func Sign(Value) int
320 pkg go/constant, func StringVal(Value) string
321 pkg go/constant, func Uint64Val(Value) (uint64, bool)
322 pkg go/constant, func UnaryOp(token.Token, Value, uint) Value
323 pkg go/constant, type Kind int
324 pkg go/constant, type Value interface, Kind() Kind
325 pkg go/constant, type Value interface, String() string
326 pkg go/constant, type Value interface, unexported methods
327 pkg go/importer, func Default() types.Importer
328 pkg go/importer, func For(string, Lookup) types.Importer
329 pkg go/importer, type Lookup func(string) (io.ReadCloser, error)
330 pkg go/parser, func ParseExprFrom(*token.FileSet, string, interface{}, Mode) (ast.Expr, error)
331 pkg go/types, const Bool = 1
332 pkg go/types, const Bool BasicKind
333 pkg go/types, const Byte = 8
334 pkg go/types, const Byte BasicKind
335 pkg go/types, const Complex128 = 16
336 pkg go/types, const Complex128 BasicKind
337 pkg go/types, const Complex64 = 15
338 pkg go/types, const Complex64 BasicKind
339 pkg go/types, const FieldVal = 0
340 pkg go/types, const FieldVal SelectionKind
341 pkg go/types, const Float32 = 13
342 pkg go/types, const Float32 BasicKind
343 pkg go/types, const Float64 = 14
344 pkg go/types, const Float64 BasicKind
345 pkg go/types, const Int = 2
346 pkg go/types, const Int BasicKind
347 pkg go/types, const Int16 = 4
348 pkg go/types, const Int16 BasicKind
349 pkg go/types, const Int32 = 5
350 pkg go/types, const Int32 BasicKind
351 pkg go/types, const Int64 = 6
352 pkg go/types, const Int64 BasicKind
353 pkg go/types, const Int8 = 3
354 pkg go/types, const Int8 BasicKind
355 pkg go/types, const Invalid = 0
356 pkg go/types, const Invalid BasicKind
357 pkg go/types, const IsBoolean = 1
358 pkg go/types, const IsBoolean BasicInfo
359 pkg go/types, const IsComplex = 16
360 pkg go/types, const IsComplex BasicInfo
361 pkg go/types, const IsConstType = 59
362 pkg go/types, const IsConstType BasicInfo
363 pkg go/types, const IsFloat = 8
364 pkg go/types, const IsFloat BasicInfo
365 pkg go/types, const IsInteger = 2
366 pkg go/types, const IsInteger BasicInfo
367 pkg go/types, const IsNumeric = 26
368 pkg go/types, const IsNumeric BasicInfo
369 pkg go/types, const IsOrdered = 42
370 pkg go/types, const IsOrdered BasicInfo
371 pkg go/types, const IsString = 32
372 pkg go/types, const IsString BasicInfo
373 pkg go/types, const IsUnsigned = 4
374 pkg go/types, const IsUnsigned BasicInfo
375 pkg go/types, const IsUntyped = 64
376 pkg go/types, const IsUntyped BasicInfo
377 pkg go/types, const MethodExpr = 2
378 pkg go/types, const MethodExpr SelectionKind
379 pkg go/types, const MethodVal = 1
380 pkg go/types, const MethodVal SelectionKind
381 pkg go/types, const RecvOnly = 2
382 pkg go/types, const RecvOnly ChanDir
383 pkg go/types, const Rune = 5
384 pkg go/types, const Rune BasicKind
385 pkg go/types, const SendOnly = 1
386 pkg go/types, const SendOnly ChanDir
387 pkg go/types, const SendRecv = 0
388 pkg go/types, const SendRecv ChanDir
389 pkg go/types, const String = 17
390 pkg go/types, const String BasicKind
391 pkg go/types, const Uint = 7
392 pkg go/types, const Uint BasicKind
393 pkg go/types, const Uint16 = 9
394 pkg go/types, const Uint16 BasicKind
395 pkg go/types, const Uint32 = 10
396 pkg go/types, const Uint32 BasicKind
397 pkg go/types, const Uint64 = 11
398 pkg go/types, const Uint64 BasicKind
399 pkg go/types, const Uint8 = 8
400 pkg go/types, const Uint8 BasicKind
401 pkg go/types, const Uintptr = 12
402 pkg go/types, const Uintptr BasicKind
403 pkg go/types, const UnsafePointer = 18
404 pkg go/types, const UnsafePointer BasicKind
405 pkg go/types, const UntypedBool = 19
406 pkg go/types, const UntypedBool BasicKind
407 pkg go/types, const UntypedComplex = 23
408 pkg go/types, const UntypedComplex BasicKind
409 pkg go/types, const UntypedFloat = 22
410 pkg go/types, const UntypedFloat BasicKind
411 pkg go/types, const UntypedInt = 20
412 pkg go/types, const UntypedInt BasicKind
413 pkg go/types, const UntypedNil = 25
414 pkg go/types, const UntypedNil BasicKind
415 pkg go/types, const UntypedRune = 21
416 pkg go/types, const UntypedRune BasicKind
417 pkg go/types, const UntypedString = 24
418 pkg go/types, const UntypedString BasicKind
419 pkg go/types, func AssertableTo(*Interface, Type) bool
420 pkg go/types, func AssignableTo(Type, Type) bool
421 pkg go/types, func Comparable(Type) bool
422 pkg go/types, func ConvertibleTo(Type, Type) bool
423 pkg go/types, func DefPredeclaredTestFuncs()
424 pkg go/types, func Eval(*token.FileSet, *Package, token.Pos, string) (TypeAndValue, error)
425 pkg go/types, func ExprString(ast.Expr) string
426 pkg go/types, func Id(*Package, string) string
427 pkg go/types, func Identical(Type, Type) bool
428 pkg go/types, func Implements(Type, *Interface) bool
429 pkg go/types, func IsInterface(Type) bool
430 pkg go/types, func LookupFieldOrMethod(Type, bool, *Package, string) (Object, []int, bool)
431 pkg go/types, func MissingMethod(Type, *Interface, bool) (*Func, bool)
432 pkg go/types, func NewArray(Type, int64) *Array
433 pkg go/types, func NewChan(ChanDir, Type) *Chan
434 pkg go/types, func NewChecker(*Config, *token.FileSet, *Package, *Info) *Checker
435 pkg go/types, func NewConst(token.Pos, *Package, string, Type, constant.Value) *Const
436 pkg go/types, func NewField(token.Pos, *Package, string, Type, bool) *Var
437 pkg go/types, func NewFunc(token.Pos, *Package, string, *Signature) *Func
438 pkg go/types, func NewInterface([]*Func, []*Named) *Interface
439 pkg go/types, func NewLabel(token.Pos, *Package, string) *Label
440 pkg go/types, func NewMap(Type, Type) *Map
441 pkg go/types, func NewMethodSet(Type) *MethodSet
442 pkg go/types, func NewNamed(*TypeName, Type, []*Func) *Named
443 pkg go/types, func NewPackage(string, string) *Package
444 pkg go/types, func NewParam(token.Pos, *Package, string, Type) *Var
445 pkg go/types, func NewPkgName(token.Pos, *Package, string, *Package) *PkgName
446 pkg go/types, func NewPointer(Type) *Pointer
447 pkg go/types, func NewScope(*Scope, token.Pos, token.Pos, string) *Scope
448 pkg go/types, func NewSignature(*Var, *Tuple, *Tuple, bool) *Signature
449 pkg go/types, func NewSlice(Type) *Slice
450 pkg go/types, func NewStruct([]*Var, []string) *Struct
451 pkg go/types, func NewTuple(...*Var) *Tuple
452 pkg go/types, func NewTypeName(token.Pos, *Package, string, Type) *TypeName
453 pkg go/types, func NewVar(token.Pos, *Package, string, Type) *Var
454 pkg go/types, func ObjectString(Object, Qualifier) string
455 pkg go/types, func RelativeTo(*Package) Qualifier
456 pkg go/types, func SelectionString(*Selection, Qualifier) string
457 pkg go/types, func TypeString(Type, Qualifier) string
458 pkg go/types, func WriteExpr(*bytes.Buffer, ast.Expr)
459 pkg go/types, func WriteSignature(*bytes.Buffer, *Signature, Qualifier)
460 pkg go/types, func WriteType(*bytes.Buffer, Type, Qualifier)
461 pkg go/types, method (*Array) Elem() Type
462 pkg go/types, method (*Array) Len() int64
463 pkg go/types, method (*Array) String() string
464 pkg go/types, method (*Array) Underlying() Type
465 pkg go/types, method (*Basic) Info() BasicInfo
466 pkg go/types, method (*Basic) Kind() BasicKind
467 pkg go/types, method (*Basic) Name() string
468 pkg go/types, method (*Basic) String() string
469 pkg go/types, method (*Basic) Underlying() Type
470 pkg go/types, method (*Builtin) Exported() bool
471 pkg go/types, method (*Builtin) Id() string
472 pkg go/types, method (*Builtin) Name() string
473 pkg go/types, method (*Builtin) Parent() *Scope
474 pkg go/types, method (*Builtin) Pkg() *Package
475 pkg go/types, method (*Builtin) Pos() token.Pos
476 pkg go/types, method (*Builtin) String() string
477 pkg go/types, method (*Builtin) Type() Type
478 pkg go/types, method (*Chan) Dir() ChanDir
479 pkg go/types, method (*Chan) Elem() Type
480 pkg go/types, method (*Chan) String() string
481 pkg go/types, method (*Chan) Underlying() Type
482 pkg go/types, method (*Checker) Files([]*ast.File) error
483 pkg go/types, method (*Config) Check(string, *token.FileSet, []*ast.File, *Info) (*Package, error)
484 pkg go/types, method (*Const) Exported() bool
485 pkg go/types, method (*Const) Id() string
486 pkg go/types, method (*Const) Name() string
487 pkg go/types, method (*Const) Parent() *Scope
488 pkg go/types, method (*Const) Pkg() *Package
489 pkg go/types, method (*Const) Pos() token.Pos
490 pkg go/types, method (*Const) String() string
491 pkg go/types, method (*Const) Type() Type
492 pkg go/types, method (*Const) Val() constant.Value
493 pkg go/types, method (*Func) Exported() bool
494 pkg go/types, method (*Func) FullName() string
495 pkg go/types, method (*Func) Id() string
496 pkg go/types, method (*Func) Name() string
497 pkg go/types, method (*Func) Parent() *Scope
498 pkg go/types, method (*Func) Pkg() *Package
499 pkg go/types, method (*Func) Pos() token.Pos
500 pkg go/types, method (*Func) Scope() *Scope
501 pkg go/types, method (*Func) String() string
502 pkg go/types, method (*Func) Type() Type
503 pkg go/types, method (*Info) ObjectOf(*ast.Ident) Object
504 pkg go/types, method (*Info) TypeOf(ast.Expr) Type
505 pkg go/types, method (*Initializer) String() string
506 pkg go/types, method (*Interface) Complete() *Interface
507 pkg go/types, method (*Interface) Embedded(int) *Named
508 pkg go/types, method (*Interface) Empty() bool
509 pkg go/types, method (*Interface) ExplicitMethod(int) *Func
510 pkg go/types, method (*Interface) Method(int) *Func
511 pkg go/types, method (*Interface) NumEmbeddeds() int
512 pkg go/types, method (*Interface) NumExplicitMethods() int
513 pkg go/types, method (*Interface) NumMethods() int
514 pkg go/types, method (*Interface) String() string
515 pkg go/types, method (*Interface) Underlying() Type
516 pkg go/types, method (*Label) Exported() bool
517 pkg go/types, method (*Label) Id() string
518 pkg go/types, method (*Label) Name() string
519 pkg go/types, method (*Label) Parent() *Scope
520 pkg go/types, method (*Label) Pkg() *Package
521 pkg go/types, method (*Label) Pos() token.Pos
522 pkg go/types, method (*Label) String() string
523 pkg go/types, method (*Label) Type() Type
524 pkg go/types, method (*Map) Elem() Type
525 pkg go/types, method (*Map) Key() Type
526 pkg go/types, method (*Map) String() string
527 pkg go/types, method (*Map) Underlying() Type
528 pkg go/types, method (*MethodSet) At(int) *Selection
529 pkg go/types, method (*MethodSet) Len() int
530 pkg go/types, method (*MethodSet) Lookup(*Package, string) *Selection
531 pkg go/types, method (*MethodSet) String() string
532 pkg go/types, method (*Named) AddMethod(*Func)
533 pkg go/types, method (*Named) Method(int) *Func
534 pkg go/types, method (*Named) NumMethods() int
535 pkg go/types, method (*Named) Obj() *TypeName
536 pkg go/types, method (*Named) SetUnderlying(Type)
537 pkg go/types, method (*Named) String() string
538 pkg go/types, method (*Named) Underlying() Type
539 pkg go/types, method (*Nil) Exported() bool
540 pkg go/types, method (*Nil) Id() string
541 pkg go/types, method (*Nil) Name() string
542 pkg go/types, method (*Nil) Parent() *Scope
543 pkg go/types, method (*Nil) Pkg() *Package
544 pkg go/types, method (*Nil) Pos() token.Pos
545 pkg go/types, method (*Nil) String() string
546 pkg go/types, method (*Nil) Type() Type
547 pkg go/types, method (*Package) Complete() bool
548 pkg go/types, method (*Package) Imports() []*Package
549 pkg go/types, method (*Package) MarkComplete()
550 pkg go/types, method (*Package) Name() string
551 pkg go/types, method (*Package) Path() string
552 pkg go/types, method (*Package) Scope() *Scope
553 pkg go/types, method (*Package) SetImports([]*Package)
554 pkg go/types, method (*Package) String() string
555 pkg go/types, method (*PkgName) Exported() bool
556 pkg go/types, method (*PkgName) Id() string
557 pkg go/types, method (*PkgName) Imported() *Package
558 pkg go/types, method (*PkgName) Name() string
559 pkg go/types, method (*PkgName) Parent() *Scope
560 pkg go/types, method (*PkgName) Pkg() *Package
561 pkg go/types, method (*PkgName) Pos() token.Pos
562 pkg go/types, method (*PkgName) String() string
563 pkg go/types, method (*PkgName) Type() Type
564 pkg go/types, method (*Pointer) Elem() Type
565 pkg go/types, method (*Pointer) String() string
566 pkg go/types, method (*Pointer) Underlying() Type
567 pkg go/types, method (*Scope) Child(int) *Scope
568 pkg go/types, method (*Scope) Contains(token.Pos) bool
569 pkg go/types, method (*Scope) End() token.Pos
570 pkg go/types, method (*Scope) Innermost(token.Pos) *Scope
571 pkg go/types, method (*Scope) Insert(Object) Object
572 pkg go/types, method (*Scope) Len() int
573 pkg go/types, method (*Scope) Lookup(string) Object
574 pkg go/types, method (*Scope) LookupParent(string, token.Pos) (*Scope, Object)
575 pkg go/types, method (*Scope) Names() []string
576 pkg go/types, method (*Scope) NumChildren() int
577 pkg go/types, method (*Scope) Parent() *Scope
578 pkg go/types, method (*Scope) Pos() token.Pos
579 pkg go/types, method (*Scope) String() string
580 pkg go/types, method (*Scope) WriteTo(io.Writer, int, bool)
581 pkg go/types, method (*Selection) Index() []int
582 pkg go/types, method (*Selection) Indirect() bool
583 pkg go/types, method (*Selection) Kind() SelectionKind
584 pkg go/types, method (*Selection) Obj() Object
585 pkg go/types, method (*Selection) Recv() Type
586 pkg go/types, method (*Selection) String() string
587 pkg go/types, method (*Selection) Type() Type
588 pkg go/types, method (*Signature) Params() *Tuple
589 pkg go/types, method (*Signature) Recv() *Var
590 pkg go/types, method (*Signature) Results() *Tuple
591 pkg go/types, method (*Signature) String() string
592 pkg go/types, method (*Signature) Underlying() Type
593 pkg go/types, method (*Signature) Variadic() bool
594 pkg go/types, method (*Slice) Elem() Type
595 pkg go/types, method (*Slice) String() string
596 pkg go/types, method (*Slice) Underlying() Type
597 pkg go/types, method (*StdSizes) Alignof(Type) int64
598 pkg go/types, method (*StdSizes) Offsetsof([]*Var) []int64
599 pkg go/types, method (*StdSizes) Sizeof(Type) int64
600 pkg go/types, method (*Struct) Field(int) *Var
601 pkg go/types, method (*Struct) NumFields() int
602 pkg go/types, method (*Struct) String() string
603 pkg go/types, method (*Struct) Tag(int) string
604 pkg go/types, method (*Struct) Underlying() Type
605 pkg go/types, method (*Tuple) At(int) *Var
606 pkg go/types, method (*Tuple) Len() int
607 pkg go/types, method (*Tuple) String() string
608 pkg go/types, method (*Tuple) Underlying() Type
609 pkg go/types, method (*TypeName) Exported() bool
610 pkg go/types, method (*TypeName) Id() string
611 pkg go/types, method (*TypeName) Name() string
612 pkg go/types, method (*TypeName) Parent() *Scope
613 pkg go/types, method (*TypeName) Pkg() *Package
614 pkg go/types, method (*TypeName) Pos() token.Pos
615 pkg go/types, method (*TypeName) String() string
616 pkg go/types, method (*TypeName) Type() Type
617 pkg go/types, method (*Var) Anonymous() bool
618 pkg go/types, method (*Var) Exported() bool
619 pkg go/types, method (*Var) Id() string
620 pkg go/types, method (*Var) IsField() bool
621 pkg go/types, method (*Var) Name() string
622 pkg go/types, method (*Var) Parent() *Scope
623 pkg go/types, method (*Var) Pkg() *Package
624 pkg go/types, method (*Var) Pos() token.Pos
625 pkg go/types, method (*Var) String() string
626 pkg go/types, method (*Var) Type() Type
627 pkg go/types, method (Checker) ObjectOf(*ast.Ident) Object
628 pkg go/types, method (Checker) TypeOf(ast.Expr) Type
629 pkg go/types, method (Error) Error() string
630 pkg go/types, method (TypeAndValue) Addressable() bool
631 pkg go/types, method (TypeAndValue) Assignable() bool
632 pkg go/types, method (TypeAndValue) HasOk() bool
633 pkg go/types, method (TypeAndValue) IsBuiltin() bool
634 pkg go/types, method (TypeAndValue) IsNil() bool
635 pkg go/types, method (TypeAndValue) IsType() bool
636 pkg go/types, method (TypeAndValue) IsValue() bool
637 pkg go/types, method (TypeAndValue) IsVoid() bool
638 pkg go/types, type Array struct
639 pkg go/types, type Basic struct
640 pkg go/types, type BasicInfo int
641 pkg go/types, type BasicKind int
642 pkg go/types, type Builtin struct
643 pkg go/types, type Chan struct
644 pkg go/types, type ChanDir int
645 pkg go/types, type Checker struct
646 pkg go/types, type Checker struct, embedded *Info
647 pkg go/types, type Config struct
648 pkg go/types, type Config struct, DisableUnusedImportCheck bool
649 pkg go/types, type Config struct, Error func(error)
650 pkg go/types, type Config struct, FakeImportC bool
651 pkg go/types, type Config struct, IgnoreFuncBodies bool
652 pkg go/types, type Config struct, Importer Importer
653 pkg go/types, type Config struct, Sizes Sizes
654 pkg go/types, type Const struct
655 pkg go/types, type Error struct
656 pkg go/types, type Error struct, Fset *token.FileSet
657 pkg go/types, type Error struct, Msg string
658 pkg go/types, type Error struct, Pos token.Pos
659 pkg go/types, type Error struct, Soft bool
660 pkg go/types, type Func struct
661 pkg go/types, type Importer interface { Import }
662 pkg go/types, type Importer interface, Import(string) (*Package, error)
663 pkg go/types, type Info struct
664 pkg go/types, type Info struct, Defs map[*ast.Ident]Object
665 pkg go/types, type Info struct, Implicits map[ast.Node]Object
666 pkg go/types, type Info struct, InitOrder []*Initializer
667 pkg go/types, type Info struct, Scopes map[ast.Node]*Scope
668 pkg go/types, type Info struct, Selections map[*ast.SelectorExpr]*Selection
669 pkg go/types, type Info struct, Types map[ast.Expr]TypeAndValue
670 pkg go/types, type Info struct, Uses map[*ast.Ident]Object
671 pkg go/types, type Initializer struct
672 pkg go/types, type Initializer struct, Lhs []*Var
673 pkg go/types, type Initializer struct, Rhs ast.Expr
674 pkg go/types, type Interface struct
675 pkg go/types, type Label struct
676 pkg go/types, type Map struct
677 pkg go/types, type MethodSet struct
678 pkg go/types, type Named struct
679 pkg go/types, type Nil struct
680 pkg go/types, type Object interface, Exported() bool
681 pkg go/types, type Object interface, Id() string
682 pkg go/types, type Object interface, Name() string
683 pkg go/types, type Object interface, Parent() *Scope
684 pkg go/types, type Object interface, Pkg() *Package
685 pkg go/types, type Object interface, Pos() token.Pos
686 pkg go/types, type Object interface, String() string
687 pkg go/types, type Object interface, Type() Type
688 pkg go/types, type Object interface, unexported methods
689 pkg go/types, type Package struct
690 pkg go/types, type PkgName struct
691 pkg go/types, type Pointer struct
692 pkg go/types, type Qualifier func(*Package) string
693 pkg go/types, type Scope struct
694 pkg go/types, type Selection struct
695 pkg go/types, type SelectionKind int
696 pkg go/types, type Signature struct
697 pkg go/types, type Sizes interface { Alignof, Offsetsof, Sizeof }
698 pkg go/types, type Sizes interface, Alignof(Type) int64
699 pkg go/types, type Sizes interface, Offsetsof([]*Var) []int64
700 pkg go/types, type Sizes interface, Sizeof(Type) int64
701 pkg go/types, type Slice struct
702 pkg go/types, type StdSizes struct
703 pkg go/types, type StdSizes struct, MaxAlign int64
704 pkg go/types, type StdSizes struct, WordSize int64
705 pkg go/types, type Struct struct
706 pkg go/types, type Tuple struct
707 pkg go/types, type Type interface { String, Underlying }
708 pkg go/types, type Type interface, String() string
709 pkg go/types, type Type interface, Underlying() Type
710 pkg go/types, type TypeAndValue struct
711 pkg go/types, type TypeAndValue struct, Type Type
712 pkg go/types, type TypeAndValue struct, Value constant.Value
713 pkg go/types, type TypeName struct
714 pkg go/types, type Var struct
715 pkg go/types, var Typ []*Basic
716 pkg go/types, var Universe *Scope
717 pkg go/types, var Unsafe *Package
718 pkg html/template, method (*Template) Option(...string) *Template
719 pkg image, const YCbCrSubsampleRatio410 = 5
720 pkg image, const YCbCrSubsampleRatio410 YCbCrSubsampleRatio
721 pkg image, const YCbCrSubsampleRatio411 = 4
722 pkg image, const YCbCrSubsampleRatio411 YCbCrSubsampleRatio
723 pkg image, func NewCMYK(Rectangle) *CMYK
724 pkg image, method (*CMYK) At(int, int) color.Color
725 pkg image, method (*CMYK) Bounds() Rectangle
726 pkg image, method (*CMYK) CMYKAt(int, int) color.CMYK
727 pkg image, method (*CMYK) ColorModel() color.Model
728 pkg image, method (*CMYK) Opaque() bool
729 pkg image, method (*CMYK) PixOffset(int, int) int
730 pkg image, method (*CMYK) Set(int, int, color.Color)
731 pkg image, method (*CMYK) SetCMYK(int, int, color.CMYK)
732 pkg image, method (*CMYK) SubImage(Rectangle) Image
733 pkg image, method (Rectangle) At(int, int) color.Color
734 pkg image, method (Rectangle) Bounds() Rectangle
735 pkg image, method (Rectangle) ColorModel() color.Model
736 pkg image, type CMYK struct
737 pkg image, type CMYK struct, Pix []uint8
738 pkg image, type CMYK struct, Rect Rectangle
739 pkg image, type CMYK struct, Stride int
740 pkg image/color, func CMYKToRGB(uint8, uint8, uint8, uint8) (uint8, uint8, uint8)
741 pkg image/color, func RGBToCMYK(uint8, uint8, uint8) (uint8, uint8, uint8, uint8)
742 pkg image/color, method (CMYK) RGBA() (uint32, uint32, uint32, uint32)
743 pkg image/color, type CMYK struct
744 pkg image/color, type CMYK struct, C uint8
745 pkg image/color, type CMYK struct, K uint8
746 pkg image/color, type CMYK struct, M uint8
747 pkg image/color, type CMYK struct, Y uint8
748 pkg image/color, var CMYKModel Model
749 pkg image/gif, const DisposalBackground = 2
750 pkg image/gif, const DisposalBackground ideal-int
751 pkg image/gif, const DisposalNone = 1
752 pkg image/gif, const DisposalNone ideal-int
753 pkg image/gif, const DisposalPrevious = 3
754 pkg image/gif, const DisposalPrevious ideal-int
755 pkg image/gif, type GIF struct, BackgroundIndex uint8
756 pkg image/gif, type GIF struct, Config image.Config
757 pkg image/gif, type GIF struct, Disposal []uint8
758 pkg io, func CopyBuffer(Writer, Reader, []uint8) (int64, error)
759 pkg log, const LUTC = 32
760 pkg log, const LUTC ideal-int
761 pkg log, func Output(int, string) error
762 pkg log, method (*Logger) SetOutput(io.Writer)
763 pkg math/big, const Above = 1
764 pkg math/big, const Above Accuracy
765 pkg math/big, const AwayFromZero = 3
766 pkg math/big, const AwayFromZero RoundingMode
767 pkg math/big, const Below = -1
768 pkg math/big, const Below Accuracy
769 pkg math/big, const Exact = 0
770 pkg math/big, const Exact Accuracy
771 pkg math/big, const MaxExp = 2147483647
772 pkg math/big, const MaxExp ideal-int
773 pkg math/big, const MaxPrec = 4294967295
774 pkg math/big, const MaxPrec ideal-int
775 pkg math/big, const MinExp = -2147483648
776 pkg math/big, const MinExp ideal-int
777 pkg math/big, const ToNearestAway = 1
778 pkg math/big, const ToNearestAway RoundingMode
779 pkg math/big, const ToNearestEven = 0
780 pkg math/big, const ToNearestEven RoundingMode
781 pkg math/big, const ToNegativeInf = 4
782 pkg math/big, const ToNegativeInf RoundingMode
783 pkg math/big, const ToPositiveInf = 5
784 pkg math/big, const ToPositiveInf RoundingMode
785 pkg math/big, const ToZero = 2
786 pkg math/big, const ToZero RoundingMode
787 pkg math/big, func Jacobi(*Int, *Int) int
788 pkg math/big, func NewFloat(float64) *Float
789 pkg math/big, func ParseFloat(string, int, uint, RoundingMode) (*Float, int, error)
790 pkg math/big, method (*Float) Abs(*Float) *Float
791 pkg math/big, method (*Float) Acc() Accuracy
792 pkg math/big, method (*Float) Add(*Float, *Float) *Float
793 pkg math/big, method (*Float) Append([]uint8, uint8, int) []uint8
794 pkg math/big, method (*Float) Cmp(*Float) int
795 pkg math/big, method (*Float) Copy(*Float) *Float
796 pkg math/big, method (*Float) Float32() (float32, Accuracy)
797 pkg math/big, method (*Float) Float64() (float64, Accuracy)
798 pkg math/big, method (*Float) Format(fmt.State, int32)
799 pkg math/big, method (*Float) Int(*Int) (*Int, Accuracy)
800 pkg math/big, method (*Float) Int64() (int64, Accuracy)
801 pkg math/big, method (*Float) IsInf() bool
802 pkg math/big, method (*Float) IsInt() bool
803 pkg math/big, method (*Float) MantExp(*Float) int
804 pkg math/big, method (*Float) MinPrec() uint
805 pkg math/big, method (*Float) Mode() RoundingMode
806 pkg math/big, method (*Float) Mul(*Float, *Float) *Float
807 pkg math/big, method (*Float) Neg(*Float) *Float
808 pkg math/big, method (*Float) Parse(string, int) (*Float, int, error)
809 pkg math/big, method (*Float) Prec() uint
810 pkg math/big, method (*Float) Quo(*Float, *Float) *Float
811 pkg math/big, method (*Float) Rat(*Rat) (*Rat, Accuracy)
812 pkg math/big, method (*Float) Set(*Float) *Float
813 pkg math/big, method (*Float) SetFloat64(float64) *Float
814 pkg math/big, method (*Float) SetInf(bool) *Float
815 pkg math/big, method (*Float) SetInt(*Int) *Float
816 pkg math/big, method (*Float) SetInt64(int64) *Float
817 pkg math/big, method (*Float) SetMantExp(*Float, int) *Float
818 pkg math/big, method (*Float) SetMode(RoundingMode) *Float
819 pkg math/big, method (*Float) SetPrec(uint) *Float
820 pkg math/big, method (*Float) SetRat(*Rat) *Float
821 pkg math/big, method (*Float) SetString(string) (*Float, bool)
822 pkg math/big, method (*Float) SetUint64(uint64) *Float
823 pkg math/big, method (*Float) Sign() int
824 pkg math/big, method (*Float) Signbit() bool
825 pkg math/big, method (*Float) String() string
826 pkg math/big, method (*Float) Sub(*Float, *Float) *Float
827 pkg math/big, method (*Float) Text(uint8, int) string
828 pkg math/big, method (*Float) Uint64() (uint64, Accuracy)
829 pkg math/big, method (*Int) ModSqrt(*Int, *Int) *Int
830 pkg math/big, method (Accuracy) String() string
831 pkg math/big, method (ErrNaN) Error() string
832 pkg math/big, method (RoundingMode) String() string
833 pkg math/big, type Accuracy int8
834 pkg math/big, type ErrNaN struct
835 pkg math/big, type Float struct
836 pkg math/big, type RoundingMode uint8
837 pkg mime, const BEncoding = 98
838 pkg mime, const BEncoding WordEncoder
839 pkg mime, const QEncoding = 113
840 pkg mime, const QEncoding WordEncoder
841 pkg mime, func ExtensionsByType(string) ([]string, error)
842 pkg mime, method (*WordDecoder) Decode(string) (string, error)
843 pkg mime, method (*WordDecoder) DecodeHeader(string) (string, error)
844 pkg mime, method (WordEncoder) Encode(string, string) string
845 pkg mime, type WordDecoder struct
846 pkg mime, type WordDecoder struct, CharsetReader func(string, io.Reader) (io.Reader, error)
847 pkg mime, type WordEncoder uint8
848 pkg mime/quotedprintable, func NewReader(io.Reader) *Reader
849 pkg mime/quotedprintable, func NewWriter(io.Writer) *Writer
850 pkg mime/quotedprintable, method (*Reader) Read([]uint8) (int, error)
851 pkg mime/quotedprintable, method (*Writer) Close() error
852 pkg mime/quotedprintable, method (*Writer) Write([]uint8) (int, error)
853 pkg mime/quotedprintable, type Reader struct
854 pkg mime/quotedprintable, type Writer struct
855 pkg mime/quotedprintable, type Writer struct, Binary bool
856 pkg net, type Dialer struct, FallbackDelay time.Duration
857 pkg net, type OpError struct, Source Addr
858 pkg net/http, type Request struct, Cancel <-chan struct
859 pkg net/http/fcgi, var ErrConnClosed error
860 pkg net/http/fcgi, var ErrRequestAborted error
861 pkg net/http/pprof, func Trace(http.ResponseWriter, *http.Request)
862 pkg net/mail, method (*AddressParser) Parse(string) (*Address, error)
863 pkg net/mail, method (*AddressParser) ParseList(string) ([]*Address, error)
864 pkg net/mail, type AddressParser struct
865 pkg net/mail, type AddressParser struct, WordDecoder *mime.WordDecoder
866 pkg net/smtp, method (*Client) TLSConnectionState() (tls.ConnectionState, bool)
867 pkg net/url, method (*URL) EscapedPath() string
868 pkg net/url, type URL struct, RawPath string
869 pkg os, func LookupEnv(string) (string, bool)
870 pkg os/signal, func Ignore(...os.Signal)
871 pkg os/signal, func Reset(...os.Signal)
872 pkg reflect, func ArrayOf(int, Type) Type
873 pkg reflect, func FuncOf([]Type, []Type, bool) Type
874 pkg runtime, func ReadTrace() []uint8
875 pkg runtime, func StartTrace() error
876 pkg runtime, func StopTrace()
877 pkg runtime/trace, func Start(io.Writer) error
878 pkg runtime/trace, func Stop()
879 pkg strings, func Compare(string, string) int
880 pkg strings, func LastIndexByte(string, uint8) int
881 pkg strings, method (*Reader) Size() int64
882 pkg syscall (darwin-386), type SysProcAttr struct, Ctty int
883 pkg syscall (darwin-386), type SysProcAttr struct, Foreground bool
884 pkg syscall (darwin-386), type SysProcAttr struct, Pgid int
885 pkg syscall (darwin-386-cgo), type SysProcAttr struct, Ctty int
886 pkg syscall (darwin-386-cgo), type SysProcAttr struct, Foreground bool
887 pkg syscall (darwin-386-cgo), type SysProcAttr struct, Pgid int
888 pkg syscall (darwin-amd64), type SysProcAttr struct, Ctty int
889 pkg syscall (darwin-amd64), type SysProcAttr struct, Foreground bool
890 pkg syscall (darwin-amd64), type SysProcAttr struct, Pgid int
891 pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Ctty int
892 pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Foreground bool
893 pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Pgid int
894 pkg syscall (freebsd-386), type SysProcAttr struct, Ctty int
895 pkg syscall (freebsd-386), type SysProcAttr struct, Foreground bool
896 pkg syscall (freebsd-386), type SysProcAttr struct, Pgid int
897 pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Ctty int
898 pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Foreground bool
899 pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Pgid int
900 pkg syscall (freebsd-amd64), type SysProcAttr struct, Ctty int
901 pkg syscall (freebsd-amd64), type SysProcAttr struct, Foreground bool
902 pkg syscall (freebsd-amd64), type SysProcAttr struct, Pgid int
903 pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Ctty int
904 pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Foreground bool
905 pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Pgid int
906 pkg syscall (freebsd-arm), type SysProcAttr struct, Ctty int
907 pkg syscall (freebsd-arm), type SysProcAttr struct, Foreground bool
908 pkg syscall (freebsd-arm), type SysProcAttr struct, Pgid int
909 pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Ctty int
910 pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Foreground bool
911 pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Pgid int
912 pkg syscall (linux-386), type SysProcAttr struct, Foreground bool
913 pkg syscall (linux-386), type SysProcAttr struct, GidMappingsEnableSetgroups bool
914 pkg syscall (linux-386), type SysProcAttr struct, Pgid int
915 pkg syscall (linux-386-cgo), type SysProcAttr struct, Foreground bool
916 pkg syscall (linux-386-cgo), type SysProcAttr struct, GidMappingsEnableSetgroups bool
917 pkg syscall (linux-386-cgo), type SysProcAttr struct, Pgid int
918 pkg syscall (linux-amd64), type SysProcAttr struct, Foreground bool
919 pkg syscall (linux-amd64), type SysProcAttr struct, GidMappingsEnableSetgroups bool
920 pkg syscall (linux-amd64), type SysProcAttr struct, Pgid int
921 pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Foreground bool
922 pkg syscall (linux-amd64-cgo), type SysProcAttr struct, GidMappingsEnableSetgroups bool
923 pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Pgid int
924 pkg syscall (linux-arm), type SysProcAttr struct, Foreground bool
925 pkg syscall (linux-arm), type SysProcAttr struct, GidMappingsEnableSetgroups bool
926 pkg syscall (linux-arm), type SysProcAttr struct, Pgid int
927 pkg syscall (linux-arm-cgo), type SysProcAttr struct, Foreground bool
928 pkg syscall (linux-arm-cgo), type SysProcAttr struct, GidMappingsEnableSetgroups bool
929 pkg syscall (linux-arm-cgo), type SysProcAttr struct, Pgid int
930 pkg syscall (netbsd-386), type SysProcAttr struct, Ctty int
931 pkg syscall (netbsd-386), type SysProcAttr struct, Foreground bool
932 pkg syscall (netbsd-386), type SysProcAttr struct, Pgid int
933 pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Ctty int
934 pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Foreground bool
935 pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Pgid int
936 pkg syscall (netbsd-amd64), type SysProcAttr struct, Ctty int
937 pkg syscall (netbsd-amd64), type SysProcAttr struct, Foreground bool
938 pkg syscall (netbsd-amd64), type SysProcAttr struct, Pgid int
939 pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Ctty int
940 pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Foreground bool
941 pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Pgid int
942 pkg syscall (netbsd-arm), type SysProcAttr struct, Ctty int
943 pkg syscall (netbsd-arm), type SysProcAttr struct, Foreground bool
944 pkg syscall (netbsd-arm), type SysProcAttr struct, Pgid int
945 pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Ctty int
946 pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Foreground bool
947 pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Pgid int
948 pkg syscall (openbsd-386), type SysProcAttr struct, Ctty int
949 pkg syscall (openbsd-386), type SysProcAttr struct, Foreground bool
950 pkg syscall (openbsd-386), type SysProcAttr struct, Pgid int
951 pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Ctty int
952 pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Foreground bool
953 pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Pgid int
954 pkg syscall (openbsd-amd64), type SysProcAttr struct, Ctty int
955 pkg syscall (openbsd-amd64), type SysProcAttr struct, Foreground bool
956 pkg syscall (openbsd-amd64), type SysProcAttr struct, Pgid int
957 pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Ctty int
958 pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Foreground bool
959 pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Pgid int
960 pkg text/template, method (*Template) DefinedTemplates() string
961 pkg text/template, method (*Template) Option(...string) *Template
962 pkg time, method (Time) AppendFormat([]uint8, string) []uint8
963 pkg unicode, const Version = "8.0.0"
964 pkg unicode, var Ahom *RangeTable
965 pkg unicode, var Anatolian_Hieroglyphs *RangeTable
966 pkg unicode, var Hatran *RangeTable
967 pkg unicode, var Multani *RangeTable
968 pkg unicode, var Old_Hungarian *RangeTable
969 pkg unicode, var SignWriting *RangeTable