Home
last modified time | relevance | path

Searched refs:preBuildingIndex_ (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.h384 preBuildingIndex_ = -1; in PreBuildByIndex()
387 preBuildingIndex_ = index; in PreBuildByIndex()
415 if (idleIndexes.find(preBuildingIndex_) == idleIndexes.end()) { in ProcessPreBuildingIndex()
416 preBuildingIndex_ = -1; in ProcessPreBuildingIndex()
419 idleIndexes.erase(preBuildingIndex_); in ProcessPreBuildingIndex()
420 … return PreBuildByIndex(preBuildingIndex_, cache, deadline, itemConstraint, canRunLongPredictTask); in ProcessPreBuildingIndex()
447 if (node.first == preBuildingIndex_) { in LoadCacheByIndex()
654 int32_t preBuildingIndex_ = -1; variable