MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Leb128Encoder

Method Leb128Encoder

Bcore/src/main/cpp/base/leb128.h:317–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315
316 public:
317 explicit Leb128Encoder(Vector* data) : data_(data) {
318 DCHECK(data != nullptr);
319 }
320
321 void Reserve(uint32_t size) {
322 data_->reserve(size);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected