Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/
Dmessage_set.go135 func skipVarint(buf []byte) []byte { func
Dtable_marshal.go2510 msgWithLen := skipVarint(e.enc) // skip old tag, but leave the length varint
2552 msgWithLen := skipVarint(e.enc) // skip old tag, but leave the length varint
2590 msgWithLen := skipVarint(e.enc) // skip old tag, but leave the length varint
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dmessage_set.go141 func skipVarint(buf []byte) []byte { func
Dtable_marshal.go2472 msgWithLen := skipVarint(e.enc) // skip old tag, but leave the length varint
2513 msgWithLen := skipVarint(e.enc) // skip old tag, but leave the length varint
2551 msgWithLen := skipVarint(e.enc) // skip old tag, but leave the length varint
/external/protobuf/js/binary/
Ddecoder.js505 jspb.BinaryDecoder.prototype.skipVarint = function() { method in jspb.BinaryDecoder
Dreader.js340 this.decoder_.skipVarint();