Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.h342 void CheckCacheIndex(std::set<int32_t>& idleIndexes, int32_t count) in CheckCacheIndex()
413 std::set<int32_t>& idleIndexes) in ProcessPreBuildingIndex()
426 std::set<int32_t>& idleIndexes) in ProcessCachedIndex()
441 …ndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, std::set<int32_t>& idleIndexes, in LoadCacheByIndex()
458 …yKey(std::unordered_map<std::string, LazyForEachCacheChild>& cache, std::set<int32_t>& idleIndexes, in LoadCacheByKey()
H A Dlazy_for_each_builder.cpp708 std::set<int32_t> idleIndexes; in PreBuild() local