GoPLS Viewer

Home|gopls/internal/event/keys/keys.go
1// Copyright 2019 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5package keys
6
7import (
8    "fmt"
9    "io"
10    "math"
11    "strconv"
12
13    "golang.org/x/tools/internal/event/label"
14)
15
16// Value represents a key for untyped values.
17type Value struct {
18    name        string
19    description string
20}
21
22// New creates a new Key for untyped values.
23func New(namedescription string) *Value {
24    return &Value{namenamedescriptiondescription}
25}
26
27func (k *ValueName() string        { return k.name }
28func (k *ValueDescription() string { return k.description }
29
30func (k *ValueFormat(w io.Writerbuf []bytel label.Label) {
31    fmt.Fprint(wk.From(l))
32}
33
34// Get can be used to get a label for the key from a label.Map.
35func (k *ValueGet(lm label.Map) interface{} {
36    if t := lm.Find(k); t.Valid() {
37        return k.From(t)
38    }
39    return nil
40}
41
42// From can be used to get a value from a Label.
43func (k *ValueFrom(t label.Label) interface{} { return t.UnpackValue() }
44
45// Of creates a new Label with this key and the supplied value.
46func (k *ValueOf(value interface{}) label.Label { return label.OfValue(kvalue) }
47
48// Tag represents a key for tagging labels that have no value.
49// These are used when the existence of the label is the entire information it
50// carries, such as marking events to be of a specific kind, or from a specific
51// package.
52type Tag struct {
53    name        string
54    description string
55}
56
57// NewTag creates a new Key for tagging labels.
58func NewTag(namedescription string) *Tag {
59    return &Tag{namenamedescriptiondescription}
60}
61
62func (k *TagName() string        { return k.name }
63func (k *TagDescription() string { return k.description }
64
65func (k *TagFormat(w io.Writerbuf []bytel label.Label) {}
66
67// New creates a new Label with this key.
68func (k *TagNew() label.Label { return label.OfValue(knil) }
69
70// Int represents a key
71type Int struct {
72    name        string
73    description string
74}
75
76// NewInt creates a new Key for int values.
77func NewInt(namedescription string) *Int {
78    return &Int{namenamedescriptiondescription}
79}
80
81func (k *IntName() string        { return k.name }
82func (k *IntDescription() string { return k.description }
83
84func (k *IntFormat(w io.Writerbuf []bytel label.Label) {
85    w.Write(strconv.AppendInt(bufint64(k.From(l)), 10))
86}
87
88// Of creates a new Label with this key and the supplied value.
89func (k *IntOf(v intlabel.Label { return label.Of64(kuint64(v)) }
90
91// Get can be used to get a label for the key from a label.Map.
92func (k *IntGet(lm label.Mapint {
93    if t := lm.Find(k); t.Valid() {
94        return k.From(t)
95    }
96    return 0
97}
98
99// From can be used to get a value from a Label.
100func (k *IntFrom(t label.Labelint { return int(t.Unpack64()) }
101
102// Int8 represents a key
103type Int8 struct {
104    name        string
105    description string
106}
107
108// NewInt8 creates a new Key for int8 values.
109func NewInt8(namedescription string) *Int8 {
110    return &Int8{namenamedescriptiondescription}
111}
112
113func (k *Int8Name() string        { return k.name }
114func (k *Int8Description() string { return k.description }
115
116func (k *Int8Format(w io.Writerbuf []bytel label.Label) {
117    w.Write(strconv.AppendInt(bufint64(k.From(l)), 10))
118}
119
120// Of creates a new Label with this key and the supplied value.
121func (k *Int8Of(v int8label.Label { return label.Of64(kuint64(v)) }
122
123// Get can be used to get a label for the key from a label.Map.
124func (k *Int8Get(lm label.Mapint8 {
125    if t := lm.Find(k); t.Valid() {
126        return k.From(t)
127    }
128    return 0
129}
130
131// From can be used to get a value from a Label.
132func (k *Int8From(t label.Labelint8 { return int8(t.Unpack64()) }
133
134// Int16 represents a key
135type Int16 struct {
136    name        string
137    description string
138}
139
140// NewInt16 creates a new Key for int16 values.
141func NewInt16(namedescription string) *Int16 {
142    return &Int16{namenamedescriptiondescription}
143}
144
145func (k *Int16Name() string        { return k.name }
146func (k *Int16Description() string { return k.description }
147
148func (k *Int16Format(w io.Writerbuf []bytel label.Label) {
149    w.Write(strconv.AppendInt(bufint64(k.From(l)), 10))
150}
151
152// Of creates a new Label with this key and the supplied value.
153func (k *Int16Of(v int16label.Label { return label.Of64(kuint64(v)) }
154
155// Get can be used to get a label for the key from a label.Map.
156func (k *Int16Get(lm label.Mapint16 {
157    if t := lm.Find(k); t.Valid() {
158        return k.From(t)
159    }
160    return 0
161}
162
163// From can be used to get a value from a Label.
164func (k *Int16From(t label.Labelint16 { return int16(t.Unpack64()) }
165
166// Int32 represents a key
167type Int32 struct {
168    name        string
169    description string
170}
171
172// NewInt32 creates a new Key for int32 values.
173func NewInt32(namedescription string) *Int32 {
174    return &Int32{namenamedescriptiondescription}
175}
176
177func (k *Int32Name() string        { return k.name }
178func (k *Int32Description() string { return k.description }
179
180func (k *Int32Format(w io.Writerbuf []bytel label.Label) {
181    w.Write(strconv.AppendInt(bufint64(k.From(l)), 10))
182}
183
184// Of creates a new Label with this key and the supplied value.
185func (k *Int32Of(v int32label.Label { return label.Of64(kuint64(v)) }
186
187// Get can be used to get a label for the key from a label.Map.
188func (k *Int32Get(lm label.Mapint32 {
189    if t := lm.Find(k); t.Valid() {
190        return k.From(t)
191    }
192    return 0
193}
194
195// From can be used to get a value from a Label.
196func (k *Int32From(t label.Labelint32 { return int32(t.Unpack64()) }
197
198// Int64 represents a key
199type Int64 struct {
200    name        string
201    description string
202}
203
204// NewInt64 creates a new Key for int64 values.
205func NewInt64(namedescription string) *Int64 {
206    return &Int64{namenamedescriptiondescription}
207}
208
209func (k *Int64Name() string        { return k.name }
210func (k *Int64Description() string { return k.description }
211
212func (k *Int64Format(w io.Writerbuf []bytel label.Label) {
213    w.Write(strconv.AppendInt(bufk.From(l), 10))
214}
215
216// Of creates a new Label with this key and the supplied value.
217func (k *Int64Of(v int64label.Label { return label.Of64(kuint64(v)) }
218
219// Get can be used to get a label for the key from a label.Map.
220func (k *Int64Get(lm label.Mapint64 {
221    if t := lm.Find(k); t.Valid() {
222        return k.From(t)
223    }
224    return 0
225}
226
227// From can be used to get a value from a Label.
228func (k *Int64From(t label.Labelint64 { return int64(t.Unpack64()) }
229
230// UInt represents a key
231type UInt struct {
232    name        string
233    description string
234}
235
236// NewUInt creates a new Key for uint values.
237func NewUInt(namedescription string) *UInt {
238    return &UInt{namenamedescriptiondescription}
239}
240
241func (k *UIntName() string        { return k.name }
242func (k *UIntDescription() string { return k.description }
243
244func (k *UIntFormat(w io.Writerbuf []bytel label.Label) {
245    w.Write(strconv.AppendUint(bufuint64(k.From(l)), 10))
246}
247
248// Of creates a new Label with this key and the supplied value.
249func (k *UIntOf(v uintlabel.Label { return label.Of64(kuint64(v)) }
250
251// Get can be used to get a label for the key from a label.Map.
252func (k *UIntGet(lm label.Mapuint {
253    if t := lm.Find(k); t.Valid() {
254        return k.From(t)
255    }
256    return 0
257}
258
259// From can be used to get a value from a Label.
260func (k *UIntFrom(t label.Labeluint { return uint(t.Unpack64()) }
261
262// UInt8 represents a key
263type UInt8 struct {
264    name        string
265    description string
266}
267
268// NewUInt8 creates a new Key for uint8 values.
269func NewUInt8(namedescription string) *UInt8 {
270    return &UInt8{namenamedescriptiondescription}
271}
272
273func (k *UInt8Name() string        { return k.name }
274func (k *UInt8Description() string { return k.description }
275
276func (k *UInt8Format(w io.Writerbuf []bytel label.Label) {
277    w.Write(strconv.AppendUint(bufuint64(k.From(l)), 10))
278}
279
280// Of creates a new Label with this key and the supplied value.
281func (k *UInt8Of(v uint8label.Label { return label.Of64(kuint64(v)) }
282
283// Get can be used to get a label for the key from a label.Map.
284func (k *UInt8Get(lm label.Mapuint8 {
285    if t := lm.Find(k); t.Valid() {
286        return k.From(t)
287    }
288    return 0
289}
290
291// From can be used to get a value from a Label.
292func (k *UInt8From(t label.Labeluint8 { return uint8(t.Unpack64()) }
293
294// UInt16 represents a key
295type UInt16 struct {
296    name        string
297    description string
298}
299
300// NewUInt16 creates a new Key for uint16 values.
301func NewUInt16(namedescription string) *UInt16 {
302    return &UInt16{namenamedescriptiondescription}
303}
304
305func (k *UInt16Name() string        { return k.name }
306func (k *UInt16Description() string { return k.description }
307
308func (k *UInt16Format(w io.Writerbuf []bytel label.Label) {
309    w.Write(strconv.AppendUint(bufuint64(k.From(l)), 10))
310}
311
312// Of creates a new Label with this key and the supplied value.
313func (k *UInt16Of(v uint16label.Label { return label.Of64(kuint64(v)) }
314
315// Get can be used to get a label for the key from a label.Map.
316func (k *UInt16Get(lm label.Mapuint16 {
317    if t := lm.Find(k); t.Valid() {
318        return k.From(t)
319    }
320    return 0
321}
322
323// From can be used to get a value from a Label.
324func (k *UInt16From(t label.Labeluint16 { return uint16(t.Unpack64()) }
325
326// UInt32 represents a key
327type UInt32 struct {
328    name        string
329    description string
330}
331
332// NewUInt32 creates a new Key for uint32 values.
333func NewUInt32(namedescription string) *UInt32 {
334    return &UInt32{namenamedescriptiondescription}
335}
336
337func (k *UInt32Name() string        { return k.name }
338func (k *UInt32Description() string { return k.description }
339
340func (k *UInt32Format(w io.Writerbuf []bytel label.Label) {
341    w.Write(strconv.AppendUint(bufuint64(k.From(l)), 10))
342}
343
344// Of creates a new Label with this key and the supplied value.
345func (k *UInt32Of(v uint32label.Label { return label.Of64(kuint64(v)) }
346
347// Get can be used to get a label for the key from a label.Map.
348func (k *UInt32Get(lm label.Mapuint32 {
349    if t := lm.Find(k); t.Valid() {
350        return k.From(t)
351    }
352    return 0
353}
354
355// From can be used to get a value from a Label.
356func (k *UInt32From(t label.Labeluint32 { return uint32(t.Unpack64()) }
357
358// UInt64 represents a key
359type UInt64 struct {
360    name        string
361    description string
362}
363
364// NewUInt64 creates a new Key for uint64 values.
365func NewUInt64(namedescription string) *UInt64 {
366    return &UInt64{namenamedescriptiondescription}
367}
368
369func (k *UInt64Name() string        { return k.name }
370func (k *UInt64Description() string { return k.description }
371
372func (k *UInt64Format(w io.Writerbuf []bytel label.Label) {
373    w.Write(strconv.AppendUint(bufk.From(l), 10))
374}
375
376// Of creates a new Label with this key and the supplied value.
377func (k *UInt64Of(v uint64label.Label { return label.Of64(kv) }
378
379// Get can be used to get a label for the key from a label.Map.
380func (k *UInt64Get(lm label.Mapuint64 {
381    if t := lm.Find(k); t.Valid() {
382        return k.From(t)
383    }
384    return 0
385}
386
387// From can be used to get a value from a Label.
388func (k *UInt64From(t label.Labeluint64 { return t.Unpack64() }
389
390// Float32 represents a key
391type Float32 struct {
392    name        string
393    description string
394}
395
396// NewFloat32 creates a new Key for float32 values.
397func NewFloat32(namedescription string) *Float32 {
398    return &Float32{namenamedescriptiondescription}
399}
400
401func (k *Float32Name() string        { return k.name }
402func (k *Float32Description() string { return k.description }
403
404func (k *Float32Format(w io.Writerbuf []bytel label.Label) {
405    w.Write(strconv.AppendFloat(buffloat64(k.From(l)), 'E', -132))
406}
407
408// Of creates a new Label with this key and the supplied value.
409func (k *Float32Of(v float32label.Label {
410    return label.Of64(kuint64(math.Float32bits(v)))
411}
412
413// Get can be used to get a label for the key from a label.Map.
414func (k *Float32Get(lm label.Mapfloat32 {
415    if t := lm.Find(k); t.Valid() {
416        return k.From(t)
417    }
418    return 0
419}
420
421// From can be used to get a value from a Label.
422func (k *Float32From(t label.Labelfloat32 {
423    return math.Float32frombits(uint32(t.Unpack64()))
424}
425
426// Float64 represents a key
427type Float64 struct {
428    name        string
429    description string
430}
431
432// NewFloat64 creates a new Key for int64 values.
433func NewFloat64(namedescription string) *Float64 {
434    return &Float64{namenamedescriptiondescription}
435}
436
437func (k *Float64Name() string        { return k.name }
438func (k *Float64Description() string { return k.description }
439
440func (k *Float64Format(w io.Writerbuf []bytel label.Label) {
441    w.Write(strconv.AppendFloat(bufk.From(l), 'E', -164))
442}
443
444// Of creates a new Label with this key and the supplied value.
445func (k *Float64Of(v float64label.Label {
446    return label.Of64(kmath.Float64bits(v))
447}
448
449// Get can be used to get a label for the key from a label.Map.
450func (k *Float64Get(lm label.Mapfloat64 {
451    if t := lm.Find(k); t.Valid() {
452        return k.From(t)
453    }
454    return 0
455}
456
457// From can be used to get a value from a Label.
458func (k *Float64From(t label.Labelfloat64 {
459    return math.Float64frombits(t.Unpack64())
460}
461
462// String represents a key
463type String struct {
464    name        string
465    description string
466}
467
468// NewString creates a new Key for int64 values.
469func NewString(namedescription string) *String {
470    return &String{namenamedescriptiondescription}
471}
472
473func (k *StringName() string        { return k.name }
474func (k *StringDescription() string { return k.description }
475
476func (k *StringFormat(w io.Writerbuf []bytel label.Label) {
477    w.Write(strconv.AppendQuote(bufk.From(l)))
478}
479
480// Of creates a new Label with this key and the supplied value.
481func (k *StringOf(v stringlabel.Label { return label.OfString(kv) }
482
483// Get can be used to get a label for the key from a label.Map.
484func (k *StringGet(lm label.Mapstring {
485    if t := lm.Find(k); t.Valid() {
486        return k.From(t)
487    }
488    return ""
489}
490
491// From can be used to get a value from a Label.
492func (k *StringFrom(t label.Labelstring { return t.UnpackString() }
493
494// Boolean represents a key
495type Boolean struct {
496    name        string
497    description string
498}
499
500// NewBoolean creates a new Key for bool values.
501func NewBoolean(namedescription string) *Boolean {
502    return &Boolean{namenamedescriptiondescription}
503}
504
505func (k *BooleanName() string        { return k.name }
506func (k *BooleanDescription() string { return k.description }
507
508func (k *BooleanFormat(w io.Writerbuf []bytel label.Label) {
509    w.Write(strconv.AppendBool(bufk.From(l)))
510}
511
512// Of creates a new Label with this key and the supplied value.
513func (k *BooleanOf(v boollabel.Label {
514    if v {
515        return label.Of64(k1)
516    }
517    return label.Of64(k0)
518}
519
520// Get can be used to get a label for the key from a label.Map.
521func (k *BooleanGet(lm label.Mapbool {
522    if t := lm.Find(k); t.Valid() {
523        return k.From(t)
524    }
525    return false
526}
527
528// From can be used to get a value from a Label.
529func (k *BooleanFrom(t label.Labelbool { return t.Unpack64() > 0 }
530
531// Error represents a key
532type Error struct {
533    name        string
534    description string
535}
536
537// NewError creates a new Key for int64 values.
538func NewError(namedescription string) *Error {
539    return &Error{namenamedescriptiondescription}
540}
541
542func (k *ErrorName() string        { return k.name }
543func (k *ErrorDescription() string { return k.description }
544
545func (k *ErrorFormat(w io.Writerbuf []bytel label.Label) {
546    io.WriteString(wk.From(l).Error())
547}
548
549// Of creates a new Label with this key and the supplied value.
550func (k *ErrorOf(v errorlabel.Label { return label.OfValue(kv) }
551
552// Get can be used to get a label for the key from a label.Map.
553func (k *ErrorGet(lm label.Maperror {
554    if t := lm.Find(k); t.Valid() {
555        return k.From(t)
556    }
557    return nil
558}
559
560// From can be used to get a value from a Label.
561func (k *ErrorFrom(t label.Labelerror {
562    err_ := t.UnpackValue().(error)
563    return err
564}
565
MembersX
NewInt8
NewInt32.description
Float64
Tag.Description.k
Error.name
NewFloat64.description
label
UInt8.Get
Float32.From.k
String.Get.k
Boolean.Format.w
Int.From.k
Int8.Format.buf
String.Description.k
Error.Description
Error.Format.buf
Int16.Name
Int32.Description.k
UInt16.Get.t
Int.Get.lm
NewUInt8.description
String.From.t
Value.Description
Int8.Name.k
UInt32.Description.k
Error.Get
UInt16.From.t
NewUInt32
UInt.Get.t
Float64.Format.k
Int8.Get.lm
Int32.Of.v
UInt64.Of
NewInt32
Int64.From.t
NewUInt64.name
Int8.From
UInt.Description.k
Boolean.From.t
UInt.Format
Float32.Format.k
String.Format.l
Float32.Name
Float64.Format.l
Int16.Name.k
UInt32.Of.v
UInt16.name
Float32.Format.l
Float64.Name
Int.name
Boolean.From
Error.Of.k
Int.Name.k
UInt32.From
Int64.Of
NewUInt
Int8
Int8.Description.k
Int64.Get.t
UInt16.description
UInt64.From.k
UInt16.Format.w
Int32.Format.k
String.Format.buf
UInt16.From.k
UInt32.Format.k
UInt.description
Float32.Get.k
UInt.Name.k
UInt32.name
NewUInt32.name
UInt.Format.w
UInt64.From.t
Int8.Format
NewInt64.name
UInt16.Description.k
UInt64.Description.k
Float64.description
NewError
NewInt8.name
Int64
Int8.Format.l
UInt8.name
UInt8.From
UInt64.name
Int.Of.v
Float32.Description.k
UInt8.Of
NewUInt32.description
Boolean.Get.lm
UInt8.Description
UInt32.Get.t
Int32
UInt8
Float64.Of.v
UInt.Get
UInt.From
NewTag
Float64.Of.k
String.Format
strconv
Float64.Format.buf
UInt8.Of.k
UInt64.Format.w
UInt16.Format.l
Boolean.Of.k
math
UInt8.From.k
Int.Get.k
Int32.From.k
UInt
Float32.Format
Int64.Description
UInt64.Format.l
Boolean
UInt.Format.buf
Int.Get.t
UInt.Get.lm
Error.Name
Int64.From.k
Tag.name
Int8.From.t
Int16.Description
Int16.Format.w
UInt8.description
UInt16.Format.buf
UInt32.Get.lm
Value.Name
Int8.Of.v
Float64.Format.w
Float64.Description
Int16.Get.t
Int32.Of
Int8.From.k
NewInt16.name
Int64.Format.w
Float32.Name.k
Error.Format
Int8.Get.t
Int.Format.buf
NewString.description
Boolean.Description.k
Error
UInt32
UInt32.Of
Int32.name
UInt64.Format
Int16.name
Float32
UInt32.Of.k
UInt64.Name
Float32.Get.lm
UInt32.description
UInt8.Name.k
Boolean.description
Value.Get
Int8.Description
Int
Int16
Tag.Format.w
UInt16.Of
UInt8.Get.lm
Float64.Get.lm
NewBoolean.description
Int8.Format.w
Boolean.Of.v
Tag.Name
Float32.Format.w
Float64.Description.k
UInt16.Format
UInt32.Description
UInt16.Get
String.Get
NewInt.name
Int8.Of
Int32.Format.l
Boolean.Of
Error.Description.k
UInt64.description
Int.Description
Int8.Get.k
Int8.Get
Int16.Format
UInt16.Name.k
Value.Name.k
Tag.Format
Int.Of.k
UInt.Get.k
Int64.Format.l
Int64.Get.k
UInt.Description
UInt.Format.l
NewUInt8
Value.description
Value.Of.value
Float32.name
Boolean.Format.k
Boolean.Get.t
Value.From
UInt.name
Int.Description.k
UInt64.Get.lm
Float64.Of
Error.Of.v
Tag.New
NewFloat32.description
Float64.From.t
Value.Format
NewTag.description
Error.From.k
Value.Format.w
NewUInt64.description
Int64.Format.k
UInt8.From.t
UInt32.Format
Value.Get.t
Float64.Format
String.Format.w
Error.Format.l
UInt64.Of.v
UInt64.Get.k
UInt32.Format.buf
Int64.name
Int64.Get
UInt32.Format.l
String
io
Int.From.t
NewFloat64.name
String.Name.k
Boolean.Description
Error.description
New
UInt.Format.k
Int64.Format
Int64.From
Int16.Description.k
Int32.Format.buf
String.Of.k
String.Of.v
NewInt.description
NewInt16
Int16.Format.buf
NewUInt8.name
NewUInt64
Float32.description
Value.Format.k
Value.Get.k
String.Description
Boolean.Name.k
Int32.Name
UInt8.Format
String.Get.t
Int16.From.t
UInt64
String.Of
Boolean.name
NewUInt16.description
UInt16.Get.k
Error.Of
String.From.k
NewTag.name
Int8.name
Int32.Get.lm
Int32.Get.t
NewUInt.name
UInt.Of.v
UInt16.Of.k
Int.Format.l
Float32.Description
Float64.From
Tag.Format.l
NewInt32.name
Int32.Get.k
UInt16.Format.k
Value.Of
Int16.Format.l
Int32.From
Int32.Format
Int32.Get
Float32.Of.v
Error.Get.k
Value.Format.buf
UInt32.Get.k
NewString.name
NewInt64.description
UInt.Of
String.From
Int16.From.k
Int64.Of.v
Int64.Format.buf
Boolean.Get.k
Error.Format.k
Error.Get.lm
Value.Of.k
Tag.Name.k
Int16.Get.lm
UInt32.Name
NewInt
UInt64.Format.buf
UInt16
UInt16.Of.v
Int.Get
UInt16.Get.lm
UInt16.From
Tag.Format.buf
Float32.Of.k
NewFloat64
String.Get.lm
UInt.From.k
UInt8.Get.t
New.description
UInt8.Format.l
UInt64.From
Float64.Get.t
NewBoolean.name
Error.From.t
Int32.description
NewInt64
UInt64.Name.k
Error.From
UInt64.Format.k
Value
Tag.Description
Int16.Of
Value.name
Int.Name
String.Name
Boolean.Get
Int8.Name
String.description
Boolean.Format.l
Value.From.t
Int64.Name.k
UInt.Of.k
NewString
Int.description
Int32.Of.k
UInt8.Name
Float32.Format.buf
Float64.From.k
Int.Format.w
Int32.Format.w
NewFloat32.name
Float32.Get.t
Int16.Get.k
Int16.From
NewError.description
Int64.Description.k
UInt16.Name
Error.Name.k
Int16.Of.k
Int64.description
UInt64.Description
Float64.Get
New.name
Int16.description
Float32.Of
fmt
Tag.Format.k
Int32.Description
UInt32.Get
Float64.name
NewBoolean
Tag.description
UInt32.Format.w
UInt64.Of.k
Value.Format.l
UInt64.Get.t
NewFloat32
NewError.name
Int32.Name.k
UInt8.Of.v
Float32.Get
String.name
Error.Format.w
Tag.New.k
UInt.From.t
UInt8.Description.k
UInt16.Description
Tag
Int8.Of.k
NewUInt16
Int8.description
NewInt16.description
UInt8.Format.w
Float64.Name.k
Int8.Format.k
UInt32.From.k
Boolean.Name
UInt32.Name.k
Int16.Get
Int16.Format.k
Int32.From.t
UInt8.Format.k
UInt8.Get.k
Value.Description.k
Int.Of
Float64.Get.k
Int16.Of.v
Boolean.Format.buf
UInt.Name
UInt8.Format.buf
Float32.From
Float32.From.t
Boolean.From.k
Int.Format.k
Int.Format
NewUInt.description
UInt64.Get
Int64.Name
Int.From
NewUInt16.name
Boolean.Format
Error.Get.t
Int64.Of.k
Int64.Get.lm
NewInt8.description
UInt32.From.t
String.Format.k
Value.Get.lm
Value.From.k
Members
X