Searched refs:Leb128Decoder (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Dleb128.cc36 Leb128Decoder::Leb128Decoder(const std::vector<uint8_t>& encoding) { function in class:relocation_packer::Leb128Decoder
42 Leb128Decoder::~Leb128Decoder() { }
47 ELF::Xword Leb128Decoder::Dequeue() {
64 void Leb128Decoder::DequeueAll(std::vector<ELF::Xword>* values) {
H A Dleb128.h48 class Leb128Decoder { class in namespace:relocation_packer
52 explicit Leb128Decoder(const std::vector<uint8_t>& encoding);
55 ~Leb128Decoder();
H A Dleb128_unittest.cc95 Leb128Decoder decoder(encoding);
H A Dpacker.cc56 Leb128Decoder decoder(packed);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_leb128.h15 class Leb128Decoder { class in namespace:crazy
17 explicit Leb128Decoder(const uint8_t* encoding) function in class:crazy::Leb128Decoder
H A Dcrazy_linker_elf_relocations.cpp372 Leb128Decoder decoder(packed_relocations);

Completed in 97 milliseconds