Searched refs:skipVarint (Results 1 – 6 of 6) sorted by relevance
44 bufferDecoder.skipVarint();53 expect(() => bufferDecoder.skipVarint()).toThrow();59 bufferDecoder.skipVarint();67 expect(() => bufferDecoder.skipVarint()).toThrow();
83 bufferDecoder.skipVarint();
285 skipVarint() { method in BufferDecoder
379 jspb.BinaryDecoder.prototype.skipVarint = function() { method in jspb.BinaryDecoder
343 this.decoder_.skipVarint();
141 skipVarint(); in skipField()1652 private void skipVarint() throws IOException { in skipVarint() method in BinaryReader.SafeHeapReader