Home
last modified time | relevance | path

Searched refs:DecodeVarint (Results 1 – 6 of 6) sorted by relevance

/external/golang-protobuf/proto/
Ddecode.go57 func DecodeVarint(buf []byte) (x uint64, n int) { func
101 func (p *Buffer) DecodeVarint() (x uint64, err error) { func
243 x, err = p.DecodeVarint()
255 x, err = p.DecodeVarint()
267 n, err := p.DecodeVarint()
Dmessage_set.go171 _, n := DecodeVarint(o) // calculate length of length varint
Dlib.go524 op, err := p.DecodeVarint()
578 u, err = p.DecodeVarint()
Dtext.go605 x, err := b.DecodeVarint()
649 x, err = b.DecodeVarint()
Dall_test.go219 x, e := o.DecodeVarint()
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py122 def DecodeVarint(buffer, pos): function
136 return DecodeVarint
145 def DecodeVarint(buffer, pos): function
160 return DecodeVarint