Home
last modified time | relevance | path

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

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