Searched defs:writeVarintHash64 (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/js/binary/
H A Dencoder.js385 jspb.BinaryEncoder.prototype.writeVarintHash64 = function(hash) {
H A Dwriter.js350 this.writeVarintHash64(field, /** @type {string} */(value));
774 jspb.BinaryWriter.prototype.writeVarintHash64 = function(field, value) {
778 this.encoder_.writeVarintHash64(value);
1184 this.writeVarintHash64(field, value[i]);
1558 this.encoder_.writeVarintHash64(value[i]);

Completed in 118 milliseconds