Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Ddecoder.js731 return jspb.utils.joinZigzag64(this.tempLow_, this.tempHigh_);
Dutils.js332 jspb.utils.joinZigzag64 = function(bitsLow, bitsHigh) { function