Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Crypto/
H A DRar5Aes.cpp48 static unsigned ReadVarInt(const Byte *p, unsigned maxSize, UInt64 *val) in ReadVarInt() function
/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Drtc_event_field_encoding_parser.cc67 uint64_t EventParser::ReadVarInt() { in ReadVarInt() function in webrtc::EventParser
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Rar/
H A DRar5Handler.cpp113 unsigned ReadVarInt(const Byte *p, size_t maxSize, UInt64 *val_ptr) in ReadVarInt() function