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

5 uses

	golang.org/x/tools/internal/pkgbits (current package)
		decoder.go#L389: 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#L182: 	line := r.Uint()
		ureader_yes.go#L183: 	col := r.Uint()
		ureader_yes.go#L211: 			line := r.Uint()
		ureader_yes.go#L212: 			col := r.Uint()