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