Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Dreader.js640 return this.decoder_.readSignedVarint64();
850 return this.decoder_.readSignedVarint64();
956 return this.readPackedField_(this.decoder_.readSignedVarint64);
Ddecoder_test.js229 assertThrows(function() {decoder.readSignedVarint64()});
Ddecoder.js698 jspb.BinaryDecoder.prototype.readSignedVarint64 = function() { method in jspb.BinaryDecoder