Searched refs:componentCache_ (Results 1 – 1 of 1) sorted by relevance
961 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