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)) }