type golang.org/x/tools/internal/pkgbits.CodeObj
8 uses
golang.org/x/tools/internal/pkgbits (current package)
codes.go#L62: type CodeObj int
codes.go#L64: func (c CodeObj) Marker() SyncMarker { return SyncCodeObj }
codes.go#L65: func (c CodeObj) Value() int { return int(c) }
codes.go#L71: ObjAlias CodeObj = iota
decoder.go#L497: func (pr *PkgDecoder) PeekObj(idx Index) (string, string, CodeObj) {
decoder.go#L514: tag := CodeObj(rcode)
golang.org/x/tools/internal/gcimporter
ureader_yes.go#L501: var tag pkgbits.CodeObj
ureader_yes.go#L508: tag = pkgbits.CodeObj(rname.Code(pkgbits.SyncCodeObj))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)