Home
last modified time | relevance | path

Searched refs:ttype4index_ (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.cpp150 ttype4index_[from1] = ttype; in FetchMoreKeysTTypes()
268 if (auto iter = ttype4index_.find(index); iter != ttype4index_.end()) { in CheckTTypeChanged()
275 if (auto iter = ttype4index_.find(index); iter != ttype4index_.end()) { in CheckTTypeChanged()
299 ttype4index_.clear(); in InvalidateKeyAndTTypeCaches()
325 const auto iterTType = ttype4index_.find(forIndex); in UpdateFromL2()
326 if (iterTType == ttype4index_.end()) { in UpdateFromL2()
392 const auto ttypeIter = ttype4index_.find(forIndex); in CreateNewNode()
393 if (ttypeIter == ttype4index_.end()) { in CreateNewNode()
767 const auto it = ttype4index_.find(index); in GetTType4Index()
768 if (it == ttype4index_.end()) { in GetTType4Index()
[all …]
H A Drepeat_virtual_scroll_caches.h307 std::unordered_map<uint32_t, std::string> ttype4index_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Drepeat_node_cache_syntax_test.cpp916 caches.ttype4index_.insert({ 0, val });