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