Searched defs:Leb128Encoder (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dleb128.h182 class Leb128Encoder { class in namespace:art
184 explicit Leb128Encoder(std::vector<uint8_t>* data) : data_(data) { function in class:art::Leb128Encoder
222 DISALLOW_COPY_AND_ASSIGN(Leb128Encoder);
226 class Leb128EncodingVector FINAL : private std::vector<uint8_t>, public Leb128Encoder {
228 Leb128EncodingVector() : Leb128Encoder(this) {

Completed in 23 milliseconds