HomeSort by relevance Sort by last modified time
    Searched defs:Sleb128Decoder (Results 1 - 2 of 2) sorted by null

  /bionic/tools/relocation_packer/src/
sleb128.h 50 class Sleb128Decoder {
54 explicit Sleb128Decoder(const std::vector<uint8_t>& encoding, size_t start_with);
57 ~Sleb128Decoder();
sleb128.cc 83 Sleb128Decoder<uint_t>::Sleb128Decoder(const std::vector<uint8_t>& encoding, size_t start_with) {
90 Sleb128Decoder<uint_t>::~Sleb128Decoder() { }
96 uint_t Sleb128Decoder<uint_t>::Dequeue() {
120 void Sleb128Decoder<uint_t>::DequeueAll(std::vector<uint_t>* values) {
128 template class Sleb128Decoder<uint32_t>;
129 template class Sleb128Decoder<uint64_t>;

Completed in 241 milliseconds