Searched refs:ReadVarInt (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/logging/rtc_event_log/events/ |
D | rtc_event_field_encoding_parser.cc | 67 uint64_t EventParser::ReadVarInt() { in ReadVarInt() function in webrtc::EventParser 110 return ReadVarInt(); in ReadSingleValue() 170 num_events_ = ReadVarInt(); in Initialize() 197 uint64_t header_value = ReadVarInt(); in ParseNumericFieldInternal() 255 uint64_t encoding_params = ReadVarInt(); in ParseStringFieldInternal() 268 uint64_t size = ReadVarInt(); in ParseStringFieldInternal() 306 uint64_t field_tag = ReadVarInt(); in ParseField()
|
D | rtc_event_field_encoding_parser.h | 138 uint64_t ReadVarInt();
|
/external/lzma/CPP/7zip/Crypto/ |
D | Rar5Aes.cpp | 48 static unsigned ReadVarInt(const Byte *p, unsigned maxSize, UInt64 *val) in ReadVarInt() function 66 unsigned num = ReadVarInt(p, size, &Version); in SetDecoderProps() 75 num = ReadVarInt(p, size, &Flags); in SetDecoderProps()
|
/external/lzma/CPP/7zip/Archive/Rar/ |
D | Rar5Handler.cpp | 113 unsigned ReadVarInt(const Byte *p, size_t maxSize, UInt64 *val_ptr) in ReadVarInt() function 140 { const unsigned num_ = ReadVarInt(p, size, &dest); \ 200 const unsigned num = ReadVarInt(Extra + offset, rem, &size); in FindExtra() 211 const unsigned num = ReadVarInt(Extra + offset, rem, &id); in FindExtra() 249 unsigned num = ReadVarInt(Extra + offset, rem, &size); in PrintInfo() 261 unsigned num = ReadVarInt(Extra + offset, rem, &id); in PrintInfo() 283 const unsigned num = ReadVarInt(p, rem, &flags); in PrintInfo() 626 const unsigned offset = ReadVarInt(Get_Buf_Data(), Get_Buf_RemainSize(), &val); 678 unsigned offset = ReadVarInt(buf + 4, 3, &val); 825 const unsigned num = ReadVarInt(p, recSize, &id); [all …]
|