HomeSort by relevance Sort by last modified time
    Searched refs:Sleb128Decoder (Results 1 - 4 of 4) 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>;
packer.cc 57 Sleb128Decoder<typename ELF::Addr> decoder(packed, 4);
sleb128_unittest.cc 146 Sleb128Decoder<uint64_t> decoder(encoding, 0);

Completed in 74 milliseconds