Home
last modified time | relevance | path

Searched refs:rawVarint (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/pkgbits/
Dencoder.go208 func (w *Encoder) rawVarint(x int64) { func
286 w.rawVarint(x)
Ddecoder.go283 func (r *Decoder) rawVarint() int64 { func
371 return r.rawVarint()