Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Dencoder.js218 jspb.BinaryEncoder.prototype.writeZigzagVarint64 = function(value) { method in jspb.BinaryEncoder
236 this.writeZigzagVarint64(parseInt(value, 10));
Dwriter.js435 this.encoder_.writeZigzagVarint64(value);
1422 this.encoder_.writeZigzagVarint64(value[i]);
1439 this.encoder_.writeZigzagVarint64(parseInt(value[i], 10));