Searched refs:mapping_ (Results 1 – 2 of 2) sorted by relevance
137 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()
140 BASE_NS::unordered_map<Entity, size_t> mapping_; in CORE_BEGIN_NAMESPACE() local