| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected