Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dcomponent_query.cpp137 mapping_[entity] = index; in Execute()
179 const auto it = mapping_.find(entity); in FindResultRow()
180 if (it != mapping_.end() && it->second < result_.size()) { in FindResultRow()
247 mapping_.erase(entity); in OnEntityEvent()
H A Dcomponent_query.h140 BASE_NS::unordered_map<Entity, size_t> mapping_; in CORE_BEGIN_NAMESPACE() local