Home
last modified time | relevance | path

Searched refs:RebuildL1WithKey (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.h109 bool RebuildL1WithKey(const std::function<bool(const std::string& key)>& cbFunc);
H A Drepeat_virtual_scroll_caches.cpp71RebuildL1WithKey([&](const std::string &key) { return index4Key_.find(key) != index4Key_.end(); }); in GetKey4Index()
495 bool RepeatVirtualScrollCaches::RebuildL1WithKey(const std::function<bool(const std::string& key)>&… in RebuildL1WithKey() function in OHOS::Ace::NG::RepeatVirtualScrollCaches