Home
last modified time | relevance | path

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

/third_party/protobuf/js/binary/
Dreader.js640 return this.decoder_.readSignedVarint64();
912 return this.decoder_.readSignedVarint64();
1085 return this.readPackedField_(this.decoder_.readSignedVarint64);
Ddecoder.js567 jspb.BinaryDecoder.prototype.readSignedVarint64 = function() { method in jspb.BinaryDecoder
Ddecoder_test.js389 assertThrows(function() {decoder.readSignedVarint64()});
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
Ddecoder_test.js239 assertThrows(function() {decoder.readSignedVarint64()});
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
Ddecoder_test.js228 assertThrows(function() {decoder.readSignedVarint64()});