golang.org/x/tools/internal/pkgbits.Decoder.Int64 (method)
3 uses
golang.org/x/tools/internal/pkgbits (current package)
decoder.go#L371: func (r *Decoder) Int64() int64 {
decoder.go#L386: func (r *Decoder) Int() int { x := r.Int64(); v := int(x); assert(int64(v) == x); return v }
decoder.go#L449: return constant.MakeInt64(r.Int64())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)