Home
last modified time | relevance | path

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

/third_party/protobuf/js/binary/
Dutils.js327 jspb.utils.joinInt64 = function(bitsLow, bitsHigh) { function
378 return jspb.utils.fromZigzag64(bitsLow, bitsHigh, jspb.utils.joinInt64);
762 return signed ? jspb.utils.joinInt64(bitsLow, bitsHigh) :
Ddecoder.js568 return this.readSplitVarint64(jspb.utils.joinInt64);
759 return jspb.utils.joinInt64(bitsLow, bitsHigh);