golang.org/x/pkgsite/internal/godoc/codec.Decoder.DecodeUint (method)
12 uses
golang.org/x/pkgsite/internal/godoc/codec (current package)
codec.go#L207: func (d *Decoder) DecodeUint() uint64 {
codec.go#L242: u := d.DecodeUint()
codec.go#L260: return int(d.DecodeUint())
codec.go#L316: return math.Float64frombits(d.DecodeUint())
codec.go#L338: return int(d.DecodeUint())
codec.go#L379: u := d.DecodeUint()
codec.go#L408: return int(d.DecodeUint())
codec.go#L430: d.readBytes(int(d.DecodeUint()))
codec.go#L433: n := int(d.DecodeUint())
codec.go#L439: d.DecodeUint()
codec.go#L491: num := d.DecodeUint()
codec.go#L585: func(d *Decoder) interface{} { return d.DecodeUint() })
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |