Searched refs:ReadLeb128 (Results 1 – 4 of 4) sorted by relevance
58 value = static_cast<uint32_t>(helpers::ReadLeb128(&sp)); in GetValueInternal()
101 return panda_file::helpers::ReadLeb128(&constant_pool_); in ReadSLeb128()
155 inline int32_t ReadLeb128(Span<const uint8_t> *sp) in ReadLeb128() function
676 EXPECT_EQ(helpers::ReadLeb128(&cp), -5); in __anon97c8f9171102()