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

Method InsertBackUnsigned

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

Source from the content-addressed store, hash-verified

328
329 template<typename It>
330 void InsertBackUnsigned(It cur, It end) {
331 for (; cur != end; ++cur) {
332 PushBackUnsigned(*cur);
333 }
334 }
335
336 void PushBackSigned(int32_t value) {
337 EncodeSignedLeb128(data_, value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected