type golang.org/x/tools/internal/pkgbits.PkgDecoder
21 uses
golang.org/x/tools/internal/pkgbits (current package)
decoder.go#L22: type PkgDecoder struct {
decoder.go#L63: func (pr *PkgDecoder) PkgPath() string { return pr.pkgPath }
decoder.go#L66: func (pr *PkgDecoder) SyncMarkers() bool { return pr.sync }
decoder.go#L71: func NewPkgDecoder(pkgPath, input string) PkgDecoder {
decoder.go#L72: pr := PkgDecoder{
decoder.go#L112: func (pr *PkgDecoder) NumElems(k RelocKind) int {
decoder.go#L121: func (pr *PkgDecoder) TotalElems() int {
decoder.go#L126: func (pr *PkgDecoder) Fingerprint() [8]byte {
decoder.go#L134: func (pr *PkgDecoder) AbsIdx(k RelocKind, idx Index) int {
decoder.go#L147: func (pr *PkgDecoder) DataIdx(k RelocKind, idx Index) string {
decoder.go#L160: func (pr *PkgDecoder) StringIdx(idx Index) string {
decoder.go#L166: func (pr *PkgDecoder) NewDecoder(k RelocKind, idx Index, marker SyncMarker) Decoder {
decoder.go#L176: func (pr *PkgDecoder) TempDecoder(k RelocKind, idx Index, marker SyncMarker) Decoder {
decoder.go#L182: func (pr *PkgDecoder) RetireDecoder(d *Decoder) {
decoder.go#L190: func (pr *PkgDecoder) NewDecoderRaw(k RelocKind, idx Index) Decoder {
decoder.go#L208: func (pr *PkgDecoder) TempDecoderRaw(k RelocKind, idx Index) Decoder {
decoder.go#L235: common *PkgDecoder
decoder.go#L481: func (pr *PkgDecoder) PeekPkgPath(idx Index) string {
decoder.go#L496: func (pr *PkgDecoder) PeekObj(idx Index) (string, string, CodeObj) {
golang.org/x/tools/internal/gcimporter
ureader_yes.go#L23: pkgbits.PkgDecoder
ureader_yes.go#L90: func readUnifiedPackage(fset *token.FileSet, ctxt *types.Context, imports map[string]*types.Package, input pkgbits.PkgDecoder) *types.Package {