Searched refs:SLeb128Decoder (Results 1 – 1 of 1) sorted by relevance
182 class SLeb128Decoder { class184 SLeb128Decoder(const u8 *begin, const u8 *end) : begin(begin), end(end) {} in SLeb128Decoder() function in __sanitizer::SLeb128Decoder186 bool operator==(const SLeb128Decoder &other) const { in operator ==()190 bool operator!=(const SLeb128Decoder &other) const { in operator !=()200 SLeb128Decoder &operator++() { return *this; } in operator ++()202 SLeb128Decoder operator++(int) { return *this; } in operator ++()219 SLeb128Decoder decoder(from, from_end); in UncompressDelta()220 SLeb128Decoder end(from_end, from_end); in UncompressDelta()235 SLeb128Decoder decoder(from, from_end); in UncompressLzw()236 SLeb128Decoder end(from_end, from_end); in UncompressLzw()