Home
last modified time | relevance | path

Searched refs:entityIdentifiers_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dentity_collection.cpp115 const auto it = entityIdentifiers_.find(localContextId); in GetEntity()
116 if (it != entityIdentifiers_.end()) { in GetEntity()
162 entityIdentifiers_.erase(uniqueIdentifier); in RemoveEntityRecursive()
210 entityIdentifiers_.erase(uniqueIdentifier); in RemoveEntity()
272 entityIdentifiers_[id] = entity; in SetUniqueIdentifier()
277 for (auto& it : entityIdentifiers_) { in GetUniqueIdentifier()
566 entityIdentifiers_.clear();
H A Dentity_collection.h155 BASE_NS::unordered_map<BASE_NS::string, CORE_NS::EntityReference> entityIdentifiers_; member in EntityCollection

Completed in 2 milliseconds