Searched refs:readZigzagVarint64 (Results 1 – 3 of 3) sorted by relevance
742 return this.decoder_.readZigzagVarint64();1026 return this.readPackedField_(this.decoder_.readZigzagVarint64);
230 assertThrows(function() {decoder.readZigzagVarint64()});
729 jspb.BinaryDecoder.prototype.readZigzagVarint64 = function() { method in jspb.BinaryDecoder