Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Dreader.js728 return this.decoder_.readZigzagVarint32();
1016 return this.readPackedField_(this.decoder_.readZigzagVarint32);
Ddecoder.js658 jspb.BinaryDecoder.prototype.readZigzagVarint32 = function() { method in jspb.BinaryDecoder