Home
last modified time | relevance | path

Searched refs:readUnsignedVarint64String (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/js/binary/
Dreader.js714 return this.decoder_.readUnsignedVarint64String();
1006 return this.readPackedField_(this.decoder_.readUnsignedVarint64String);
Ddecoder.js684 jspb.BinaryDecoder.prototype.readUnsignedVarint64String = function() { method in jspb.BinaryDecoder