Searched refs:Leb128Encoder (Results 1 – 2 of 2) sorted by relevance
182 class Leb128Encoder {184 explicit Leb128Encoder(std::vector<uint8_t>* data) : data_(data) { in Leb128Encoder() function222 DISALLOW_COPY_AND_ASSIGN(Leb128Encoder);226 class Leb128EncodingVector FINAL : private std::vector<uint8_t>, public Leb128Encoder {228 Leb128EncodingVector() : Leb128Encoder(this) { in Leb128EncodingVector()
1444 Leb128Encoder(dst).PushBackUnsigned(data); in EncodeUnsignedLeb128()1448 Leb128Encoder(dst).PushBackSigned(data); in EncodeSignedLeb128()