Searched refs:skipVarint (Results 1 – 6 of 6) sorted by relevance
135 func skipVarint(buf []byte) []byte { func
2510 msgWithLen := skipVarint(e.enc) // skip old tag, but leave the length varint2552 msgWithLen := skipVarint(e.enc) // skip old tag, but leave the length varint2590 msgWithLen := skipVarint(e.enc) // skip old tag, but leave the length varint
141 func skipVarint(buf []byte) []byte { func
2472 msgWithLen := skipVarint(e.enc) // skip old tag, but leave the length varint2513 msgWithLen := skipVarint(e.enc) // skip old tag, but leave the length varint2551 msgWithLen := skipVarint(e.enc) // skip old tag, but leave the length varint
505 jspb.BinaryDecoder.prototype.skipVarint = function() { method in jspb.BinaryDecoder
340 this.decoder_.skipVarint();