Home
last modified time | relevance | path

Searched refs:writeFixedHash64 (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/js/binary/
Ddecoder_test.js196 encoder.writeFixedHash64(hashA);
197 encoder.writeFixedHash64(hashB);
198 encoder.writeFixedHash64(hashC);
199 encoder.writeFixedHash64(hashD);
Dwriter.js347 this.writeFixedHash64(field, /** @type {string} */(value));
760 jspb.BinaryWriter.prototype.writeFixedHash64 = function(field, value) { method in jspb.BinaryWriter
764 this.encoder_.writeFixedHash64(value);
1169 this.writeFixedHash64(field, value[i]);
1543 this.encoder_.writeFixedHash64(value[i]);
Dencoder.js397 jspb.BinaryEncoder.prototype.writeFixedHash64 = function(hash) { method in jspb.BinaryEncoder