Home
last modified time | relevance | path

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

/third_party/protobuf/js/binary/
Dreader.js742 return this.decoder_.readZigzagVarint64();
1155 return this.readPackedField_(this.decoder_.readZigzagVarint64);
Ddecoder_test.js391 assertThrows(function() {decoder.readZigzagVarint64()});
Ddecoder.js596 jspb.BinaryDecoder.prototype.readZigzagVarint64 = function() { method in jspb.BinaryDecoder
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js230 assertThrows(function() {decoder.readZigzagVarint64()});
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js241 assertThrows(function() {decoder.readZigzagVarint64()});