Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dbit_memory_region_test.cc45 uint32_t result = reader.ReadVarint(); in TEST()
H A Dbit_memory_region.h290 ALWAYS_INLINE uint32_t ReadVarint() { in ReadVarint() function
/aosp12/system/nvram/messages/include/nvram/messages/
H A Dio.h260 bool ReadVarint(uint64_t* value);
H A Dproto.hpp195 if (!reader->ReadVarint(&raw_value)) { in Decode()
/aosp12/frameworks/base/libs/protoutil/tests/
H A DEncodedBuffer_test.cpp145 TEST(EncodedBufferTest, ReadVarint) { in TEST() argument
/aosp12/system/nvram/messages/
H A Dio.cpp281 bool ProtoReader::ReadVarint(uint64_t* value) { in ReadVarint() function in nvram::ProtoReader
/aosp12/art/runtime/
H A Dstack_map.cc42 ssize_t bit_offset = reader.NumberOfReadBits() - reader.ReadVarint(); in CodeInfo()