Home
last modified time | relevance | path

Searched defs:skipVarint (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/proto/
Dmessage_set.go135 func skipVarint(buf []byte) []byte { func
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dmessage_set.go141 func skipVarint(buf []byte) []byte { func
/external/protobuf/js/binary/
Ddecoder.js505 jspb.BinaryDecoder.prototype.skipVarint = function() { method in jspb.BinaryDecoder