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

5 uses

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

	golang.org/x/tools/internal/gcimporter
		ureader_yes.go#L202: 	line := r.Uint()
		ureader_yes.go#L203: 	col := r.Uint()
		ureader_yes.go#L231: 			line := r.Uint()
		ureader_yes.go#L232: 			col := r.Uint()