MCPcopy Create free account
hub / github.com/Tencent/MMKV / MiniPBCoder

Method MiniPBCoder

Core/MiniPBCoder.cpp:39–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37namespace mmkv {
38
39MiniPBCoder::MiniPBCoder() : m_encodeItems(new std::vector<PBEncodeItem>()) {
40}
41
42MiniPBCoder::MiniPBCoder(const MMBuffer *inputBuffer, AESCrypt *crypter) : MiniPBCoder() {
43 m_inputBuffer = inputBuffer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected