Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.cpp189 activeNodeKeysInL1_.erase(key.value()); in GetCachedNode4Index()
209 activeNodeKeysInL1_.emplace(key); in AddKeyToL1()
242 activeNodeKeysInL1_.erase(key); in RemoveKeyFromL1()
438 for (const auto& key : activeNodeKeysInL1_) { in ForEachL1IndexUINode()
476 std::swap(l1Copy, activeNodeKeysInL1_); in RebuildL1()
498 std::swap(l1Copy, activeNodeKeysInL1_); in RebuildL1WithKey()
518 activeNodeKeysInL1_.erase(key); in DropFromL1()
549 for (const auto& key : activeNodeKeysInL1_) { in GetFrameNodeIndex()
614 for (const auto& keyIter : activeNodeKeysInL1_) { in GetL1KeyToUpdate()
877 if (activeNodeKeysInL1_.find(key) == activeNodeKeysInL1_.end()) { in GetSortedL2KeysForTType()
[all …]
H A Drepeat_virtual_scroll_caches.h150 return activeNodeKeysInL1_.find(key) != activeNodeKeysInL1_.end(); in IsInL1Cache()
297 std::unordered_set<std::string> activeNodeKeysInL1_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Drepeat_node_cache_syntax_test.cpp381 EXPECT_EQ(repeatNode->caches_.activeNodeKeysInL1_.size(), 3);
1006 caches.activeNodeKeysInL1_.insert(key);
1066 caches.activeNodeKeysInL1_.insert(key);
1071 caches.activeNodeKeysInL1_.insert(key);