Home
last modified time | relevance | path

Searched refs:DecodeVarint (Results 1 – 10 of 10) 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.go603 x, err := b.DecodeVarint()
647 x, err = b.DecodeVarint()
Dall_test.go217 x, e := o.DecodeVarint()
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Ddecode.go57 func DecodeVarint(buf []byte) (x uint64, n int) { func
101 func (p *Buffer) DecodeVarint() (x uint64, err error) { func
244 x, err = p.DecodeVarint()
256 x, err = p.DecodeVarint()
268 n, err := p.DecodeVarint()
Dlib.go486 op, err := p.DecodeVarint()
540 u, err = p.DecodeVarint()
Dmessage_set.go214 _, n := DecodeVarint(o) // calculate length of length varint
Dtext.go603 x, err := b.DecodeVarint()
647 x, err = b.DecodeVarint()
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py117 def DecodeVarint(buffer, pos): function
131 return DecodeVarint
137 def DecodeVarint(buffer, pos): function
155 return DecodeVarint