Home
last modified time | relevance | path

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

/third_party/protobuf/js/binary/
Dreader.js698 return this.decoder_.readUnsignedVarint64();
1125 return this.readPackedField_(this.decoder_.readUnsignedVarint64);
Ddecoder_test.js387 assertThrows(function() {decoder.readUnsignedVarint64()});
Ddecoder.js543 jspb.BinaryDecoder.prototype.readUnsignedVarint64 = function() { method in jspb.BinaryDecoder
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js226 assertThrows(function() {decoder.readUnsignedVarint64()});
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js237 assertThrows(function() {decoder.readUnsignedVarint64()});