Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Ddecoder.js698 return jspb.utils.joinInt64(this.tempLow_, this.tempHigh_);
877 return jspb.utils.joinInt64(bitsLow, bitsHigh);
Dutils.js310 jspb.utils.joinInt64 = function(bitsLow, bitsHigh) { function
687 return signed ? jspb.utils.joinInt64(bitsLow, bitsHigh) :