Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Dreader.js755 return this.decoder_.readZigzagVarint64String();
1097 return this.readPackedField_(this.decoder_.readZigzagVarint64String);
Ddecoder.js744 jspb.BinaryDecoder.prototype.readZigzagVarint64String = function() { method in jspb.BinaryDecoder