Searched refs:kContinueShift (Results 1 – 2 of 2) sorted by relevance
28 constexpr uint32_t kContinueShift = 5; variable29 constexpr uint32_t kContinueMask = 1 << kContinueShift;47 bool is_last_byte = (shift + kContinueShift >= 32); in VLQBase64Decode()52 shift += kContinueShift; in VLQBase64Decode()
16 static constexpr uint32_t kContinueShift = 7; variable17 static constexpr uint32_t kContinueBit = 1 << kContinueShift;37 value >>= kContinueShift; in VLQEncodeUnsigned()93 for (int shift = kContinueShift; shift <= 32; shift += kContinueShift) { in VLQDecodeUnsigned()