Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Drepeat_node_cache_syntax_test.cpp867 auto ret = caches.GetCachedNode4Key4Ttype(std::nullopt, std::nullopt);
869 ret = caches.GetCachedNode4Key4Ttype(std::string("a"), std::nullopt);
871 ret = caches.GetCachedNode4Key4Ttype(std::nullopt, std::string("a"));
873 ret = caches.GetCachedNode4Key4Ttype(std::string("a"), std::string("a"));
878 ret = caches.GetCachedNode4Key4Ttype(std::string("a"), std::string("a"));
880 ret = caches.GetCachedNode4Key4Ttype(std::string("b"), std::string("a"));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_virtual_scroll_caches.h240 RefPtr<UINode> GetCachedNode4Key4Ttype(
H A Drepeat_virtual_scroll_caches.cpp173 const auto& node4Ttype = GetCachedNode4Key4Ttype(key, ttype); in GetCachedNode4Index()
786 RefPtr<UINode> RepeatVirtualScrollCaches::GetCachedNode4Key4Ttype( in GetCachedNode4Key4Ttype() function in OHOS::Ace::NG::RepeatVirtualScrollCaches