Home
last modified time | relevance | path

Searched refs:fromZigzag64 (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/js/binary/
Dutils.js378 return jspb.utils.fromZigzag64(bitsLow, bitsHigh, jspb.utils.joinInt64);
393 jspb.utils.fromZigzag64 = function(bitsLow, bitsHigh, convert) { function
Ddecoder.js347 return jspb.utils.fromZigzag64(low, high, convert);
Dutils_test.js537 expect(jspb.utils.fromZigzag64(c.zigzag.lo, c.zigzag.hi, makeHiLoPair))
Dreader.js1003 return jspb.utils.fromZigzag64(lowBits, highBits, convert);