Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
Dsqlite_single_ver_storage_executor.cpp910 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, uint32_t cacheStartPos) in ReloadResultSetForCacheRowIdMode()
926 std::vector<int64_t> &rowIdCache, uint32_t cacheLimit, uint32_t cacheStartPos) in ReloadResultSetForCacheRowIdMode()
2037 uint32_t cacheStartPos, int &count) in ResultSetLoadRowIdCache()
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
Drender_water_flow.cpp618 double cacheStartPos = viewportStartPos_ - cacheSize_; in DealCache() local