Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/
Dint64.js264 const high = (highBits >> 16) & LOW_16_BITS;
380 const LOW_16_BITS = 0xFFFF; constant