Home
last modified time | relevance | path

Searched defs:ReadVarint (Results 1 – 3 of 3) sorted by relevance

/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/libartbase/base/
H A Dbit_memory_region.h290 ALWAYS_INLINE uint32_t ReadVarint() { in ReadVarint() function