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

Function Leb128EncodingVector

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

Source from the content-addressed store, hash-verified

365 Leb128EncodingVector() : Leb128Encoder<Vector>(this) { }
366
367 explicit Leb128EncodingVector(const typename Vector::allocator_type& alloc)
368 : Vector(alloc),
369 Leb128Encoder<Vector>(this) { }
370
371 private:
372 DISALLOW_COPY_AND_ASSIGN(Leb128EncodingVector);

Callers 1

leb128.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected