Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/
Dint64.js262 const low = lowBits & LOW_24_BITS;
263 const mid = ((lowBits >>> 24) | (highBits << 8)) & LOW_24_BITS;
383 const LOW_24_BITS = 0xFFFFFF; constant