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

Method PushBackUnsigned

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

Source from the content-addressed store, hash-verified

323 }
324
325 void PushBackUnsigned(uint32_t value) {
326 EncodeUnsignedLeb128(data_, value);
327 }
328
329 template<typename It>
330 void InsertBackUnsigned(It cur, It end) {

Callers

nothing calls this directly

Calls 1

EncodeUnsignedLeb128Function · 0.85

Tested by

no test coverage detected