Searched refs:VLQDecodeUnsigned (Results 1 – 3 of 3) sorted by relevance
86 VLQDecodeUnsigned(GetNextFunction&& get_next) { in VLQDecodeUnsigned() function104 inline uint32_t VLQDecodeUnsigned(byte* data_start, int* index) { in VLQDecodeUnsigned() function105 return VLQDecodeUnsigned([&] { return data_start[(*index)++]; }); in VLQDecodeUnsigned()111 uint32_t bits = VLQDecodeUnsigned(data_start, index); in VLQDecode()
78 return base::VLQDecodeUnsigned(data_start_address_, ¤t_index_); in ReadPosition()
203 uint32_t pc_jump = base::VLQDecodeUnsigned([this] { return *--pos_; }); in AdvanceReadLongPCJump()