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

Method PBEncodeItem

Core/PBEncodeItem.hpp:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 } value;
75
76 PBEncodeItem() : type(PBEncodeItemType_None), compiledSize(0), valueSize(0) { memset(&value, 0, sizeof(value)); }
77
78#ifndef MMKV_APPLE
79 // opt std::vector.push_back() on slow_path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected