Searched refs:PreBuildByIndex (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_builder.h | 374 … bool PreBuildByIndex(int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& cache, in PreBuildByIndex() function 420 … return PreBuildByIndex(preBuildingIndex_, cache, deadline, itemConstraint, canRunLongPredictTask); in ProcessPreBuildingIndex()
|
H A D | lazy_for_each_builder.cpp | 723 result = PreBuildByIndex(index, cache, deadline, itemConstraint, canRunLongPredictTask); in PreBuild()
|