golang.org/x/tools/internal/pkgbits.PkgDecoder.NumElems (method)
4 uses
golang.org/x/tools/internal/pkgbits (current package)
decoder.go#L111: func (pr *PkgDecoder) NumElems(k RelocKind) int {
golang.org/x/tools/internal/gcimporter
ureader_yes.go#L95: posBases: make([]string, input.NumElems(pkgbits.RelocPosBase)),
ureader_yes.go#L96: pkgs: make([]*types.Package, input.NumElems(pkgbits.RelocPkg)),
ureader_yes.go#L97: typs: make([]types.Type, input.NumElems(pkgbits.RelocType)),
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)