Home
last modified time | relevance | path

Searched defs:DecodeVarint (Results 1 – 3 of 3) 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
/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
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py117 def DecodeVarint(buffer, pos): function
137 def DecodeVarint(buffer, pos): function