Searched defs: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::SLeb128Decoder