type golang.org/x/tools/internal/pkgbits.Decoder
28 uses
golang.org/x/tools/internal/pkgbits (current package)
decoder.go#L165: func (pr *PkgDecoder) NewDecoder(k RelocKind, idx Index, marker SyncMarker) Decoder {
decoder.go#L175: func (pr *PkgDecoder) TempDecoder(k RelocKind, idx Index, marker SyncMarker) Decoder {
decoder.go#L181: func (pr *PkgDecoder) RetireDecoder(d *Decoder) {
decoder.go#L189: func (pr *PkgDecoder) NewDecoderRaw(k RelocKind, idx Index) Decoder {
decoder.go#L190: r := Decoder{
decoder.go#L209: func (pr *PkgDecoder) TempDecoderRaw(k RelocKind, idx Index) Decoder {
decoder.go#L210: r := Decoder{
decoder.go#L235: type Decoder struct {
decoder.go#L245: func (r *Decoder) checkErr(err error) {
decoder.go#L251: func (r *Decoder) rawUvarint() uint64 {
decoder.go#L285: func (r *Decoder) rawVarint() int64 {
decoder.go#L296: func (r *Decoder) rawReloc(k RelocKind, idx int) Index {
decoder.go#L306: func (r *Decoder) Sync(mWant SyncMarker) {
decoder.go#L362: func (r *Decoder) Bool() bool {
decoder.go#L371: func (r *Decoder) Int64() int64 {
decoder.go#L377: func (r *Decoder) Uint64() uint64 {
decoder.go#L383: func (r *Decoder) Len() int { x := r.Uint64(); v := int(x); assert(uint64(v) == x); return v }
decoder.go#L386: func (r *Decoder) Int() int { x := r.Int64(); v := int(x); assert(int64(v) == x); return v }
decoder.go#L389: func (r *Decoder) Uint() uint { x := r.Uint64(); v := uint(x); assert(uint64(v) == x); return v }
decoder.go#L398: func (r *Decoder) Code(mark SyncMarker) int {
decoder.go#L405: func (r *Decoder) Reloc(k RelocKind) Index {
decoder.go#L412: func (r *Decoder) String() string {
decoder.go#L419: func (r *Decoder) Strings() []string {
decoder.go#L429: func (r *Decoder) Value() constant.Value {
decoder.go#L439: func (r *Decoder) scalar() constant.Value {
decoder.go#L461: func (r *Decoder) bigInt() *big.Int {
decoder.go#L469: func (r *Decoder) bigFloat() *big.Float {
golang.org/x/tools/internal/gcimporter
ureader_yes.go#L131: pkgbits.Decoder
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)