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() })