Home
last modified time | relevance | path

Searched defs:DecodeVarint (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/internal/protolegacy/
Dproto.go91 func DecodeVarint([]byte) (uint64, int) { panic("not implemented") } func
105 func (*Buffer) DecodeVarint() (uint64, error) { panic("not implemented") } func
/external/protobuf/python/google/protobuf/internal/
Ddecoder.py122 def DecodeVarint(buffer, pos): function
145 def DecodeVarint(buffer, pos): function