Searched refs:GetKey4Index (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/ |
H A D | repeat_node_cache_syntax_test.cpp | 186 std::optional<std::string> key = caches.GetKey4Index(2, false); 207 std::optional<std::string> key = caches.GetKey4Index(2, true); 353 std::optional<std::string> key1 = caches.GetKey4Index(1, true); 355 std::optional<std::string> key2 = caches.GetKey4Index(2, true); 357 std::optional<std::string> key3 = caches.GetKey4Index(3, true); 808 std::optional<std::string> key = caches.GetKey4Index(2, true); 1088 std::optional<std::string> key1 = caches.GetKey4Index(1, true); 1090 std::optional<std::string> key2 = caches.GetKey4Index(2, true); 1092 std::optional<std::string> key3 = caches.GetKey4Index(3, true);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_virtual_scroll_caches.cpp | 51 std::optional<std::string> RepeatVirtualScrollCaches::GetKey4Index(uint32_t index, bool allowFetch) in GetKey4Index() function in OHOS::Ace::NG::RepeatVirtualScrollCaches 74 return GetKey4Index(index, false); in GetKey4Index() 164 const auto key = GetKey4Index(index, false); in GetCachedNode4Index()
|
H A D | repeat_virtual_scroll_caches.h | 96 std::optional<std::string> GetKey4Index(uint32_t index, bool allowFetch);
|
H A D | repeat_virtual_scroll_node.cpp | 298 const auto& key = caches_.GetKey4Index(index, true); in GetFrameChildByIndex()
|