Searched refs:cacheStartPos (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_storage_executor.h | 101 uint32_t cacheLimit, uint32_t cacheStartPos); 104 uint32_t cacheLimit, uint32_t cacheStartPos); 269 uint32_t cacheStartPos, int &count);
|
H A D | sqlite_single_ver_storage_executor.cpp | 897 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, uint32_t cacheStartPos) in ReloadResultSetForCacheRowIdMode() argument 904 errCode = ResultSetLoadRowIdCache(rowIdCache, cacheLimit, cacheStartPos, count); in ReloadResultSetForCacheRowIdMode() 913 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, uint32_t cacheStartPos) in ReloadResultSetForCacheRowIdMode() argument 920 errCode = ResultSetLoadRowIdCache(rowIdCache, cacheLimit, cacheStartPos, count); in ReloadResultSetForCacheRowIdMode() 2015 uint32_t cacheStartPos, int &count) in ResultSetLoadRowIdCache() argument 2022 if (count >= static_cast<int>(cacheStartPos) && rowIdCache.size() < cacheLimit) { in ResultSetLoadRowIdCache()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | render_water_flow.cpp | 626 double cacheStartPos = viewportStartPos_ - cacheSize_; in DealCache() local 638 … if (GreatNotEqual(itemMainMinPos, cacheEndPos) || LessNotEqual(itemMainMaxPos, cacheStartPos)) { in DealCache()
|