Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp968 idCache_.emplace(component->GetId(), index); in operator []()
975 auto it = idCache_.find(id); in __anon58dd4b170202()
976 return it == idCache_.end() ? INVALID_INDEX : it->second; in __anon58dd4b170202()
992 std::unordered_map<ComposeId, size_t> idCache_; member in OHOS::Ace::V2::__anon58dd4b170110::LazyForEachElementProxy::LazyForEachCache