golang.org/x/tools/internal/pkgbits.Decoder.Uint (method)

5 uses

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L388: func (r *Decoder) Uint() uint { x := r.Uint64(); v := uint(x); assert(uint64(v) == x); return v }

	golang.org/x/tools/internal/gcimporter
		ureader.go#L206: 	line := r.Uint()
		ureader.go#L207: 	col := r.Uint()
		ureader.go#L235: 			line := r.Uint()
		ureader.go#L236: 			col := r.Uint()