golang.org/x/tools/internal/pkgbits.Encoder.Uint64 (method)
3 uses
golang.org/x/tools/internal/pkgbits (current package)
encoder.go#L285: func (w *Encoder) Uint64(x uint64) {
encoder.go#L291: func (w *Encoder) Len(x int) { assert(x >= 0); w.Uint64(uint64(x)) }
encoder.go#L297: func (w *Encoder) Uint(x uint) { w.Uint64(uint64(x)) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)