| 647 | } |
| 648 | |
| 649 | void MiniPBCoder::greedyDecodeMap(MMKVMap &dic, const MMBuffer &oData, size_t position) { |
| 650 | MiniPBCoder oCoder(&oData); |
| 651 | oCoder.decodeOneMap(dic, position, true); |
| 652 | } |
| 653 | |
| 654 | #ifndef MMKV_DISABLE_CRYPT |
| 655 |
nothing calls this directly
no test coverage detected