Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Dreader.js698 return this.decoder_.readUnsignedVarint64();
996 return this.readPackedField_(this.decoder_.readUnsignedVarint64);
Ddecoder_test.js227 assertThrows(function() {decoder.readUnsignedVarint64()});
Ddecoder.js672 jspb.BinaryDecoder.prototype.readUnsignedVarint64 = function() { method in jspb.BinaryDecoder