Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.cpp151 index4ttype_[ttype] = from1; in FetchMoreKeysTTypes()
300 index4ttype_.clear(); in InvalidateKeyAndTTypeCaches()
939 result += "index4ttype_: size=" + std::to_string(index4ttype_.size()) + "--------------\n"; in DumpTType4Index()
940 for (const auto& it : index4ttype_) { in DumpTType4Index()
H A Drepeat_virtual_scroll_caches.h308 std::unordered_map<std::string, uint32_t> index4ttype_; variable