Searched refs:newCache (Results 1 – 3 of 3) sorted by relevance
251 auto newCache = cachedEntity.Structuralize(); variable258 newCache.SetExtManage(info);264 auto fileNames = newCache.GetExtManage();267 auto fileInfo = newCache.GetExtManageInfo();
1842 auto newCache = new (std::nothrow) ValueParseCache; in ParseValueThenCacheOrGetFromCache() local1843 if (newCache == nullptr) { in ParseValueThenCacheOrGetFromCache()1848 int errCode = newCache->valueParsed.Parse(valueBlob, valueBlob + valueBlobLen, offset); in ParseValueThenCacheOrGetFromCache()1852 delete newCache; in ParseValueThenCacheOrGetFromCache()1853 newCache = nullptr; in ParseValueThenCacheOrGetFromCache()1856 newCache->valueOriginal.assign(valueBlob, valueBlob + valueBlobLen); in ParseValueThenCacheOrGetFromCache()1857 …sqlite3_set_auxdata(ctx, VALUE_CACHE_ID, newCache, reinterpret_cast<void(*)(void*)>(ValueParseCach… in ParseValueThenCacheOrGetFromCache()2000 auto newCache = new (std::nothrow) std::vector<uint8_t>; in FlatBufferExtractInnerFunc() local2001 if (newCache == nullptr) { in FlatBufferExtractInnerFunc()2006 newCache->resize(FLATBUFFER_MAX_CACHE_SIZE); in FlatBufferExtractInnerFunc()[all …]
395 std::vector<SimRdbInfo> newCache; in GetListFromDataBase() local400 int32_t result = simDbHelper_->QueryAllValidData(newCache); in GetListFromDataBase()406 localCacheInfo_ = newCache; in GetListFromDataBase()