Home
last modified time | relevance | path

Searched refs:readZigzagVarint64 (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/js/binary/
Dreader.js742 return this.decoder_.readZigzagVarint64();
1026 return this.readPackedField_(this.decoder_.readZigzagVarint64);
Ddecoder_test.js231 assertThrows(function() {decoder.readZigzagVarint64()});
Ddecoder.js729 jspb.BinaryDecoder.prototype.readZigzagVarint64 = function() { method in jspb.BinaryDecoder