Searched refs:skipVarint (Results 1 – 5 of 5) 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
506 jspb.BinaryDecoder.prototype.skipVarint = function() { method in jspb.BinaryDecoder
342 this.decoder_.skipVarint();
141 skipVarint(); in skipField()1652 private void skipVarint() throws IOException { in skipVarint() method in BinaryReader.SafeHeapReader