Home
last modified time | relevance | path

Searched defs:newCache (Results 1 – 2 of 2) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_utils_extend.cpp88 auto newCache = new (std::nothrow) ValueParseCache; in ParseValueThenCacheOrGetFromCache() local
247 auto newCache = new (std::nothrow) std::vector<uint8_t>; in FlatBufferExtractInnerFunc() local
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
Db_json_entity_ext_manage_test.cpp251 auto newCache = cachedEntity.Structuralize(); variable