Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Dreader.js685 return this.decoder_.readUnsignedVarint32String();
986 return this.readPackedField_(this.decoder_.readUnsignedVarint32String);
Ddecoder.js626 jspb.BinaryDecoder.prototype.readUnsignedVarint32String = function() { method in jspb.BinaryDecoder