Searched refs:SLeb128Decoder (Results 1 – 1 of 1) sorted by relevance
177 class SLeb128Decoder { class179 SLeb128Decoder(const u8 *begin, const u8 *end) : begin(begin), end(end) {} in SLeb128Decoder() function in __sanitizer::SLeb128Decoder181 bool operator==(const SLeb128Decoder &other) const { in operator ==()185 bool operator!=(const SLeb128Decoder &other) const { in operator !=()195 SLeb128Decoder &operator++() { return *this; } in operator ++()197 SLeb128Decoder operator++(int) { return *this; } in operator ++()214 SLeb128Decoder decoder(from, from_end); in UncompressDelta()215 SLeb128Decoder end(from_end, from_end); in UncompressDelta()230 SLeb128Decoder decoder(from, from_end); in UncompressLzw()231 SLeb128Decoder end(from_end, from_end); in UncompressLzw()