Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp961 auto it = componentCache_.find(index); in operator []()
962 if (it != componentCache_.end()) { in operator []()
969 componentCache_.emplace(index, component); in operator []()
981 return componentCache_.find(index) != componentCache_.end(); in __anon58dd4b170302()
993 std::unordered_map<size_t, RefPtr<ComposedComponent>> componentCache_; member in OHOS::Ace::V2::__anon58dd4b170110::LazyForEachElementProxy::LazyForEachCache