Searched refs:expiringIter (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_builder.h | 428 auto expiringIter = expiringItem_.begin(); in ProcessCachedIndex() local 429 while (expiringIter != expiringItem_.end()) { in ProcessCachedIndex() 430 const auto& key = expiringIter->first; in ProcessCachedIndex() 431 const auto& node = expiringIter->second; in ProcessCachedIndex() 434 LoadCacheByIndex(cache, idleIndexes, node, key, iter, expiringIter); in ProcessCachedIndex() 436 LoadCacheByKey(cache, idleIndexes, node, key, expiringIter); in ProcessCachedIndex() 443 std::unordered_map<std::string, LazyForEachCacheChild>::iterator& expiringIter) in LoadCacheByIndex() argument 455 expiringIter++; in LoadCacheByIndex() 460 std::unordered_map<std::string, LazyForEachCacheChild>::iterator& expiringIter) in LoadCacheByKey() argument 470 expiringIter = expiringItem_.erase(expiringIter); in LoadCacheByKey() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/ |
H A D | lazy_foreach.cpp | 83 auto expiringIter = expiringItems.find(key); in OnGetChildByIndexNew() local 84 if (expiringIter != expiringItems.end()) { in OnGetChildByIndexNew() 86 result.second = expiringIter->second.second; in OnGetChildByIndexNew() 87 expiringItems.erase(expiringIter); in OnGetChildByIndexNew()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_lazy_foreach_builder.h | 210 auto expiringIter = expiringItems.find(key); in OnGetChildByIndexNew() local 211 if (expiringIter != expiringItems.end()) { in OnGetChildByIndexNew() 213 info.second = expiringIter->second.second; in OnGetChildByIndexNew() 214 expiringItems.erase(expiringIter); in OnGetChildByIndexNew()
|