Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.cpp165 const auto node4Key = GetCachedNode4Key(key); in GetCachedNode4Index() local
168 if (!key.has_value() || !ttype.has_value() || !node4Key.has_value()) { in GetCachedNode4Index()
172 auto uiNode = node4Key.value().item; in GetCachedNode4Index()
193 if (!node4Key.value().isValid) { in GetCachedNode4Index()
203 return node4Key.value().item; in GetCachedNode4Index()
422 std::unordered_map<std::string, RefPtr<UINode>> node4Key; in CreateNewNode() local
423 node4Key[forKey] = node4Index; in CreateNewNode()
424 node4key4ttype_[ttype] = std::move(node4Key); in CreateNewNode()
621 const std::unordered_map<std::string, RefPtr<UINode>>& node4Key = ttypeIter->second; in GetL1KeyToUpdate() local
622 if (node4Key.find(key) != node4Key.end()) { in GetL1KeyToUpdate()