Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Ddecoder.js700 return jspb.utils.joinInt64(this.tempLow_, this.tempHigh_);
847 return jspb.utils.joinInt64(bitsLow, bitsHigh);
Dutils.js309 jspb.utils.joinInt64 = function(bitsLow, bitsHigh) { function
676 return signed ? jspb.utils.joinInt64(bitsLow, bitsHigh) :