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