golang.org/x/tools/internal/pkgbits.Decoder.Code (method)
5 uses
golang.org/x/tools/internal/pkgbits (current package)
decoder.go#L398: func (r *Decoder) Code(mark SyncMarker) int {
decoder.go#L440: switch tag := CodeVal(r.Code(SyncVal)); tag {
decoder.go#L507: rcode = r.Code(SyncCodeObj)
golang.org/x/tools/internal/gcimporter
ureader_yes.go#L343: switch tag := pkgbits.CodeType(r.Code(pkgbits.SyncType)); tag {
ureader_yes.go#L508: tag = pkgbits.CodeObj(rname.Code(pkgbits.SyncCodeObj))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)