Home
last modified time | relevance | path

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

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