Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Ddecoder_test.js195 encoder.writeFixedHash64(hashA);
196 encoder.writeFixedHash64(hashB);
197 encoder.writeFixedHash64(hashC);
198 encoder.writeFixedHash64(hashD);
Dwriter.js347 this.writeFixedHash64(field, /** @type {string} */(value));
776 jspb.BinaryWriter.prototype.writeFixedHash64 = function(field, value) { method in jspb.BinaryWriter
780 this.encoder_.writeFixedHash64(value);
1185 this.writeFixedHash64(field, value[i]);
1559 this.encoder_.writeFixedHash64(value[i]);
Dencoder.js397 jspb.BinaryEncoder.prototype.writeFixedHash64 = function(hash) { method in jspb.BinaryEncoder