Searched defs:DecodeVarint (Results 1 – 2 of 2) sorted by relevance
57 func DecodeVarint(buf []byte) (x uint64, n int) { func101 func (p *Buffer) DecodeVarint() (x uint64, err error) { func
122 def DecodeVarint(buffer, pos): function145 def DecodeVarint(buffer, pos): function