Home
last modified time | relevance | path

Searched refs:PreBuildByIndex (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.h374 … 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 Dlazy_for_each_builder.cpp723 result = PreBuildByIndex(index, cache, deadline, itemConstraint, canRunLongPredictTask); in PreBuild()