Home
last modified time | relevance | path

Searched defs:CacheItem (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.h43 struct CacheItem { struct
44 bool isValid = false;
45 RefPtr<UINode> item;
H A Dlazy_for_each_builder.h313 …RefPtr<UINode> CacheItem(int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& ca… in CacheItem() function