Searched refs:lazyItemGroups_ (Results 1 – 2 of 2) sorted by relevance
465 lazyItemGroups_[lazyItemGroupId_].emplace_back(id); in AddChildById()486 auto iter = lazyItemGroups_.find(viewId); in RemoveChildGroupById()487 if (iter == lazyItemGroups_.end()) { in RemoveChildGroupById()508 lazyItemGroups_.erase(iter); in RemoveChildGroupById()
287 std::unordered_map<std::string, std::list<std::string>> lazyItemGroups_; variable