Lines Matching refs:hash
240 * Writes a 64-bit hash string (8 characters @ 8 bits of data each) to the
242 * @param {string} hash The hash to write.
244 jspb.BinaryEncoder.prototype.writeZigzagVarintHash64 = function(hash) {
246 jspb.utils.splitHash64(hash);
444 * Writes a 64-bit hash string (8 characters @ 8 bits of data each) to the
446 * @param {string} hash The hash to write.
448 jspb.BinaryEncoder.prototype.writeVarintHash64 = function(hash) {
449 jspb.utils.splitHash64(hash);
456 * Writes a 64-bit hash string (8 characters @ 8 bits of data each) to the
458 * @param {string} hash The hash to write.
460 jspb.BinaryEncoder.prototype.writeFixedHash64 = function(hash) {
461 jspb.utils.splitHash64(hash);