Home
last modified time | relevance | path

Searched refs:ttypeIter (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.cpp392 const auto ttypeIter = ttype4index_.find(forIndex); in CreateNewNode() local
393 if (ttypeIter == ttype4index_.end()) { in CreateNewNode()
397 const auto& ttype = ttypeIter->second; in CreateNewNode()
619 const auto ttypeIter = node4key4ttype_.find(ttype); in GetL1KeyToUpdate() local
620 if (ttypeIter != node4key4ttype_.end()) { in GetL1KeyToUpdate()
621 const std::unordered_map<std::string, RefPtr<UINode>>& node4Key = ttypeIter->second; in GetL1KeyToUpdate()
959 for (const auto& ttypeIter : node4key4ttype_) { in DumpUINode4Key4TType() local
960 const auto& ttype = ttypeIter.first; in DumpUINode4Key4TType()
961 const auto& node4key = ttypeIter.second; in DumpUINode4Key4TType()